Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingBluetoothDeviceUpdater.java94 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.java160 protected void update(CachedBluetoothDevice cachedBluetoothDevice) { in update()
DConnectedBluetoothDeviceUpdater.java144 protected void update(CachedBluetoothDevice cachedBluetoothDevice) { in update()
DBluetoothDeviceUpdater.java214 public abstract boolean isFilterMatched(CachedBluetoothDevice cachedBluetoothDevice); in isFilterMatched()
224 protected void update(CachedBluetoothDevice cachedBluetoothDevice) { in update()
DLeAudioBluetoothDetailsHeaderController.java157 public void init(CachedBluetoothDevice cachedBluetoothDevice, in init()
DUtils.java260 CachedBluetoothDevice cachedBluetoothDevice) { in findAllCachedBluetoothDevicesByGroupId()
DAdvancedBluetoothDetailsHeaderController.java179 CachedBluetoothDevice cachedBluetoothDevice, PreferenceFragmentCompat fragment) { in init()
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/audiostreams/testshadows/
DShadowAudioStreamsHelper.java63 CachedBluetoothDevice cachedBluetoothDevice) { in setCachedBluetoothDeviceInSharingOrLeConnected()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDeviceUpdaterTest.java315 public boolean isFilterMatched(CachedBluetoothDevice cachedBluetoothDevice) { in isFilterMatched()
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DAudioStreamsHelper.java328 Optional<CachedBluetoothDevice> cachedBluetoothDevice = in getConnectedBluetoothDevices() local
/packages/apps/Settings/src/com/android/settings/connecteddevice/stylus/
DStylusDevicesController.java95 CachedBluetoothDevice cachedBluetoothDevice, Lifecycle lifecycle) { in StylusDevicesController()