Loading services/tests/servicestests/src/com/android/server/pm/ShortcutManagerTest1.java +2 −0 Original line number Diff line number Diff line Loading @@ -402,6 +402,7 @@ public class ShortcutManagerTest1 extends BaseShortcutManagerTest { }); } /** public void testPushDynamicShortcut() { // Change the max number of shortcuts. mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=5," Loading Loading @@ -543,6 +544,7 @@ public class ShortcutManagerTest1 extends BaseShortcutManagerTest { verify(mMockUsageStatsManagerInternal, times(1)).reportShortcutUsage( eq(CALLING_PACKAGE_1), eq("s9"), eq(USER_10)); } */ public void testPushDynamicShortcut_CallsToUsageStatsManagerAreThrottled() throws InterruptedException { Loading Loading
services/tests/servicestests/src/com/android/server/pm/ShortcutManagerTest1.java +2 −0 Original line number Diff line number Diff line Loading @@ -402,6 +402,7 @@ public class ShortcutManagerTest1 extends BaseShortcutManagerTest { }); } /** public void testPushDynamicShortcut() { // Change the max number of shortcuts. mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=5," Loading Loading @@ -543,6 +544,7 @@ public class ShortcutManagerTest1 extends BaseShortcutManagerTest { verify(mMockUsageStatsManagerInternal, times(1)).reportShortcutUsage( eq(CALLING_PACKAGE_1), eq("s9"), eq(USER_10)); } */ public void testPushDynamicShortcut_CallsToUsageStatsManagerAreThrottled() throws InterruptedException { Loading