Searched refs:assertAllDisabled (Results 1 – 2 of 2) sorted by relevance
20 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertAllDisabled;5955 assertAllDisabled(mManager.getPinnedShortcuts())))), in testManifestShortcut_publishOnUnlockUser()5964 assertAllDisabled(mManager.getPinnedShortcuts())))), in testManifestShortcut_publishOnUnlockUser()5971 assertAllDisabled(mManager.getPinnedShortcuts())))), in testManifestShortcut_publishOnUnlockUser()6100 assertAllDisabled(list(getCallerShortcut("ms3"))); in testManifestShortcut_publishOnBroadcast()6165 assertAllDisabled(list(getCallerShortcut("ms3"))); in testManifestShortcut_publishOnBroadcast()6212 assertShortcutIds(assertAllImmutable(assertAllPinned(assertAllDisabled( in testManifestShortcut_publishOnBroadcast()6715 assertShortcutIds(assertAllNotManifest(assertAllImmutable(assertAllDisabled( in testManifestShortcuts_updateAndDisabled_pinned()6870 assertShortcutIds(assertAllNotManifest(assertAllDisabled( in checkManifestShortcuts_immutable_verify()
546 public static List<ShortcutInfo> assertAllDisabled( in assertAllDisabled() method in ShortcutManagerTestUtils