Searched refs:assertCannotUpdateImmutable (Results 1 – 2 of 2) sorted by relevance
44 …tic com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertCannotUpdateImmutable;7457 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()7460 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()7467 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()7470 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()7478 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()7481 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()7488 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()7491 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()7498 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()[all …]
413 public static void assertCannotUpdateImmutable(Runnable r) { in assertCannotUpdateImmutable() method in ShortcutManagerTestUtils