Home
last modified time | relevance | path

Searched defs:deviceList (Results 1 – 23 of 23) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
H A DDeviceIconUtil.java42 List<Device> deviceList = Arrays.asList( in DeviceIconUtil() local
H A DInfoMediaManager.java277 final List<MediaDevice> deviceList = new ArrayList<>(); in getSelectableMediaDevice() local
304 final List<MediaDevice> deviceList = new ArrayList<>(); in getDeselectableMediaDevice() local
331 final List<MediaDevice> deviceList = new ArrayList<>(); in getSelectedMediaDevice() local
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DHidDeviceProfile.java65 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
H A DHfpClientProfile.java67 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
H A DHidProfile.java58 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
H A DSapProfile.java65 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
H A DVolumeControlProfile.java65 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
H A DMapClientProfile.java65 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
H A DMapProfile.java66 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
H A DA2dpSinkProfile.java63 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
H A DPbapClientProfile.java63 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
H A DCsipSetCoordinatorProfile.java69 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
H A DHeadsetProfile.java68 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
H A DLeAudioProfile.java76 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
H A DHapClientProfile.java81 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
H A DHearingAidProfile.java96 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
H A DA2dpProfile.java72 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputMetricLogger.java220 private void updateLoggingDeviceCount(List<MediaDevice> deviceList) { in updateLoggingDeviceCount()
H A DMediaOutputBaseAdapter.java113 boolean isDeviceIncluded(List<MediaDevice> deviceList, MediaDevice targetDevice) { in isDeviceIncluded()
/aosp14/frameworks/base/media/java/android/media/
H A DRingtone.java169 AudioDeviceInfo[] deviceList = audioManager.getDevices(AudioManager.GET_DEVICES_OUTPUTS); in getBuiltinDevice() local
H A DAudioSystem.java2491 public static Set<Integer> generateAudioDeviceTypesSet( in generateAudioDeviceTypesSet()
H A DAudioManager.java7632 AudioDeviceInfo[] deviceList = new AudioDeviceInfo[numRecs]; in infoListFromPortList() local
7956 AudioDeviceInfo[] deviceList = in broadcastDeviceListChange_sync() local
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DBtHelper.java521 final List<BluetoothDevice> deviceList = proxy.getConnectedDevices(); in onBtProfileConnected() local