Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java28 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertAllEnabled;
1666 assertShortcutIds(assertAllPinned(assertAllNotKeyFieldsOnly(assertAllEnabled( in testPinShortcutAndGetPinnedShortcuts()
1671 assertShortcutIds(assertAllPinned(assertAllNotKeyFieldsOnly(assertAllEnabled( in testPinShortcutAndGetPinnedShortcuts()
1676 assertShortcutIds(assertAllPinned(assertAllNotKeyFieldsOnly(assertAllEnabled( in testPinShortcutAndGetPinnedShortcuts()
1790 assertShortcutIds(assertAllPinned(assertAllNotKeyFieldsOnly(assertAllEnabled( in testDisableAndEnableShortcuts()
1804 assertShortcutIds(assertAllPinned(assertAllNotKeyFieldsOnly(assertAllEnabled( in testDisableAndEnableShortcuts()
6334 assertShortcutIds(assertAllManifest(assertAllImmutable(assertAllEnabled( in testManifestShortcut_publishOnUnlockUser()
6341 assertShortcutIds(assertAllManifest(assertAllImmutable(assertAllEnabled( in testManifestShortcut_publishOnUnlockUser()
6348 assertShortcutIds(assertAllManifest(assertAllImmutable(assertAllEnabled( in testManifestShortcut_publishOnUnlockUser()
6369 assertShortcutIds(assertAllManifest(assertAllImmutable(assertAllEnabled( in testManifestShortcut_publishOnUnlockUser()
[all …]
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java566 public static List<ShortcutInfo> assertAllEnabled( in assertAllEnabled() method in ShortcutManagerTestUtils