Searched refs:assertDynamicShortcutCountExceeded (Results 1 – 2 of 2) sorted by relevance
46 ….android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertDynamicShortcutCountExceeded;8199 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_set()8205 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_set()8214 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_set()8246 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_set()8278 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_add()8284 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_add()8293 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_add()8335 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_add()8372 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_add()[all …]
487 public static void assertDynamicShortcutCountExceeded(Runnable r) { in assertDynamicShortcutCountExceeded() method in ShortcutManagerTestUtils