Searched refs:assertAllDisabled (Results 1 – 2 of 2) sorted by relevance
25 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertAllDisabled;7311 assertAllDisabled(mManager.getPinnedShortcuts())))), in testManifestShortcut_publishOnUnlockUser()7320 assertAllDisabled(mManager.getPinnedShortcuts())))), in testManifestShortcut_publishOnUnlockUser()7327 assertAllDisabled(mManager.getPinnedShortcuts())))), in testManifestShortcut_publishOnUnlockUser()7539 assertAllDisabled(list(getCallerShortcut("ms3"))); in testManifestShortcut_publishOnBroadcast()7586 assertShortcutIds(assertAllImmutable(assertAllPinned(assertAllDisabled( in testManifestShortcut_publishOnBroadcast()8089 assertShortcutIds(assertAllNotManifest(assertAllImmutable(assertAllDisabled( in testManifestShortcuts_updateAndDisabled_pinned()8244 assertShortcutIds(assertAllNotManifest(assertAllDisabled( in checkManifestShortcuts_immutable_verify()
621 public static List<ShortcutInfo> assertAllDisabled( in assertAllDisabled() method in ShortcutManagerTestUtils