Searched refs:assertCannotUpdateImmutable (Results 1 – 2 of 2) sorted by relevance
37 …tic com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertCannotUpdateImmutable;6675 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()6678 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()6685 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()6688 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()6696 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()6699 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()6706 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()6709 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()6716 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()[all …]
403 public static void assertCannotUpdateImmutable(Runnable r) { in assertCannotUpdateImmutable() method in ShortcutManagerTestUtils