Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java1290 assertShortcutIds(assertAllPinned( in testUpdateShortcuts()
1298 assertShortcutIds(assertAllPinned( in testUpdateShortcuts()
1335 assertShortcutIds(assertAllPinned( in testUpdateShortcuts()
1354 assertShortcutIds(assertAllPinned( in testUpdateShortcuts()
2911 assertShortcutIds(assertAllPinned( in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
2924 assertShortcutIds(assertAllPinned( in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
2959 assertShortcutIds(assertAllPinned( in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
2972 assertShortcutIds(assertAllPinned( in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
3007 assertShortcutIds(assertAllPinned( in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
3020 assertShortcutIds(assertAllPinned( in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
[all …]
/aosp14/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