Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java7138 assertShortcutIds(assertAllManifest(assertAllImmutable(assertAllEnabled( in testManifestShortcut_publishOnUnlockUser()
7145 assertShortcutIds(assertAllManifest(assertAllImmutable(assertAllEnabled( in testManifestShortcut_publishOnUnlockUser()
7152 assertShortcutIds(assertAllManifest(assertAllImmutable(assertAllEnabled( in testManifestShortcut_publishOnUnlockUser()
7173 assertShortcutIds(assertAllManifest(assertAllImmutable(assertAllEnabled( in testManifestShortcut_publishOnUnlockUser()
7209 assertShortcutIds(assertAllManifest(assertAllImmutable(assertAllEnabled( in testManifestShortcut_publishOnUnlockUser()
7216 assertShortcutIds(assertAllManifest(assertAllImmutable(assertAllEnabled( in testManifestShortcut_publishOnUnlockUser()
7264 assertShortcutIds(assertAllImmutable(assertAllPinned(assertAllManifest( in testManifestShortcut_publishOnUnlockUser()
7273 assertShortcutIds(assertAllImmutable(assertAllPinned(assertAllManifest( in testManifestShortcut_publishOnUnlockUser()
7282 assertShortcutIds(assertAllImmutable(assertAllPinned(assertAllManifest( in testManifestShortcut_publishOnUnlockUser()
8224 assertShortcutIds(assertAllManifest(mManager.getManifestShortcuts()), in testManifestShortcuts_cannotOverrideNonManifest()
[all …]
/aosp14/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java605 public static List<ShortcutInfo> assertAllManifest( in assertAllManifest() method in ShortcutManagerTestUtils