Searched refs:assertCannotUpdateImmutable (Results 1 – 2 of 2) sorted by relevance
39 …tic com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertCannotUpdateImmutable;6918 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()6921 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()6928 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()6931 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()6939 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()6942 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()6949 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()6952 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()6959 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()[all …]
407 public static void assertCannotUpdateImmutable(Runnable r) { in assertCannotUpdateImmutable() method in ShortcutManagerTestUtils