Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e5126d5e authored by Pinyao Ting's avatar Pinyao Ting Committed by Android (Google) Code Review
Browse files

Merge "Disable ShortcutManagerTest1#pushDynamicShortcut" into main

parents f0d91d6a 168e3a4a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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,"
@@ -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 {