Searched refs:assertCannotUpdateImmutable (Results 1 – 2 of 2) sorted by relevance
44 …tic com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertCannotUpdateImmutable;7488 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()7491 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()7498 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()7501 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()7509 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()7512 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()7519 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()7522 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()7529 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()[all …]
419 public static void assertCannotUpdateImmutable(Runnable r) { in assertCannotUpdateImmutable() method in ShortcutManagerTestUtils