Searched refs:createAppItem (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Car/Launcher/docklib/tests/src/com/android/car/docklib/data/ |
D | DockAppItemTest.kt | 35 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/ |
D | DockViewModelTest.kt | 156 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 …]
|
D | TestUtils.kt | 14 fun createAppItem( in createAppItem() method
|
/packages/apps/Car/Launcher/docklib/tests/src/com/android/car/docklib/view/ |
D | DockItemLongClickListenerTest.kt | 58 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/ |
D | BluetoothMapAccountLoader.java | 104 BluetoothMapAccountItem app = createAppItem(rInfo, includeIcon, msgType); in parsePackages() 136 public BluetoothMapAccountItem createAppItem( in createAppItem() method in BluetoothMapAccountLoader
|
D | BluetoothMapAppObserver.java | 301 mLoader.createAppItem(resolveInfo, false, msgType); in createReceiver()
|