Home
last modified time | relevance | path

Searched refs:ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/accessibility/
DAccessibilityShortcutControllerTest.java20 import static android.provider.Settings.Secure.ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN;
280 mContentResolver, ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, in testShortcutAvailable_onLockScreenAndLockScreenPreferenceUnset()
284 mContentResolver, ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, in testShortcutAvailable_onLockScreenAndLockScreenPreferenceUnset()
368 mContentResolver, ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, in testOnAccessibilityShortcut_firstTime_showsWarningDialog()
373 mContentResolver, ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, in testOnAccessibilityShortcut_firstTime_showsWarningDialog()
391 Settings.Secure.putInt(mContentResolver, ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, in testOnAccessibilityShortcut_withDialogShowing_callsServer()
409 Settings.Secure.putInt(mContentResolver, ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, in testOnAccessibilityShortcut_ifCanceledFirstTime_showsWarningDialog()
427 Settings.Secure.putInt(mContentResolver, ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, in testClickingDisableButtonInDialog_shouldClearShortcutId()
441 mContentResolver, ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN)).isEqualTo( in testClickingDisableButtonInDialog_shouldClearShortcutId()
450 Settings.Secure.putInt(mContentResolver, ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, in testClickingDisableButtonInDialog_shouldClearShortcutId_old()
[all …]
/frameworks/base/core/java/com/android/internal/accessibility/
DAccessibilityShortcutController.java208 Settings.Secure.getUriFor(Settings.Secure.ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN), in AccessibilityShortcutController()
235 cr, Settings.Secure.ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, DialogStatus.NOT_SHOWN, in onSettingsChanged()
278 cr, Settings.Secure.ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, DialogStatus.SHOWN, in performAccessibilityShortcut()
304 Settings.Secure.ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, DialogStatus.NOT_SHOWN, in shouldShowDialog()
379 Settings.Secure.ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, in createShortcutWarningDialog()
385 Settings.Secure.ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, in createShortcutWarningDialog()
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/
DSecureSettings.java53 Settings.Secure.ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN,
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
DSecureSettingsValidators.java88 VALIDATORS.put(Secure.ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilityManagerServiceTest.java1075 Settings.Secure.ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, in enableHardwareShortcutsForTargets_shortcutDialogSetting_isShown()
1092 Settings.Secure.ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, in enableHardwareShortcutsForTargets_shortcutDialogSetting_isShown()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProtoDumpUtil.java1793 Settings.Secure.ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, in dumpProtoSecureSettingsLocked()
/frameworks/base/services/core/java/com/android/server/stats/pull/
DStatsPullAtomService.java5151 Settings.Secure.ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, 0, userId) == 1;
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java1728 Settings.Secure.ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, 0, mCurrentUserId) != 0; in getAccessibilityShortcutTimeout()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java4274 Settings.Secure.ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, in enableShortcutForTargets()
/frameworks/base/core/java/android/provider/
DSettings.java8499 public static final String ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN = field in Settings.Secure
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt41945 Landroid/provider/Settings$Secure;->ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN:Ljava/lang/String;