Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java2562 assertShortcutIds(assertAllDynamicOrPinned( in testPinShortcutAndGetPinnedShortcuts_multi()
2568 assertShortcutIds(assertAllDynamicOrPinned( in testPinShortcutAndGetPinnedShortcuts_multi()
2919 assertShortcutIds(assertAllDynamicOrPinned( in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
2932 assertShortcutIds(assertAllDynamicOrPinned( in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
2967 assertShortcutIds(assertAllDynamicOrPinned( in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
2980 assertShortcutIds(assertAllDynamicOrPinned( in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
3015 assertShortcutIds(assertAllDynamicOrPinned( in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
3028 assertShortcutIds(assertAllDynamicOrPinned( in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
3063 assertShortcutIds(assertAllDynamicOrPinned( in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
3093 assertShortcutIds(assertAllDynamicOrPinned( in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
[all …]
/aosp14/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java597 public static List<ShortcutInfo> assertAllDynamicOrPinned( in assertAllDynamicOrPinned() method in ShortcutManagerTestUtils