Home
last modified time | relevance | path

Searched refs:assertCannotUpdateImmutable (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java44 …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 …]
/aosp12/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java482 public static void assertCannotUpdateImmutable(Runnable r) { in assertCannotUpdateImmutable() method in ShortcutManagerTestUtils