Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java25 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertAllDisabled;
6507 assertAllDisabled(mManager.getPinnedShortcuts())))), in testManifestShortcut_publishOnUnlockUser()
6516 assertAllDisabled(mManager.getPinnedShortcuts())))), in testManifestShortcut_publishOnUnlockUser()
6523 assertAllDisabled(mManager.getPinnedShortcuts())))), in testManifestShortcut_publishOnUnlockUser()
6735 assertAllDisabled(list(getCallerShortcut("ms3"))); in testManifestShortcut_publishOnBroadcast()
6782 assertShortcutIds(assertAllImmutable(assertAllPinned(assertAllDisabled( in testManifestShortcut_publishOnBroadcast()
7285 assertShortcutIds(assertAllNotManifest(assertAllImmutable(assertAllDisabled( in testManifestShortcuts_updateAndDisabled_pinned()
7440 assertShortcutIds(assertAllNotManifest(assertAllDisabled( in checkManifestShortcuts_immutable_verify()
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java557 public static List<ShortcutInfo> assertAllDisabled( in assertAllDisabled() method in ShortcutManagerTestUtils