Searched refs:mShortcutService (Results 1 – 3 of 3) sorted by relevance
40 private final IShortcutService mShortcutService; field in ShortcutManagerThrottlingPreferenceController45 mShortcutService = getShortCutService(); in ShortcutManagerThrottlingPreferenceController()63 if (mShortcutService == null) { in resetShortcutManagerThrottling()67 mShortcutService.resetThrottling(); in resetShortcutManagerThrottling()
48 private IShortcutService mShortcutService; field in ShortcutManagerThrottlingPreferenceControllerTest58 ReflectionHelpers.setField(mController, "mShortcutService", mShortcutService); in setup()79 verify(mShortcutService).resetThrottling(); in handlePreferenceTreeClick_correctPreferenceKey_shouldResetThrottling()