Searched refs:assertCannotUpdateImmutable (Results 1 – 2 of 2) sorted by relevance
43 …tic com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertCannotUpdateImmutable;8095 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()8098 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()8105 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()8108 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()8116 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()8119 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()8126 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()8129 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()8136 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()[all …]
482 public static void assertCannotUpdateImmutable(Runnable r) { in assertCannotUpdateImmutable() method in ShortcutManagerTestUtils