Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DShortcutManagerThrottlingPreferenceController.java40 private final IShortcutService mShortcutService; field in ShortcutManagerThrottlingPreferenceController
45 mShortcutService = getShortCutService(); in ShortcutManagerThrottlingPreferenceController()
63 if (mShortcutService == null) { in resetShortcutManagerThrottling()
67 mShortcutService.resetThrottling(); in resetShortcutManagerThrottling()
/packages/apps/Settings/src/com/android/settings/development/
DShortcutManagerThrottlingPreferenceController.java40 private final IShortcutService mShortcutService; field in ShortcutManagerThrottlingPreferenceController
45 mShortcutService = getShortCutService(); in ShortcutManagerThrottlingPreferenceController()
63 if (mShortcutService == null) { in resetShortcutManagerThrottling()
67 mShortcutService.resetThrottling(); in resetShortcutManagerThrottling()
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DShortcutManagerThrottlingPreferenceControllerTest.java48 private IShortcutService mShortcutService; field in ShortcutManagerThrottlingPreferenceControllerTest
58 ReflectionHelpers.setField(mController, "mShortcutService", mShortcutService); in setup()
79 verify(mShortcutService).resetThrottling(); in handlePreferenceTreeClick_correctPreferenceKey_shouldResetThrottling()