Searched refs:ENABLED_VR_LISTENERS (Results 1 – 12 of 12) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/os/ |
H A D | SetPersistentVrThreadTest.java | 43 public static final String ENABLED_VR_LISTENERS = "enabled_vr_listeners"; field in SetPersistentVrThreadTest 60 ENABLED_VR_LISTENERS); in setUp() 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 D | PowerManagerVrTest.java | 140 final String ENABLED_VR_LISTENERS = "enabled_vr_listeners"; in setTestVrListener() local 143 String oldVrListeners = Settings.Secure.getString(cr, ENABLED_VR_LISTENERS); in setTestVrListener() 144 Settings.Secure.putString(cr, ENABLED_VR_LISTENERS, newValue); in setTestVrListener()
|
/aosp14/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/ |
H A D | SecureSettings.java | 47 Settings.Secure.ENABLED_VR_LISTENERS,
|
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
H A D | SettingsHelper.java | 93 sBroadcastOnRestore.add(Settings.Secure.ENABLED_VR_LISTENERS);
|
H A D | SettingsProvider.java | 4078 Settings.Secure.ENABLED_VR_LISTENERS); 4093 Settings.Secure.ENABLED_VR_LISTENERS, b.toString(),
|
H A D | SettingsProtoDumpUtil.java | 2677 Settings.Secure.ENABLED_VR_LISTENERS, in dumpProtoSecureSettingsLocked()
|
/aosp14/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/ |
H A D | SecureSettingsValidators.java | 73 VALIDATORS.put(Secure.ENABLED_VR_LISTENERS, COLON_SEPARATED_COMPONENT_LIST_VALIDATOR); in VALIDATORS.put() argument
|
/aosp14/frameworks/base/services/core/java/com/android/server/vr/ |
H A D | VrManagerService.java | 783 Settings.Secure.ENABLED_VR_LISTENERS, looper, in onBootPhase()
|
/aosp14/frameworks/base/core/api/ |
H A D | test-lint-baseline.txt | 894 NoSettingsProvider: android.provider.Settings.Secure#ENABLED_VR_LISTENERS: 895 …New setting keys are not allowed (Field: ENABLED_VR_LISTENERS); use getters/setters in relevant ma…
|
H A D | test-current.txt | 2751 field public static final String ENABLED_VR_LISTENERS = "enabled_vr_listeners";
|
/aosp14/frameworks/base/core/java/android/provider/ |
H A D | Settings.java | 10594 public static final String ENABLED_VR_LISTENERS = "enabled_vr_listeners"; field in Settings.Secure
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 42661 Landroid/provider/Settings$Secure;->ENABLED_VR_LISTENERS:Ljava/lang/String;
|