Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/docklib/tests/src/com/android/car/docklib/data/
DDockAppItemTest.kt35 val item1: DockAppItem = TestUtils.createAppItem(id = id) in compareAppItems_equal()
36 val item2: DockAppItem = TestUtils.createAppItem(id = id) in compareAppItems_equal()
44 val item1: DockAppItem = TestUtils.createAppItem(id = id, app = "1") in compareAppItems_notEqual_differentApps()
45 val item2: DockAppItem = TestUtils.createAppItem(id = id, app = "2") in compareAppItems_notEqual_differentApps()
53 val item1: DockAppItem = TestUtils.createAppItem(id = id, name = "1") in compareAppItems_notEqual_differentNames()
54 val item2: DockAppItem = TestUtils.createAppItem(id = id, name = "2") in compareAppItems_notEqual_differentNames()
62 val item1: DockAppItem = TestUtils.createAppItem(id = id, type = DockAppItem.Type.DYNAMIC) in compareAppItems_notEqual_differentStates()
63 val item2: DockAppItem = TestUtils.createAppItem(id = id, type = DockAppItem.Type.STATIC) in compareAppItems_notEqual_differentStates()
75 val item1: DockAppItem = TestUtils.createAppItem(id = id, icon = icon1) in compareAppItems_notEqual_differentIcons()
76 val item2: DockAppItem = TestUtils.createAppItem(id = id, icon = icon2) in compareAppItems_notEqual_differentIcons()
[all …]
/packages/apps/Car/Launcher/docklib/tests/src/com/android/car/docklib/
DDockViewModelTest.kt156 model.internalItems[i] = TestUtils.createAppItem( in <lambda>()
171 model.internalItems[i] = TestUtils.createAppItem( in <lambda>()
188 model.internalItems[i] = TestUtils.createAppItem( in <lambda>()
205 model.internalItems[i] = TestUtils.createAppItem( in <lambda>()
221 model.internalItems[i] = TestUtils.createAppItem( in <lambda>()
239 model.internalItems[i] = TestUtils.createAppItem( in <lambda>()
256 model.internalItems[i] = TestUtils.createAppItem( in <lambda>()
274 model.internalItems[i] = TestUtils.createAppItem( in <lambda>()
291 model.internalItems[i] = TestUtils.createAppItem( in <lambda>()
306 model.internalItems[i] = TestUtils.createAppItem( in <lambda>()
[all …]
DTestUtils.kt14 fun createAppItem( in createAppItem() method
/packages/apps/Car/Launcher/docklib/tests/src/com/android/car/docklib/view/
DDockItemLongClickListenerTest.kt58 TestUtils.createAppItem(type = DockAppItem.Type.STATIC) in onLongClick_typeStatic_pinShortcutItem_parameterIsItemPinnedIsTrue()
74 TestUtils.createAppItem(type = DockAppItem.Type.DYNAMIC) in onLongClick_typeDynamic_pinShortcutItem_parameterIsItemPinnedIsFalse()
88 dockAppItem: DockAppItem = TestUtils.createAppItem() in createDockItemLongClickListener()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAccountLoader.java104 BluetoothMapAccountItem app = createAppItem(rInfo, includeIcon, msgType); in parsePackages()
136 public BluetoothMapAccountItem createAppItem( in createAppItem() method in BluetoothMapAccountLoader
DBluetoothMapAppObserver.java301 mLoader.createAppItem(resolveInfo, false, msgType); in createReceiver()