Searched refs:assertCannotUpdateImmutable (Results 1 – 2 of 2) sorted by relevance
44 …tic com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertCannotUpdateImmutable;8292 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()8295 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()8302 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()8305 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()8313 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()8316 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()8323 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()8326 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()8333 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()[all …]
482 public static void assertCannotUpdateImmutable(Runnable r) { in assertCannotUpdateImmutable() method in ShortcutManagerTestUtils