Home
last modified time | relevance | path

Searched refs:assertAllNotManifest (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java37 …ort static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertAllNotManifest;
7134 assertShortcutIds(assertAllImmutable(assertAllPinned(assertAllNotManifest( in testManifestShortcut_publishOnUnlockUser()
7143 assertShortcutIds(assertAllImmutable(assertAllPinned(assertAllNotManifest( in testManifestShortcut_publishOnUnlockUser()
7150 assertShortcutIds(assertAllImmutable(assertAllPinned(assertAllNotManifest( in testManifestShortcut_publishOnUnlockUser()
7913 assertShortcutIds(assertAllNotManifest(assertAllImmutable(assertAllDisabled( in testManifestShortcuts_updateAndDisabled_pinned()
8046 assertShortcutIds(assertAllNotManifest(mManager.getDynamicShortcuts()), "ms1"); in testManifestShortcuts_cannotOverrideNonManifest()
8047 assertShortcutIds(assertAllNotManifest(mManager.getPinnedShortcuts()), "ms2"); in testManifestShortcuts_cannotOverrideNonManifest()
8062 assertShortcutIds(assertAllNotManifest(assertAllEnabled( in checkManifestShortcuts_immutable_verify()
8068 assertShortcutIds(assertAllNotManifest(assertAllDisabled( in checkManifestShortcuts_immutable_verify()
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java613 public static List<ShortcutInfo> assertAllNotManifest( in assertAllNotManifest() method in ShortcutManagerTestUtils