Searched refs:assertAllNotManifest (Results 1 – 2 of 2) sorted by relevance
36 …ort static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertAllNotManifest;7113 assertShortcutIds(assertAllImmutable(assertAllPinned(assertAllNotManifest( in testManifestShortcut_publishOnUnlockUser()7122 assertShortcutIds(assertAllImmutable(assertAllPinned(assertAllNotManifest( in testManifestShortcut_publishOnUnlockUser()7129 assertShortcutIds(assertAllImmutable(assertAllPinned(assertAllNotManifest( in testManifestShortcut_publishOnUnlockUser()7892 assertShortcutIds(assertAllNotManifest(assertAllImmutable(assertAllDisabled( in testManifestShortcuts_updateAndDisabled_pinned()8025 assertShortcutIds(assertAllNotManifest(mManager.getDynamicShortcuts()), "ms1"); in testManifestShortcuts_cannotOverrideNonManifest()8026 assertShortcutIds(assertAllNotManifest(mManager.getPinnedShortcuts()), "ms2"); in testManifestShortcuts_cannotOverrideNonManifest()8041 assertShortcutIds(assertAllNotManifest(assertAllEnabled( in checkManifestShortcuts_immutable_verify()8047 assertShortcutIds(assertAllNotManifest(assertAllDisabled( in checkManifestShortcuts_immutable_verify()
613 public static List<ShortcutInfo> assertAllNotManifest( in assertAllNotManifest() method in ShortcutManagerTestUtils