Home
last modified time | relevance | path

Searched defs:cachedBluetoothDevice (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/audiostreams/testshadows/
DShadowAudioStreamsHelper.java52 CachedBluetoothDevice cachedBluetoothDevice) { in setCachedBluetoothDeviceInSharingOrLeConnected()
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingBluetoothDeviceUpdater.java89 protected void update(CachedBluetoothDevice cachedBluetoothDevice) { in update()
DAudioSharingDeviceVolumeControlUpdater.java141 protected void update(CachedBluetoothDevice cachedBluetoothDevice) { in update()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DAvailableMediaBluetoothDeviceUpdater.java154 protected void update(CachedBluetoothDevice cachedBluetoothDevice) { in update()
DConnectedBluetoothDeviceUpdater.java139 protected void update(CachedBluetoothDevice cachedBluetoothDevice) { in update()
DBluetoothDeviceUpdater.java213 public abstract boolean isFilterMatched(CachedBluetoothDevice cachedBluetoothDevice); in isFilterMatched()
223 protected void update(CachedBluetoothDevice cachedBluetoothDevice) { in update()
DLeAudioBluetoothDetailsHeaderController.java153 public void init(CachedBluetoothDevice cachedBluetoothDevice, in init()
DUtils.java244 CachedBluetoothDevice cachedBluetoothDevice) { in getAllOfCachedBluetoothDevices()
DAdvancedBluetoothDetailsHeaderController.java171 public void init(CachedBluetoothDevice cachedBluetoothDevice) { in init()
/packages/apps/Settings/src/com/android/settings/connecteddevice/stylus/
DStylusDevicesController.java95 CachedBluetoothDevice cachedBluetoothDevice, Lifecycle lifecycle) { in StylusDevicesController()
377 @Nullable CachedBluetoothDevice cachedBluetoothDevice) { in isDeviceStylus()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDeviceUpdaterTest.java273 public boolean isFilterMatched(CachedBluetoothDevice cachedBluetoothDevice) { in isFilterMatched()
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DAudioStreamsHelper.java281 Optional<CachedBluetoothDevice> cachedBluetoothDevice = in getConnectedBluetoothDevices() local