Home
last modified time | relevance | path

Searched refs:assertDynamicShortcutCountExceeded (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java46 ….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 …]
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java487 public static void assertDynamicShortcutCountExceeded(Runnable r) { in assertDynamicShortcutCountExceeded() method in ShortcutManagerTestUtils