Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java27 …static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertAllDynamicOrPinned;
1937 assertShortcutIds(assertAllDynamicOrPinned( in testPinShortcutAndGetPinnedShortcuts_multi()
1943 assertShortcutIds(assertAllDynamicOrPinned( in testPinShortcutAndGetPinnedShortcuts_multi()
2294 assertShortcutIds(assertAllDynamicOrPinned( in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
2307 assertShortcutIds(assertAllDynamicOrPinned( in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
2342 assertShortcutIds(assertAllDynamicOrPinned( in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
2355 assertShortcutIds(assertAllDynamicOrPinned( in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
2390 assertShortcutIds(assertAllDynamicOrPinned( in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
2403 assertShortcutIds(assertAllDynamicOrPinned( in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
2438 assertShortcutIds(assertAllDynamicOrPinned( in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
[all …]
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java534 public static List<ShortcutInfo> assertAllDynamicOrPinned( in assertAllDynamicOrPinned() method in ShortcutManagerTestUtils