Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DBluetoothDevicesSlice.java219 IconCompat getBluetoothDeviceIcon(CachedBluetoothDevice device) { in getBluetoothDeviceIcon() method in BluetoothDevicesSlice
311 .setTitleItem(getBluetoothDeviceIcon(device), ListBuilder.ICON_IMAGE) in getBluetoothRowBuilders()
354 getBluetoothDeviceIcon(bluetoothDevice), in buildPrimaryBluetoothAction()
/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/slices/
DBluetoothDevicesSliceTest.java104 doReturn(mIcon).when(mBluetoothDevicesSlice).getBluetoothDeviceIcon(any()); in setUp()