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