Searched refs:retrieveUserShortcutType (Results 1 – 9 of 9) sorted by relevance
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/accessibility/ |
H A D | PreferredShortcutsTest.java | 52 final int retrieveType = PreferredShortcuts.retrieveUserShortcutType(mContext, in retrieveUserShortcutType_fromSingleData_matchSavedType() 69 final int retrieveType = PreferredShortcuts.retrieveUserShortcutType(mContext, in retrieveUserShortcutType_fromMultiData_matchSavedType()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ |
H A D | AccessibilityShortcutPreferenceFragmentTest.java | 91 final int expectedType = PreferredShortcuts.retrieveUserShortcutType(mContext, in updateShortcutPreferenceData_assignDefaultValueToVariable() 105 final int expectedType = PreferredShortcuts.retrieveUserShortcutType(mContext, in updateShortcutPreferenceData_hasValueInSettings_assignToVariable() 121 final int expectedType = PreferredShortcuts.retrieveUserShortcutType(mContext, in updateShortcutPreferenceData_hasValueInSharedPreference_assignToVariable() 189 final int expectedType = PreferredShortcuts.retrieveUserShortcutType(mContext, in restoreValueFromSavedInstanceState_assignToVariable()
|
H A D | ToggleFeaturePreferenceFragmentTest.java | 112 final int expectedType = PreferredShortcuts.retrieveUserShortcutType(mContext, in updateShortcutPreferenceData_assignDefaultValueToVariable() 126 final int expectedType = PreferredShortcuts.retrieveUserShortcutType(mContext, in updateShortcutPreferenceData_hasValueInSettings_assignToVariable() 140 final int expectedType = PreferredShortcuts.retrieveUserShortcutType(mContext, in updateShortcutPreferenceData_hasValueInSharedPreference_assignToVariable() 204 final int expectedType = PreferredShortcuts.retrieveUserShortcutType(mContext, in restoreValueFromSavedInstanceState_assignToVariable()
|
H A D | ToggleScreenMagnificationPreferenceFragmentTest.java | 179 final int expectedType = PreferredShortcuts.retrieveUserShortcutType(mContext, in updateShortcutPreferenceData_assignDefaultValueToVariable() 192 final int expectedType = PreferredShortcuts.retrieveUserShortcutType(mContext, in updateShortcutPreferenceData_hasValueInSettings_assignToVariable() 205 final int expectedType = PreferredShortcuts.retrieveUserShortcutType(mContext, in updateShortcutPreferenceData_hasValueInSharedPreference_assignToVariable() 264 final int expectedType = PreferredShortcuts.retrieveUserShortcutType(mContext, in restoreValueFromSavedInstanceState_assignToVariable()
|
/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/ |
H A D | AccessibilityShortcutPreferenceFragment.java | 212 final int shortcutTypes = PreferredShortcuts.retrieveUserShortcutType(getPrefContext(), in onToggleClicked() 350 final int shortcutTypes = PreferredShortcuts.retrieveUserShortcutType(context, in getShortcutTypeSummary() 380 final int lastNonEmptyUserShortcutType = PreferredShortcuts.retrieveUserShortcutType( in updateEditShortcutDialogCheckBox() 422 final int shortcutTypes = PreferredShortcuts.retrieveUserShortcutType(getPrefContext(), in updateShortcutPreference()
|
H A D | ToggleScreenMagnificationPreferenceFragment.java | 242 final int lastNonEmptyUserShortcutType = PreferredShortcuts.retrieveUserShortcutType( in updateMagnificationEditShortcutDialogCheckBox() 291 final int shortcutTypes = PreferredShortcuts.retrieveUserShortcutType(context, in getShortcutTypeSummary() 384 final int shortcutTypes = PreferredShortcuts.retrieveUserShortcutType(getPrefContext(), in onToggleClicked() 432 final int shortcutTypes = PreferredShortcuts.retrieveUserShortcutType(getPrefContext(), in updateShortcutPreference()
|
H A D | ToggleAccessibilityServicePreferenceFragment.java | 21 import static com.android.settings.accessibility.PreferredShortcuts.retrieveUserShortcutType; 350 final int shortcutTypes = retrieveUserShortcutType(getPrefContext(), in onToggleClicked() 500 final int shortcutTypes = retrieveUserShortcutType(getPrefContext(), in onAllowButtonFromShortcutToggleClicked()
|
H A D | ToggleFeaturePreferenceFragment.java | 558 final int lastNonEmptyUserShortcutType = PreferredShortcuts.retrieveUserShortcutType( in updateEditShortcutDialogCheckBox() 620 final int shortcutTypes = PreferredShortcuts.retrieveUserShortcutType(context, in getShortcutTypeSummary() 681 final int shortcutTypes = PreferredShortcuts.retrieveUserShortcutType(getPrefContext(), in updateShortcutPreference() 699 final int shortcutTypes = PreferredShortcuts.retrieveUserShortcutType(getPrefContext(), in onToggleClicked()
|
H A D | PreferredShortcuts.java | 44 public static int retrieveUserShortcutType(Context context, String componentName, in retrieveUserShortcutType() method in PreferredShortcuts
|