Home
last modified time | relevance | path

Searched defs:shortcutType (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityUtil.java249 static void optInValueToSettings(Context context, @UserShortcutType int shortcutType, in optInValueToSettings()
320 static void optOutValueFromSettings(Context context, @UserShortcutType int shortcutType, in optOutValueFromSettings()
393 static boolean hasValueInSettings(Context context, @UserShortcutType int shortcutType, in hasValueInSettings()
452 static String convertKeyFromSettings(@UserShortcutType int shortcutType) { in convertKeyFromSettings()
DToggleScreenMagnificationPreferenceFragment.java716 Context context, @UserShortcutType int shortcutType) { in optInMagnificationValueToSettings()
801 @UserShortcutType int shortcutType) { in optOutMagnificationValueFromSettings()
877 @UserShortcutType int shortcutType) { in hasMagnificationValueInSettings()
/packages/apps/Settings/src/com/android/settings/accessibility/shortcuts/
DShortcutOptionPreferenceController.java119 @ShortcutConstants.UserShortcutType int shortcutType = getShortcutType(); in enableShortcutForTargets() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DAccessibilityUtilTest.java428 private void setShortcut(@UserShortcutType int shortcutType, String... componentNames) { in setShortcut()