Searched refs:assertAllPinned (Results 1 – 2 of 2) sorted by relevance
33 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertAllPinned;1019 assertShortcutIds(assertAllPinned( in testUpdateShortcuts()1027 assertShortcutIds(assertAllPinned( in testUpdateShortcuts()1064 assertShortcutIds(assertAllPinned( in testUpdateShortcuts()1083 assertShortcutIds(assertAllPinned( in testUpdateShortcuts()1293 assertAllPinned(assertAllHaveTitle(assertAllNotHaveIntents(assertShortcutIds( in testGetShortcuts()1615 assertShortcutIds(assertAllPinned(assertAllNotKeyFieldsOnly(assertAllEnabled( in testPinShortcutAndGetPinnedShortcuts()1620 assertShortcutIds(assertAllPinned(assertAllNotKeyFieldsOnly(assertAllEnabled( in testPinShortcutAndGetPinnedShortcuts()1625 assertShortcutIds(assertAllPinned(assertAllNotKeyFieldsOnly(assertAllEnabled( in testPinShortcutAndGetPinnedShortcuts()1731 assertShortcutIds(assertAllPinned(assertAllNotKeyFieldsOnly(assertAllEnabled( in testDisableAndEnableShortcuts()[all …]
515 public static List<ShortcutInfo> assertAllPinned(List<ShortcutInfo> actualShortcuts) { in assertAllPinned() method in ShortcutManagerTestUtils