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