Searched refs:assertAllNotManifest (Results 1 – 2 of 2) sorted by relevance
37 …ort static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertAllNotManifest;6475 assertShortcutIds(assertAllImmutable(assertAllPinned(assertAllNotManifest( in testManifestShortcut_publishOnUnlockUser()6484 assertShortcutIds(assertAllImmutable(assertAllPinned(assertAllNotManifest( in testManifestShortcut_publishOnUnlockUser()6491 assertShortcutIds(assertAllImmutable(assertAllPinned(assertAllNotManifest( in testManifestShortcut_publishOnUnlockUser()7254 assertShortcutIds(assertAllNotManifest(assertAllImmutable(assertAllDisabled( in testManifestShortcuts_updateAndDisabled_pinned()7387 assertShortcutIds(assertAllNotManifest(mManager.getDynamicShortcuts()), "ms1"); in testManifestShortcuts_cannotOverrideNonManifest()7388 assertShortcutIds(assertAllNotManifest(mManager.getPinnedShortcuts()), "ms2"); in testManifestShortcuts_cannotOverrideNonManifest()7403 assertShortcutIds(assertAllNotManifest(assertAllEnabled( in checkManifestShortcuts_immutable_verify()7409 assertShortcutIds(assertAllNotManifest(assertAllDisabled( in checkManifestShortcuts_immutable_verify()
544 public static List<ShortcutInfo> assertAllNotManifest( in assertAllNotManifest() method in ShortcutManagerTestUtils