Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java31 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertAllImmutable;
6334 assertShortcutIds(assertAllManifest(assertAllImmutable(assertAllEnabled( in testManifestShortcut_publishOnUnlockUser()
6341 assertShortcutIds(assertAllManifest(assertAllImmutable(assertAllEnabled( in testManifestShortcut_publishOnUnlockUser()
6348 assertShortcutIds(assertAllManifest(assertAllImmutable(assertAllEnabled( in testManifestShortcut_publishOnUnlockUser()
6369 assertShortcutIds(assertAllManifest(assertAllImmutable(assertAllEnabled( in testManifestShortcut_publishOnUnlockUser()
6398 assertShortcutIds(assertAllManifest(assertAllImmutable(assertAllEnabled( // FAIL in testManifestShortcut_publishOnUnlockUser()
6405 assertShortcutIds(assertAllManifest(assertAllImmutable(assertAllEnabled( in testManifestShortcut_publishOnUnlockUser()
6412 assertShortcutIds(assertAllManifest(assertAllImmutable(assertAllEnabled( in testManifestShortcut_publishOnUnlockUser()
6430 assertShortcutIds(assertAllManifest(assertAllImmutable(assertAllEnabled( in testManifestShortcut_publishOnUnlockUser()
6437 assertShortcutIds(assertAllManifest(assertAllImmutable(assertAllEnabled( in testManifestShortcut_publishOnUnlockUser()
[all …]
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java574 public static List<ShortcutInfo> assertAllImmutable( in assertAllImmutable() method in ShortcutManagerTestUtils