Searched refs:assertAllNotManifest (Results 1 – 2 of 2) sorted by relevance
37 …ort static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertAllNotManifest;6506 assertShortcutIds(assertAllImmutable(assertAllPinned(assertAllNotManifest( in testManifestShortcut_publishOnUnlockUser()6515 assertShortcutIds(assertAllImmutable(assertAllPinned(assertAllNotManifest( in testManifestShortcut_publishOnUnlockUser()6522 assertShortcutIds(assertAllImmutable(assertAllPinned(assertAllNotManifest( in testManifestShortcut_publishOnUnlockUser()7285 assertShortcutIds(assertAllNotManifest(assertAllImmutable(assertAllDisabled( in testManifestShortcuts_updateAndDisabled_pinned()7418 assertShortcutIds(assertAllNotManifest(mManager.getDynamicShortcuts()), "ms1"); in testManifestShortcuts_cannotOverrideNonManifest()7419 assertShortcutIds(assertAllNotManifest(mManager.getPinnedShortcuts()), "ms2"); in testManifestShortcuts_cannotOverrideNonManifest()7434 assertShortcutIds(assertAllNotManifest(assertAllEnabled( in checkManifestShortcuts_immutable_verify()7440 assertShortcutIds(assertAllNotManifest(assertAllDisabled( in checkManifestShortcuts_immutable_verify()
550 public static List<ShortcutInfo> assertAllNotManifest( in assertAllNotManifest() method in ShortcutManagerTestUtils