Home
last modified time | relevance | path

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 DAccessibilityShortcutControllerTest.java19 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 DAccessibilityShortcutController.java198 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 DSecureSettings.java53 Settings.Secure.ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN,
/aosp14/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
H A DSecureSettingsValidators.java86 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 DSettingsProtoDumpUtil.java1786 Settings.Secure.ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, in dumpProtoSecureSettingsLocked()
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java1585 Settings.Secure.ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, 0, mCurrentUserId) != 0; in getAccessibilityShortcutTimeout()
/aosp14/frameworks/base/services/core/java/com/android/server/stats/pull/
H A DStatsPullAtomService.java4977 Settings.Secure.ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, 0, userId) == 1;
/aosp14/frameworks/base/core/java/android/provider/
H A DSettings.java7959 public static final String ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN = field in Settings.Secure
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt42588 Landroid/provider/Settings$Secure;->ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN:Ljava/lang/String;