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.java32 …ort static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertAllNotManifest;
5954 assertShortcutIds(assertAllImmutable(assertAllPinned(assertAllNotManifest( in testManifestShortcut_publishOnUnlockUser()
5963 assertShortcutIds(assertAllImmutable(assertAllPinned(assertAllNotManifest( in testManifestShortcut_publishOnUnlockUser()
5970 assertShortcutIds(assertAllImmutable(assertAllPinned(assertAllNotManifest( in testManifestShortcut_publishOnUnlockUser()
6715 assertShortcutIds(assertAllNotManifest(assertAllImmutable(assertAllDisabled( in testManifestShortcuts_updateAndDisabled_pinned()
6848 assertShortcutIds(assertAllNotManifest(mManager.getDynamicShortcuts()), "ms1"); in testManifestShortcuts_cannotOverrideNonManifest()
6849 assertShortcutIds(assertAllNotManifest(mManager.getPinnedShortcuts()), "ms2"); in testManifestShortcuts_cannotOverrideNonManifest()
6864 assertShortcutIds(assertAllNotManifest(assertAllEnabled( in checkManifestShortcuts_immutable_verify()
6870 assertShortcutIds(assertAllNotManifest(assertAllDisabled( in checkManifestShortcuts_immutable_verify()
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java538 public static List<ShortcutInfo> assertAllNotManifest( in assertAllNotManifest() method in ShortcutManagerTestUtils