Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java8396 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_set()
8402 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_set()
8411 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_set()
8443 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_set()
8475 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_add()
8481 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_add()
8490 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_add()
8532 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_add()
8569 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_add()
8601 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_update()
[all …]
/aosp14/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java487 public static void assertDynamicShortcutCountExceeded(Runnable r) { in assertDynamicShortcutCountExceeded() method in ShortcutManagerTestUtils