Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java1285 assertShortcutIds(assertAllPinned( in testUpdateShortcuts()
1293 assertShortcutIds(assertAllPinned( in testUpdateShortcuts()
1330 assertShortcutIds(assertAllPinned( in testUpdateShortcuts()
1349 assertShortcutIds(assertAllPinned( in testUpdateShortcuts()
2906 assertShortcutIds(assertAllPinned( in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
2919 assertShortcutIds(assertAllPinned( in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
2954 assertShortcutIds(assertAllPinned( in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
2967 assertShortcutIds(assertAllPinned( in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
3002 assertShortcutIds(assertAllPinned( in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
3015 assertShortcutIds(assertAllPinned( in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
[all …]
/aosp12/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java590 public static List<ShortcutInfo> assertAllPinned(List<ShortcutInfo> actualShortcuts) { in assertAllPinned() method in ShortcutManagerTestUtils