Searched refs:assertDynamicShortcutCountExceeded (Results 1 – 2 of 2) sorted by relevance
47 ….android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertDynamicShortcutCountExceeded;8220 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_set()8226 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_set()8235 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_set()8267 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_set()8299 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_add()8305 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_add()8314 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_add()8356 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_add()8393 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_add()[all …]
487 public static void assertDynamicShortcutCountExceeded(Runnable r) { in assertDynamicShortcutCountExceeded() method in ShortcutManagerTestUtils