Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
H A DInfoMediaManager.java277 final List<MediaDevice> deviceList = new ArrayList<>(); in getSelectableMediaDevice() local
280 return deviceList; in getSelectableMediaDevice()
289 return deviceList; in getSelectableMediaDevice()
295 return deviceList; in getSelectableMediaDevice()
304 final List<MediaDevice> deviceList = new ArrayList<>(); in getDeselectableMediaDevice() local
307 return deviceList; in getDeselectableMediaDevice()
317 return deviceList; in getDeselectableMediaDevice()
322 return deviceList; in getDeselectableMediaDevice()
334 return deviceList; in getSelectedMediaDevice()
343 return deviceList; in getSelectedMediaDevice()
[all …]
H A DDeviceIconUtil.java42 List<Device> deviceList = Arrays.asList( in DeviceIconUtil() local
75 for (int i = 0; i < deviceList.size(); i++) { in DeviceIconUtil()
76 Device device = deviceList.get(i); in DeviceIconUtil()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DVolumeControlProfile.java65 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
66 while (!deviceList.isEmpty()) { in onServiceConnected()
67 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
H A DHidProfile.java58 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
59 while (!deviceList.isEmpty()) { in onServiceConnected()
60 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
H A DSapProfile.java65 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
66 while (!deviceList.isEmpty()) { in onServiceConnected()
67 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
H A DMapClientProfile.java65 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
66 while (!deviceList.isEmpty()) { in onServiceConnected()
67 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
H A DPbapClientProfile.java63 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
64 while (!deviceList.isEmpty()) { in onServiceConnected()
65 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
H A DA2dpSinkProfile.java63 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
64 while (!deviceList.isEmpty()) { in onServiceConnected()
65 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
H A DHfpClientProfile.java67 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
68 while (!deviceList.isEmpty()) { in onServiceConnected()
69 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
H A DCsipSetCoordinatorProfile.java69 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
70 while (!deviceList.isEmpty()) { in onServiceConnected()
71 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
H A DMapProfile.java66 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
67 while (!deviceList.isEmpty()) { in onServiceConnected()
68 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
H A DHeadsetProfile.java68 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
69 while (!deviceList.isEmpty()) { in onServiceConnected()
70 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
H A DHapClientProfile.java81 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
82 while (!deviceList.isEmpty()) { in onServiceConnected()
83 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
H A DHearingAidProfile.java96 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
97 while (!deviceList.isEmpty()) { in onServiceConnected()
98 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
H A DLeAudioProfile.java76 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
77 while (!deviceList.isEmpty()) { in onServiceConnected()
78 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
H A DHidDeviceProfile.java65 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
66 for (BluetoothDevice nextDevice : deviceList) { in onServiceConnected()
H A DLocalBluetoothLeBroadcastAssistant.java74 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
75 while (!deviceList.isEmpty()) {
76 BluetoothDevice nextDevice = deviceList.remove(0);
H A DA2dpProfile.java72 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
73 while (!deviceList.isEmpty()) { in onServiceConnected()
74 BluetoothDevice nextDevice = deviceList.remove(0); in onServiceConnected()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputMetricLogger.java220 private void updateLoggingDeviceCount(List<MediaDevice> deviceList) { in updateLoggingDeviceCount() argument
224 for (MediaDevice mediaDevice : deviceList) { in updateLoggingDeviceCount()
H A DMediaOutputBaseAdapter.java113 boolean isDeviceIncluded(List<MediaDevice> deviceList, MediaDevice targetDevice) { in isDeviceIncluded() argument
114 for (MediaDevice device : deviceList) { in isDeviceIncluded()
/aosp14/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
H A DScoAudioTest.java660 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
661 if (deviceList.size() > 0) {
662 mBluetoothHeadsetDevice = deviceList.get(0);
/aosp14/frameworks/base/media/java/android/media/
H A DRingtone.java169 AudioDeviceInfo[] deviceList = audioManager.getDevices(AudioManager.GET_DEVICES_OUTPUTS); in getBuiltinDevice() local
170 for (AudioDeviceInfo device : deviceList) { in getBuiltinDevice()
H A DAudioSystem.java2492 @NonNull List<AudioDeviceAttributes> deviceList) { in generateAudioDeviceTypesSet()
2494 for (AudioDeviceAttributes device : deviceList) { in generateAudioDeviceTypesSet()
H A DAudioManager.java7632 AudioDeviceInfo[] deviceList = new AudioDeviceInfo[numRecs]; in infoListFromPortList() local
7636 deviceList[slot++] = new AudioDeviceInfo(port); in infoListFromPortList()
7640 return deviceList; in infoListFromPortList()
7956 AudioDeviceInfo[] deviceList = in broadcastDeviceListChange_sync() local
7959 Message.obtain(handler, MSG_DEVICES_CALLBACK_REGISTERED, deviceList)); in broadcastDeviceListChange_sync()
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DBtHelper.java521 final List<BluetoothDevice> deviceList = proxy.getConnectedDevices(); in onBtProfileConnected() local
522 if (deviceList.isEmpty()) { in onBtProfileConnected()
525 final BluetoothDevice btDevice = deviceList.get(0); in onBtProfileConnected()