Home
last modified time | relevance | path

Searched refs:shortcutPreference (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DAccessibilityShortcutPreferenceFragmentTest.java166 final ShortcutPreference shortcutPreference = new ShortcutPreference(mContext, /* attrs= */ in setupEditShortcutDialog_shortcutPreferenceOff_checkboxIsEmptyValue() local
168 mFragment.mShortcutPreference = shortcutPreference; in setupEditShortcutDialog_shortcutPreferenceOff_checkboxIsEmptyValue()
184 final ShortcutPreference shortcutPreference = new ShortcutPreference(mContext, /* attrs= */ in setupEditShortcutDialog_shortcutPreferenceOn_checkboxIsSavedValue() local
188 mFragment.mShortcutPreference = shortcutPreference; in setupEditShortcutDialog_shortcutPreferenceOn_checkboxIsSavedValue()
207 final ShortcutPreference shortcutPreference = new ShortcutPreference(mContext, /* attrs= */ in restoreValueFromSavedInstanceState_assignShortcutTypeToVariable() local
209 mFragment.mShortcutPreference = shortcutPreference; in restoreValueFromSavedInstanceState_assignShortcutTypeToVariable()
273 final ShortcutPreference shortcutPreference = in onSettingsClicked_editShortcutsFullScreenFlagOn_showFullScreenEditShortcutScreen() local
276 mFragment.onSettingsClicked(shortcutPreference); in onSettingsClicked_editShortcutsFullScreenFlagOn_showFullScreenEditShortcutScreen()
295 final ShortcutPreference shortcutPreference = in getShortcutTypeSummary_shortcutSummaryIsCorrectlySet() local
297 shortcutPreference.setChecked(true); in getShortcutTypeSummary_shortcutSummaryIsCorrectlySet()
[all …]
DToggleFeaturePreferenceFragmentTest.java241 final ShortcutPreference shortcutPreference = new ShortcutPreference(mContext, /* attrs= */ in dialogCheckboxClicked_hardwareType_skipTimeoutRestriction() local
244 mFragment.mShortcutPreference = shortcutPreference; in dialogCheckboxClicked_hardwareType_skipTimeoutRestriction()
266 final ShortcutPreference shortcutPreference = new ShortcutPreference(mContext, /* attrs= */ in setupEditShortcutDialog_shortcutPreferenceOff_checkboxIsEmptyValue() local
269 mFragment.mShortcutPreference = shortcutPreference; in setupEditShortcutDialog_shortcutPreferenceOff_checkboxIsEmptyValue()
283 final ShortcutPreference shortcutPreference = new ShortcutPreference(mContext, /* attrs= */ in setupEditShortcutDialog_shortcutPreferenceOn_checkboxIsSavedValue() local
288 mFragment.mShortcutPreference = shortcutPreference; in setupEditShortcutDialog_shortcutPreferenceOn_checkboxIsSavedValue()
305 final ShortcutPreference shortcutPreference = new ShortcutPreference(mContext, /* attrs= */ in restoreValueFromSavedInstanceState_assignShortcutTypeToVariable() local
308 mFragment.mShortcutPreference = shortcutPreference; in restoreValueFromSavedInstanceState_assignShortcutTypeToVariable()
475 final ShortcutPreference shortcutPreference = in getShortcutTypeSummary_shortcutSummaryIsCorrectlySet() local
477 shortcutPreference.setChecked(true); in getShortcutTypeSummary_shortcutSummaryIsCorrectlySet()
[all …]
DToggleScreenMagnificationPreferenceFragmentTest.java718 final ShortcutPreference shortcutPreference = new ShortcutPreference(mContext, /* attrs= */ in setupMagnificationEditShortcutDialog_shortcutPreferenceOn_checkboxIsSavedValue() local
722 fragment.mShortcutPreference = shortcutPreference; in setupMagnificationEditShortcutDialog_shortcutPreferenceOn_checkboxIsSavedValue()
739 final ShortcutPreference shortcutPreference = new ShortcutPreference(mContext, /* attrs= */ in setupMagnificationEditShortcutDialog_twoFingerTripleTapOn_checkboxIsSavedValue() local
743 fragment.mShortcutPreference = shortcutPreference; in setupMagnificationEditShortcutDialog_twoFingerTripleTapOn_checkboxIsSavedValue()
1011 final ShortcutPreference shortcutPreference = in getShortcutTypeSummary_shortcutSummaryIsCorrectlySet() local
1013 shortcutPreference.setChecked(true); in getShortcutTypeSummary_shortcutSummaryIsCorrectlySet()
1014 shortcutPreference.setSettingsEditable(true); in getShortcutTypeSummary_shortcutSummaryIsCorrectlySet()
1018 fragment.mShortcutPreference = shortcutPreference; in getShortcutTypeSummary_shortcutSummaryIsCorrectlySet()