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.java39 …tic com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertCannotUpdateImmutable;
6918 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
6921 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
6928 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
6931 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
6939 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
6942 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
6949 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
6952 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
6959 assertCannotUpdateImmutable(() -> { in testManifestShortcuts_immutable()
[all …]
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java407 public static void assertCannotUpdateImmutable(Runnable r) { in assertCannotUpdateImmutable() method in ShortcutManagerTestUtils