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;
7488 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
7491 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
7498 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
7501 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
7509 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
7512 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
7519 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
7522 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
7529 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
[all …]
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java419 public static void assertCannotUpdateImmutable(Runnable r) { in assertCannotUpdateImmutable() method in ShortcutManagerTestUtils