Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java6962 assertShortcutIds(assertAllManifest(assertAllImmutable(assertAllEnabled( in testManifestShortcut_publishOnUnlockUser()
6969 assertShortcutIds(assertAllManifest(assertAllImmutable(assertAllEnabled( in testManifestShortcut_publishOnUnlockUser()
6976 assertShortcutIds(assertAllManifest(assertAllImmutable(assertAllEnabled( in testManifestShortcut_publishOnUnlockUser()
6997 assertShortcutIds(assertAllManifest(assertAllImmutable(assertAllEnabled( in testManifestShortcut_publishOnUnlockUser()
7033 assertShortcutIds(assertAllManifest(assertAllImmutable(assertAllEnabled( in testManifestShortcut_publishOnUnlockUser()
7088 assertShortcutIds(assertAllImmutable(assertAllPinned(assertAllManifest( in testManifestShortcut_publishOnUnlockUser()
7097 assertShortcutIds(assertAllImmutable(assertAllPinned(assertAllManifest( in testManifestShortcut_publishOnUnlockUser()
7106 assertShortcutIds(assertAllImmutable(assertAllPinned(assertAllManifest( in testManifestShortcut_publishOnUnlockUser()
7275 assertShortcutIds(assertAllImmutable(assertAllPinned( in testManifestShortcut_publishOnBroadcast()
7358 assertShortcutIds(assertAllImmutable(assertAllPinned( in testManifestShortcut_publishOnBroadcast()
[all …]
/aosp12/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java637 public static List<ShortcutInfo> assertAllImmutable( in assertAllImmutable() method in ShortcutManagerTestUtils