Searched refs:assertDynamicShortcutCountExceeded (Results 1 – 2 of 2) sorted by relevance
47 ….android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertDynamicShortcutCountExceeded;7592 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_set()7598 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_set()7607 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_set()7639 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_set()7671 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_add()7677 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_add()7686 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_add()7728 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_add()7765 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_add()[all …]
424 public static void assertDynamicShortcutCountExceeded(Runnable r) { in assertDynamicShortcutCountExceeded() method in ShortcutManagerTestUtils