Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/util/
DItemInfoMatcherTest.kt43 val unexpectedItemInfo = ItemInfo().apply { user = UserHandle(0) } in ofUser returns Predicate for ItemInfo containing given UserHandle() constant
44 val itemInfoStream = listOf(expectedItemInfo, unexpectedItemInfo).stream() in ofUser returns Predicate for ItemInfo containing given UserHandle()
130 val unexpectedItemInfo = spy(ItemInfo()) in ofShortcutKeys returns Predicate for Deep Shortcut Info containing given ShortcutKey() constant
131 unexpectedItemInfo.itemType = ITEM_TYPE_DEEP_SHORTCUT in ofShortcutKeys returns Predicate for Deep Shortcut Info containing given ShortcutKey()
132 whenever(unexpectedItemInfo.intent).thenReturn(unexpectedIntent) in ofShortcutKeys returns Predicate for Deep Shortcut Info containing given ShortcutKey()
134 val itemInfoStream = listOf(expectedItemInfo, unexpectedItemInfo).stream() in ofShortcutKeys returns Predicate for Deep Shortcut Info containing given ShortcutKey()
160 val unexpectedItemInfo = spy(FolderInfo()) in forFolderMatch returns Predicate to match against children within Folder ItemInfo() constant
161 unexpectedItemInfo.itemType = ITEM_TYPE_FOLDER in forFolderMatch returns Predicate to match against children within Folder ItemInfo()
163 val itemInfoStream = listOf(expectedItemInfo, unexpectedItemInfo).stream() in forFolderMatch returns Predicate to match against children within Folder ItemInfo()
180 val unexpectedItemInfo = spy(ItemInfo()) in ofItemIds returns Predicate to match ItemInfo that contains given ids() constant
[all …]