Searched refs:assertAllPinned (Results 1 – 2 of 2) sorted by relevance
37 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertAllPinned;1341 assertShortcutIds(assertAllPinned( in testUpdateShortcuts()1349 assertShortcutIds(assertAllPinned( in testUpdateShortcuts()1386 assertShortcutIds(assertAllPinned( in testUpdateShortcuts()1405 assertShortcutIds(assertAllPinned( in testUpdateShortcuts()1928 assertAllPinned(assertAllHaveTitle(assertAllNotHaveIntents(assertShortcutIds( in testGetShortcuts()2342 assertShortcutIds(assertAllPinned(assertAllNotKeyFieldsOnly(assertAllEnabled( in testPinShortcutAndGetPinnedShortcuts()2347 assertShortcutIds(assertAllPinned(assertAllNotKeyFieldsOnly(assertAllEnabled( in testPinShortcutAndGetPinnedShortcuts()2352 assertShortcutIds(assertAllPinned(assertAllNotKeyFieldsOnly(assertAllEnabled( in testPinShortcutAndGetPinnedShortcuts()2466 assertShortcutIds(assertAllPinned(assertAllNotKeyFieldsOnly(assertAllEnabled( in testDisableAndEnableShortcuts()[all …]
590 public static List<ShortcutInfo> assertAllPinned(List<ShortcutInfo> actualShortcuts) { in assertAllPinned() method in ShortcutManagerTestUtils