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.java43 …tic com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertCannotUpdateImmutable;
8095 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
8098 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
8105 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
8108 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
8116 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
8119 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
8126 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
8129 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
8136 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
[all …]
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java482 public static void assertCannotUpdateImmutable(Runnable r) { in assertCannotUpdateImmutable() method in ShortcutManagerTestUtils