Home
last modified time | relevance | path

Searched defs:ENABLED_VR_LISTENERS (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/os/
H A DSetPersistentVrThreadTest.java43 public static final String ENABLED_VR_LISTENERS = "enabled_vr_listeners"; field in SetPersistentVrThreadTest
61 Settings.Secure.putString(mContext.getContentResolver(), ENABLED_VR_LISTENERS, in setUp() local
73 Settings.Secure.putString(mContext.getContentResolver(), ENABLED_VR_LISTENERS, in tearDown() local
H A DPowerManagerVrTest.java140 final String ENABLED_VR_LISTENERS = "enabled_vr_listeners"; in setTestVrListener() local
/aosp12/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
H A DSecureSettingsValidators.java69 VALIDATORS.put(Secure.ENABLED_VR_LISTENERS, COLON_SEPARATED_COMPONENT_LIST_VALIDATOR); in VALIDATORS.put()
/aosp12/frameworks/base/core/java/android/provider/
H A DSettings.java9486 public static final String ENABLED_VR_LISTENERS = "enabled_vr_listeners"; field in Settings.Secure