Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java37 …tic com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertCannotUpdateImmutable;
6675 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
6678 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
6685 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
6688 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
6696 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
6699 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
6706 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
6709 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
6716 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
[all …]
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java403 public static void assertCannotUpdateImmutable(Runnable r) { in assertCannotUpdateImmutable() method in ShortcutManagerTestUtils