Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java38 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertAllPinned;
1059 assertShortcutIds(assertAllPinned( in testUpdateShortcuts()
1067 assertShortcutIds(assertAllPinned( in testUpdateShortcuts()
1104 assertShortcutIds(assertAllPinned( in testUpdateShortcuts()
1123 assertShortcutIds(assertAllPinned( in testUpdateShortcuts()
1333 assertAllPinned(assertAllHaveTitle(assertAllNotHaveIntents(assertShortcutIds( in testGetShortcuts()
1655 assertShortcutIds(assertAllPinned(assertAllNotKeyFieldsOnly(assertAllEnabled( in testPinShortcutAndGetPinnedShortcuts()
1660 assertShortcutIds(assertAllPinned(assertAllNotKeyFieldsOnly(assertAllEnabled( in testPinShortcutAndGetPinnedShortcuts()
1665 assertShortcutIds(assertAllPinned(assertAllNotKeyFieldsOnly(assertAllEnabled( in testPinShortcutAndGetPinnedShortcuts()
1779 assertShortcutIds(assertAllPinned(assertAllNotKeyFieldsOnly(assertAllEnabled( in testDisableAndEnableShortcuts()
[all …]
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java521 public static List<ShortcutInfo> assertAllPinned(List<ShortcutInfo> actualShortcuts) { in assertAllPinned() method in ShortcutManagerTestUtils