Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DAudioStreamsHelper.java174 var leadDevices = in getCachedBluetoothDeviceInSharingOrLeConnected() local
176 if (leadDevices.isEmpty()) { in getCachedBluetoothDeviceInSharingOrLeConnected()
181 leadDevices.stream() in getCachedBluetoothDeviceInSharingOrLeConnected()
195 + leadDevices.get(0).getAddress()); in getCachedBluetoothDeviceInSharingOrLeConnected()
196 return Optional.of(leadDevices.get(0)); in getCachedBluetoothDeviceInSharingOrLeConnected()
207 var leadDevices = in getCachedBluetoothDeviceInSharing() local
209 if (leadDevices.isEmpty()) { in getCachedBluetoothDeviceInSharing()
213 return leadDevices.stream() in getCachedBluetoothDeviceInSharing()