Searched refs:assertDynamicShortcutCountExceeded (Results 1 – 2 of 2) sorted by relevance
42 ….android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertDynamicShortcutCountExceeded;7022 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_set()7028 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_set()7037 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_set()7069 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_set()7101 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_add()7107 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_add()7116 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_add()7158 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_add()7195 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_add()[all …]
412 public static void assertDynamicShortcutCountExceeded(Runnable r) { in assertDynamicShortcutCountExceeded() method in ShortcutManagerTestUtils