Home
last modified time | relevance | path

Searched defs:actualShortcuts (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java536 List<ShortcutInfo> actualShortcuts) { in assertAllHaveIntents()
544 List<ShortcutInfo> actualShortcuts) { in assertAllNotHaveIntents()
552 List<ShortcutInfo> actualShortcuts) { in assertAllHaveTitle()
560 List<ShortcutInfo> actualShortcuts) { in assertAllNotHaveTitle()
568 List<ShortcutInfo> actualShortcuts) { in assertAllKeyFieldsOnly()
576 List<ShortcutInfo> actualShortcuts) { in assertAllNotKeyFieldsOnly()
598 List<ShortcutInfo> actualShortcuts) { in assertAllDynamicOrPinned()
606 List<ShortcutInfo> actualShortcuts) { in assertAllManifest()
614 List<ShortcutInfo> actualShortcuts) { in assertAllNotManifest()
622 List<ShortcutInfo> actualShortcuts) { in assertAllDisabled()
[all …]
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java1806 List<ShortcutInfo> actualShortcuts) { in assertAllNotHaveIcon()
1814 protected List<ShortcutInfo> assertAllHaveFlags(@NonNull List<ShortcutInfo> actualShortcuts, in assertAllHaveFlags()