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.java26 …static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertAllDynamicOrPinned;
2613 assertShortcutIds(assertAllDynamicOrPinned( in testPinShortcutAndGetPinnedShortcuts_multi()
2619 assertShortcutIds(assertAllDynamicOrPinned( in testPinShortcutAndGetPinnedShortcuts_multi()
2970 assertShortcutIds(assertAllDynamicOrPinned( in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
2983 assertShortcutIds(assertAllDynamicOrPinned( in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
3018 assertShortcutIds(assertAllDynamicOrPinned( in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
3031 assertShortcutIds(assertAllDynamicOrPinned( in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
3066 assertShortcutIds(assertAllDynamicOrPinned( in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
3079 assertShortcutIds(assertAllDynamicOrPinned( in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
3114 assertShortcutIds(assertAllDynamicOrPinned( in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
[all …]
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java597 public static List<ShortcutInfo> assertAllDynamicOrPinned( in assertAllDynamicOrPinned() method in ShortcutManagerTestUtils