Searched refs:assertAllPinned (Results 1 – 2 of 2) sorted by relevance
38 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertAllPinned;1285 assertShortcutIds(assertAllPinned( in testUpdateShortcuts()1293 assertShortcutIds(assertAllPinned( in testUpdateShortcuts()1330 assertShortcutIds(assertAllPinned( in testUpdateShortcuts()1349 assertShortcutIds(assertAllPinned( in testUpdateShortcuts()1872 assertAllPinned(assertAllHaveTitle(assertAllNotHaveIntents(assertShortcutIds( in testGetShortcuts()2286 assertShortcutIds(assertAllPinned(assertAllNotKeyFieldsOnly(assertAllEnabled( in testPinShortcutAndGetPinnedShortcuts()2291 assertShortcutIds(assertAllPinned(assertAllNotKeyFieldsOnly(assertAllEnabled( in testPinShortcutAndGetPinnedShortcuts()2296 assertShortcutIds(assertAllPinned(assertAllNotKeyFieldsOnly(assertAllEnabled( in testPinShortcutAndGetPinnedShortcuts()2410 assertShortcutIds(assertAllPinned(assertAllNotKeyFieldsOnly(assertAllEnabled( in testDisableAndEnableShortcuts()[all …]
590 public static List<ShortcutInfo> assertAllPinned(List<ShortcutInfo> actualShortcuts) { in assertAllPinned() method in ShortcutManagerTestUtils