Searched refs:ACCESSIBILITY_SHORTCUT_ON_LOCK_SCREEN (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/accessibility/ |
H A D | AccessibilityShortcutControllerTest.java | 20 import static android.provider.Settings.Secure.ACCESSIBILITY_SHORTCUT_ON_LOCK_SCREEN; 268 mContentResolver, ACCESSIBILITY_SHORTCUT_ON_LOCK_SCREEN, null); in testShortcutAvailable_onLockScreenAndLockScreenPreferenceUnset() 648 mContentResolver, ACCESSIBILITY_SHORTCUT_ON_LOCK_SCREEN, lockscreen ? 1 : 0); in configureShortcutEnabled()
|
/aosp14/frameworks/base/core/java/com/android/internal/accessibility/ |
H A D | AccessibilityShortcutController.java | 195 Settings.Secure.getUriFor(Settings.Secure.ACCESSIBILITY_SHORTCUT_ON_LOCK_SCREEN), in AccessibilityShortcutController() 228 cr, Settings.Secure.ACCESSIBILITY_SHORTCUT_ON_LOCK_SCREEN, in onSettingsChanged()
|
/aosp14/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/ |
H A D | SecureSettings.java | 54 Settings.Secure.ACCESSIBILITY_SHORTCUT_ON_LOCK_SCREEN,
|
/aosp14/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/ |
H A D | SecureSettingsValidators.java | 87 VALIDATORS.put(Secure.ACCESSIBILITY_SHORTCUT_ON_LOCK_SCREEN, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
|
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
H A D | SettingsProtoDumpUtil.java | 1783 Settings.Secure.ACCESSIBILITY_SHORTCUT_ON_LOCK_SCREEN, in dumpProtoSecureSettingsLocked()
|
/aosp14/frameworks/base/core/java/android/provider/ |
H A D | Settings.java | 7951 public static final String ACCESSIBILITY_SHORTCUT_ON_LOCK_SCREEN = field in Settings.Secure
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 42592 Landroid/provider/Settings$Secure;->ACCESSIBILITY_SHORTCUT_ON_LOCK_SCREEN:Ljava/lang/String;
|