Home
last modified time | relevance | path

Searched refs:setShortcutEnabled (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DAccessibilitySettingsTest.java171 setShortcutEnabled(mServiceInfo.getComponentName(), true); in getServiceSummary_invisibleToggle_shortcutEnabled_showsOnSummary()
185 setShortcutEnabled(mServiceInfo.getComponentName(), false); in getServiceSummary_invisibleToggle_shortcutDisabled_showsOffSummary()
200 setShortcutEnabled(mServiceInfo.getComponentName(), true); in getServiceSummary_enableServiceShortcutOn_showsServiceEnabledShortcutOn()
212 setShortcutEnabled(mServiceInfo.getComponentName(), false); in getServiceSummary_enableServiceShortcutOff_showsServiceEnabledShortcutOff()
224 setShortcutEnabled(mServiceInfo.getComponentName(), false); in getServiceSummary_disableServiceShortcutOff_showsDisabledShortcutOff()
236 setShortcutEnabled(mServiceInfo.getComponentName(), true); in getServiceSummary_disableServiceShortcutOn_showsDisabledShortcutOn()
247 setShortcutEnabled(mServiceInfo.getComponentName(), false); in getServiceSummary_enableServiceShortcutOffAndHasSummary_showsEnabledSummary()
262 setShortcutEnabled(mServiceInfo.getComponentName(), true); in getServiceSummary_enableServiceShortcutOnAndHasSummary_showsEnabledSummary()
276 setShortcutEnabled(mServiceInfo.getComponentName(), true); in getServiceSummary_disableServiceShortcutOnAndHasSummary_showsDisabledSummary()
289 setShortcutEnabled(mServiceInfo.getComponentName(), false); in getServiceSummary_disableServiceShortcutOffAndHasSummary_showsDisabledSummary()
[all …]
/packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/
DOneHandedActionShowNotificationPrefControllerTest.java115 mUtils.setShortcutEnabled(mContext, true); in getAvailabilityStatus_setShortcutEnabled_shouldEnabled()
126 mUtils.setShortcutEnabled(mContext, false); in getAvailabilityStatus_setShortcutDisabled_shouldDisabled()
DOneHandedActionPullDownPrefControllerTest.java116 mUtils.setShortcutEnabled(mContext, true); in getAvailabilityStatus_setShortcutEnabled_shouldEnabled()
127 mUtils.setShortcutEnabled(mContext, false); in getAvailabilityStatus_setShortcutDisabled_shouldDisabled()
/packages/apps/Settings/src/com/android/settings/gestures/
DOneHandedSettingsUtils.java276 public void setShortcutEnabled(Context context, boolean enabled) { in setShortcutEnabled() method in OneHandedSettingsUtils