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.java47 ….android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertDynamicShortcutCountExceeded;
7561 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_set()
7567 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_set()
7576 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_set()
7608 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_set()
7640 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_add()
7646 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_add()
7655 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_add()
7697 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_add()
7734 assertDynamicShortcutCountExceeded(() -> { in testMaxShortcutCount_add()
[all …]
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java418 public static void assertDynamicShortcutCountExceeded(Runnable r) { in assertDynamicShortcutCountExceeded() method in ShortcutManagerTestUtils