Searched refs:assertCannotUpdateImmutable (Results 1 – 2 of 2) sorted by relevance
44 …tic com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertCannotUpdateImmutable;8116 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()8119 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()8126 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()8129 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()8137 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()8140 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()8147 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()8150 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()8157 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()[all …]
482 public static void assertCannotUpdateImmutable(Runnable r) { in assertCannotUpdateImmutable() method in ShortcutManagerTestUtils