Searched refs:assertAllEnabled (Results 1 – 2 of 2) sorted by relevance
28 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertAllEnabled;1655 assertShortcutIds(assertAllPinned(assertAllNotKeyFieldsOnly(assertAllEnabled( in testPinShortcutAndGetPinnedShortcuts()1660 assertShortcutIds(assertAllPinned(assertAllNotKeyFieldsOnly(assertAllEnabled( in testPinShortcutAndGetPinnedShortcuts()1665 assertShortcutIds(assertAllPinned(assertAllNotKeyFieldsOnly(assertAllEnabled( in testPinShortcutAndGetPinnedShortcuts()1779 assertShortcutIds(assertAllPinned(assertAllNotKeyFieldsOnly(assertAllEnabled( in testDisableAndEnableShortcuts()1793 assertShortcutIds(assertAllPinned(assertAllNotKeyFieldsOnly(assertAllEnabled( in testDisableAndEnableShortcuts()6303 assertShortcutIds(assertAllManifest(assertAllImmutable(assertAllEnabled( in testManifestShortcut_publishOnUnlockUser()6310 assertShortcutIds(assertAllManifest(assertAllImmutable(assertAllEnabled( in testManifestShortcut_publishOnUnlockUser()6317 assertShortcutIds(assertAllManifest(assertAllImmutable(assertAllEnabled( in testManifestShortcut_publishOnUnlockUser()6338 assertShortcutIds(assertAllManifest(assertAllImmutable(assertAllEnabled( in testManifestShortcut_publishOnUnlockUser()[all …]
560 public static List<ShortcutInfo> assertAllEnabled( in assertAllEnabled() method in ShortcutManagerTestUtils