Home
last modified time | relevance | path

Searched defs:shortcutTypes (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DAccessibilityUtilTest.java172 final int shortcutTypes = AccessibilityUtil.getUserShortcutTypesFromSettings(mContext, in getUserShortcutTypeFromSettings_putOneValue_hasValue() local
185 final int shortcutTypes = AccessibilityUtil.getUserShortcutTypesFromSettings(mContext, in getUserShortcutTypeFromSettings_putTwoValues_hasValue() local
201 final int shortcutTypes = AccessibilityUtil.getUserShortcutTypesFromSettings(mContext, in getUserShortcutTypeFromSettings_threeShortcutTypesChosen() local
215 int shortcutTypes = UserShortcutType.SOFTWARE | UserShortcutType.HARDWARE; in optInAllValuesToSettings_optInValue_haveMatchString() local
232 int shortcutTypes = UserShortcutType.SOFTWARE | UserShortcutType.HARDWARE in optInAllValuesToSettings_optInValue_callsA11yManager() local
292 int shortcutTypes = in optOutAllValuesToSettings_optOutValue_emptyString() local
307 int shortcutTypes = in optOutAllValuesToSettings_optOutValue_callsA1yManager() local
DToggleScreenMagnificationPreferenceFragmentTest.java427 int shortcutTypes = UserShortcutType.SOFTWARE | UserShortcutType.TRIPLETAP; in optInAllValuesToSettings_optInValue_haveMatchString() local
440 int shortcutTypes = in optInAllValuesToSettings_optInValue_callA11yManager() local
467 int shortcutTypes = UserShortcutType.TWOFINGER_DOUBLETAP; in optInAllValuesToSettings_twoFingerTripleTap_haveMatchString() local
562 int shortcutTypes = in optOutAllValuesToSettings_optOutValue_emptyString() local
580 int shortcutTypes = in optOutAllValuesToSettings_optOutValue_callA11yManager() local
619 int shortcutTypes = UserShortcutType.SOFTWARE | UserShortcutType.HARDWARE; in optOutValueFromSettings_existOtherValue_optOutValue_haveMatchString() local
/packages/apps/Settings/src/com/android/settings/accessibility/
DToggleScreenMagnificationPreferenceFragment.java496 final int shortcutTypes = PreferredShortcuts.retrieveUserShortcutType(context, in getShortcutTypeSummary() local
619 final int shortcutTypes = getUserPreferredShortcutTypes(); in onToggleClicked() local
621 optInAllMagnificationValuesToSettings(getPrefContext(), shortcutTypes); in onToggleClicked() local
624 optOutAllMagnificationValuesFromSettings(getPrefContext(), shortcutTypes); in onToggleClicked() local
645 final int shortcutTypes = getUserShortcutTypeFromSettings(getPrefContext()); in updateShortcutPreferenceData() local
673 final int shortcutTypes = getUserPreferredShortcutTypes(); in updateShortcutPreference() local
675 hasMagnificationValuesInSettings(getPrefContext(), shortcutTypes)); in updateShortcutPreference() local
691 static void optInAllMagnificationValuesToSettings(Context context, int shortcutTypes) { in optInAllMagnificationValuesToSettings()
776 int shortcutTypes) { in optOutAllMagnificationValuesFromSettings()
854 static boolean hasMagnificationValuesInSettings(Context context, int shortcutTypes) { in hasMagnificationValuesInSettings()
[all …]
DAccessibilityShortcutPreferenceFragment.java278 final int shortcutTypes = getUserPreferredShortcutTypes(); in onToggleClicked() local
280 AccessibilityUtil.optInAllValuesToSettings(getPrefContext(), shortcutTypes, in onToggleClicked() local
284 AccessibilityUtil.optOutAllValuesFromSettings(getPrefContext(), shortcutTypes, in onToggleClicked() local
454 final int shortcutTypes = getUserPreferredShortcutTypes(); in getShortcutTypeSummary() local
515 final int shortcutTypes = AccessibilityUtil.getUserShortcutTypesFromSettings( in updateShortcutPreferenceData() local
529 final int shortcutTypes = getUserPreferredShortcutTypes(); in updateShortcutPreference() local
531 AccessibilityUtil.hasValuesInSettings(getPrefContext(), shortcutTypes, in updateShortcutPreference() local
DAccessibilityUtil.java217 static void optInAllValuesToSettings(Context context, int shortcutTypes, in optInAllValuesToSettings()
289 static void optOutAllValuesFromSettings(Context context, int shortcutTypes, in optOutAllValuesFromSettings()
364 static boolean hasValuesInSettings(Context context, int shortcutTypes, in hasValuesInSettings()
430 int shortcutTypes = UserShortcutType.EMPTY; in getUserShortcutTypesFromSettings() local
DToggleFeaturePreferenceFragment.java715 final int shortcutTypes = PreferredShortcuts.retrieveUserShortcutType( in getShortcutTypeSummary() local
802 final int shortcutTypes = AccessibilityUtil.getUserShortcutTypesFromSettings( in updateShortcutPreferenceData() local
816 final int shortcutTypes = getUserPreferredShortcutTypes(); in updateShortcutPreference() local
818 AccessibilityUtil.hasValuesInSettings(getPrefContext(), shortcutTypes, in updateShortcutPreference() local
833 final int shortcutTypes = getUserPreferredShortcutTypes(); in onToggleClicked() local
835 AccessibilityUtil.optInAllValuesToSettings(getPrefContext(), shortcutTypes, in onToggleClicked() local
839 AccessibilityUtil.optOutAllValuesFromSettings(getPrefContext(), shortcutTypes, in onToggleClicked() local
DToggleAccessibilityServicePreferenceFragment.java329 final int shortcutTypes = getUserPreferredShortcutTypes(); in onToggleClicked() local
341 AccessibilityUtil.optOutAllValuesFromSettings(getPrefContext(), shortcutTypes, in onToggleClicked() local
508 final int shortcutTypes = getUserPreferredShortcutTypes(); in onAllowButtonFromShortcutToggleClicked() local
509 AccessibilityUtil.optInAllValuesToSettings(getPrefContext(), shortcutTypes, mComponentName); in onAllowButtonFromShortcutToggleClicked() local
DVolumeShortcutToggleAccessibilityServicePreferenceFragment.java52 int shortcutTypes = super.getUserShortcutTypes(); in getUserShortcutTypes() local
DAccessibilityShortcutsTutorial.java125 @NonNull Context context, int shortcutTypes, @NonNull CharSequence featureName) { in createAccessibilityTutorialDialog()
132 int shortcutTypes, in createAccessibilityTutorialDialog()
185 int shortcutTypes, CharSequence featureName) { in createAccessibilityTutorialDialogForSetupWizard()
192 int shortcutTypes, in createAccessibilityTutorialDialogForSetupWizard()
492 @NonNull Context context, int shortcutTypes, @NonNull CharSequence featureName, in createShortcutTutorialPages()
DPreferredShortcuts.java135 int shortcutTypes = ShortcutConstants.UserShortcutType.DEFAULT; in updatePreferredShortcutsFromSettings() local