Searched refs:ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/accessibility/ |
H A D | AccessibilityShortcutControllerTest.java | 19 import static android.provider.Settings.Secure.ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN; 269 Settings.Secure.putInt(mContentResolver, ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, 0); in testShortcutAvailable_onLockScreenAndLockScreenPreferenceUnset() 271 Settings.Secure.putInt(mContentResolver, ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, 1); in testShortcutAvailable_onLockScreenAndLockScreenPreferenceUnset() 343 Settings.Secure.putInt(mContentResolver, ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, 0); in testOnAccessibilityShortcut_firstTime_showsWarningDialog() 347 mContentResolver, ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, 0)); in testOnAccessibilityShortcut_firstTime_showsWarningDialog() 363 Settings.Secure.putInt(mContentResolver, ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, 0); in testOnAccessibilityShortcut_withDialogShowing_callsServer() 380 Settings.Secure.putInt(mContentResolver, ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, 0); in testOnAccessibilityShortcut_ifCanceledFirstTime_showsWarningDialog() 396 Settings.Secure.putInt(mContentResolver, ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, 0); in testClickingDisableButtonInDialog_shouldClearShortcutId() 410 mContentResolver, ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN)); in testClickingDisableButtonInDialog_shouldClearShortcutId() 417 Settings.Secure.putInt(mContentResolver, ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, 0); in testClickingTurnOnButtonInDialog_shouldLeaveShortcutReady() [all …]
|
/aosp14/frameworks/base/core/java/com/android/internal/accessibility/ |
H A D | AccessibilityShortcutController.java | 198 Settings.Secure.getUriFor(Settings.Secure.ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN), in AccessibilityShortcutController() 225 cr, Settings.Secure.ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, DialogStatus.NOT_SHOWN, in onSettingsChanged() 267 cr, Settings.Secure.ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, DialogStatus.SHOWN, in performAccessibilityShortcut() 290 Settings.Secure.ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, DialogStatus.NOT_SHOWN, in shouldShowDialog() 350 Settings.Secure.ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, in createShortcutWarningDialog() 356 Settings.Secure.ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, in createShortcutWarningDialog()
|
/aosp14/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/ |
H A D | SecureSettings.java | 53 Settings.Secure.ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN,
|
/aosp14/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/ |
H A D | SecureSettingsValidators.java | 86 VALIDATORS.put(Secure.ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
|
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
H A D | SettingsProtoDumpUtil.java | 1786 Settings.Secure.ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, in dumpProtoSecureSettingsLocked()
|
/aosp14/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | PhoneWindowManager.java | 1585 Settings.Secure.ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, 0, mCurrentUserId) != 0; in getAccessibilityShortcutTimeout()
|
/aosp14/frameworks/base/services/core/java/com/android/server/stats/pull/ |
H A D | StatsPullAtomService.java | 4977 Settings.Secure.ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, 0, userId) == 1;
|
/aosp14/frameworks/base/core/java/android/provider/ |
H A D | Settings.java | 7959 public static final String ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN = field in Settings.Secure
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 42588 Landroid/provider/Settings$Secure;->ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN:Ljava/lang/String;
|