/packages/services/Car/car-usb-handler/src/android/car/usb/handler/ |
D | BootUsbScanner.java | 27 HashMap<String, UsbDevice> deviceList = usbManager.getDeviceList(); in onReceive() local 28 if (deviceList.size() > 0) { in onReceive() 31 BootUsbService.USB_DEVICE_LIST_KEY, new ArrayList<>(deviceList.values())); in onReceive()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkService.java | 291 List<BluetoothDevice> deviceList = new ArrayList<>(); in getDevicesMatchingConnectionStates() local 299 deviceList.add(device); in getDevicesMatchingConnectionStates() 303 if (DBG) Log.d(TAG, deviceList.toString()); in getDevicesMatchingConnectionStates() 305 return deviceList; in getDevicesMatchingConnectionStates()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/ |
D | DvbDeviceAccessor.java | 128 List<DvbDeviceInfoWrapper> deviceList = getDvbDeviceList(); in getRecordingCapability() local 133 .setMaxConcurrentTunedSessions(deviceList.size()) in getRecordingCapability() 134 .setMaxConcurrentSessionsOfAllTypes(deviceList.size() + 1) in getRecordingCapability()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ |
D | AccessibilityHearingAidPreferenceControllerTest.java | 221 final List<BluetoothDevice> deviceList = new ArrayList<>(1); in generateHearingAidDeviceList() local 222 deviceList.add(mBluetoothDevice); in generateHearingAidDeviceList() 223 return deviceList; in generateHearingAidDeviceList()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/ |
D | MapClientService.java | 197 List<BluetoothDevice> deviceList = new ArrayList<>(); in getDevicesMatchingConnectionStates() local 205 deviceList.add(device); in getDevicesMatchingConnectionStates() 209 if (DBG) Log.d(TAG, deviceList.toString()); in getDevicesMatchingConnectionStates() 210 return deviceList; in getDevicesMatchingConnectionStates()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
D | PbapClientService.java | 344 List<BluetoothDevice> deviceList = new ArrayList<BluetoothDevice>(0); in getDevicesMatchingConnectionStates() local 351 deviceList.add(stateMachineEntry.getKey()); in getDevicesMatchingConnectionStates() 356 return deviceList; in getDevicesMatchingConnectionStates()
|
D | PbapClientStateMachine.java | 392 List<BluetoothDevice> deviceList = new ArrayList<BluetoothDevice>(); in getDevicesMatchingConnectionStates() local 396 deviceList.add(currentDevice); in getDevicesMatchingConnectionStates() 400 return deviceList; in getDevicesMatchingConnectionStates()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerService.java | 668 List<BluetoothDevice> deviceList = new ArrayList<>(); in getDevicesMatchingConnectionStates() local 676 deviceList.add(device); in getDevicesMatchingConnectionStates() 680 if (DBG) Log.d(TAG, deviceList.toString()); in getDevicesMatchingConnectionStates() 682 return deviceList; in getDevicesMatchingConnectionStates()
|
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/ |
D | BluetoothRouteManager.java | 627 Collection<BluetoothDevice> deviceList = mDeviceManager.getConnectedDevices(); in connectBtAudio() local 628 Optional<BluetoothDevice> matchingDevice = deviceList.stream() in connectBtAudio() 637 if (deviceList.size() > 0) { in connectBtAudio() 638 actualAddress = deviceList.iterator().next().getAddress(); in connectBtAudio()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallRecordingTonePlayer.java | 271 AudioDeviceInfo[] deviceList = audioManager.getDevices(AudioManager.GET_DEVICES_OUTPUTS); in getTelephonyDevice() local 272 for (AudioDeviceInfo device: deviceList) { in getTelephonyDevice()
|
D | CallAudioRouteStateMachine.java | 1703 AudioDeviceInfo[] deviceList = mAudioManager.getDevices(AudioManager.GET_DEVICES_OUTPUTS); in checkForEarpieceSupport() local 1704 for (AudioDeviceInfo device: deviceList) { in checkForEarpieceSupport()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/mapclient/ |
D | MapClientTest.java | 93 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in cleanUpInstanceMap() local 94 for (BluetoothDevice d : deviceList) { in cleanUpInstanceMap()
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | AccessibilityHearingAidPreferenceController.java | 159 final List<BluetoothDevice> deviceList = mLocalBluetoothManager.getProfileManager() in getConnectedHearingAidDevice() local 161 final Iterator it = deviceList.iterator(); in getConnectedHearingAidDevice()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/ |
D | AccessibilityHearingAidPreferenceController.java | 159 final List<BluetoothDevice> deviceList = mLocalBluetoothManager.getProfileManager() in getConnectedHearingAidDevice() local 161 final Iterator it = deviceList.iterator(); in getConnectedHearingAidDevice()
|
/packages/services/Car/service/src/com/android/car/ |
D | BluetoothProfileDeviceManager.java | 378 List<String> deviceList = Arrays.asList(devicesStr.split(SETTINGS_DELIMITER)); in load() local 379 if (deviceList == null) { in load() 385 for (String address : deviceList) { in load()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapService.java | 544 List<BluetoothDevice> deviceList = new ArrayList<>(); in getDevicesMatchingConnectionStates() local 547 return deviceList; in getDevicesMatchingConnectionStates() 558 deviceList.add(device); in getDevicesMatchingConnectionStates() 563 return deviceList; in getDevicesMatchingConnectionStates()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
D | SapService.java | 568 List<BluetoothDevice> deviceList = new ArrayList<BluetoothDevice>(); in getDevicesMatchingConnectionStates() local 580 deviceList.add(device); in getDevicesMatchingConnectionStates() 585 return deviceList; in getDevicesMatchingConnectionStates()
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastAlertAudio.java | 558 AudioDeviceInfo[] deviceList = mAudioManager.getDevices(AudioManager.GET_DEVICES_OUTPUTS); in isOnEarphone() local 560 for (AudioDeviceInfo devInfo : deviceList) { in isOnEarphone()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientStateMachine.java | 1835 List<BluetoothDevice> deviceList = new ArrayList<BluetoothDevice>(); in getDevicesMatchingConnectionStates() local 1847 deviceList.add(device); in getDevicesMatchingConnectionStates() 1852 return deviceList; in getDevicesMatchingConnectionStates()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 1888 List<BluetoothDevice> deviceList = new ArrayList<BluetoothDevice>(); in getDevicesMatchingConnectionStates() local 1893 deviceList.add(entry.getKey()); in getDevicesMatchingConnectionStates() 1898 return deviceList; in getDevicesMatchingConnectionStates()
|