Home
last modified time | relevance | path

Searched defs:devices (Results 1 – 25 of 54) sorted by relevance

123

/packages/apps/Settings/tests/robotests/src/com/android/settings/media/
DMediaDeviceUpdateWorkerTest.java140 final List<MediaDevice> devices = in onDeviceListUpdate_sameDeviceList_shouldBeEqual() local
159 final List<MediaDevice> devices = in onDeviceListUpdate_add1DeviceToDeviceList_shouldBeEqual() local
173 final List<MediaDevice> devices = in onDeviceListUpdate_less1DeviceToDeviceList_shouldBeEqual() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/media/
DMediaDeviceUpdateWorker.java77 public void onDeviceListUpdate(List<MediaDevice> devices) { in onDeviceListUpdate()
82 private void buildMediaDevices(List<MediaDevice> devices) { in buildMediaDevices()
DMediaOutputSlice.java84 final List<MediaDevice> devices = getMediaDevices(); in getSlice() local
141 final List<MediaDevice> devices = getWorker().getMediaDevices(); in getMediaDevices() local
/packages/services/Telecomm/src/com/android/server/telecom/
DWiredHeadsetManager.java53 public void onAudioDevicesRemoved(AudioDeviceInfo[] devices) { in onAudioDevicesRemoved()
105 AudioDeviceInfo[] devices = mAudioManager.getDevices(AudioManager.GET_DEVICES_ALL); in isWiredHeadsetPluggedIn() local
/packages/apps/DocumentsUI/src/com/android/documentsui/
DShortcutsUpdater.java56 List<ShortcutInfo> devices = getDeviceShortcuts(roots); in update() local
81 List<ShortcutInfo> devices = new ArrayList<>(); in getDeviceShortcuts() local
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
DUsbUtil.java36 HashMap<String, UsbDevice> devices = usbManager.getDeviceList(); in findAllPossibleAndroidDevices() local
88 HashMap<String, UsbDevice> devices = usbManager.getDeviceList(); in isDeviceConnected() local
/packages/apps/Settings/src/com/android/settings/media/
DMediaOutputIndicatorWorker.java151 public void onDeviceListUpdate(List<MediaDevice> devices) { in onDeviceListUpdate()
156 private void buildMediaDevices(List<MediaDevice> devices) { in buildMediaDevices()
DMediaDeviceUpdateWorker.java100 public void onDeviceListUpdate(List<MediaDevice> devices) { in onDeviceListUpdate()
105 private void buildMediaDevices(List<MediaDevice> devices) { in buildMediaDevices()
DMediaOutputSlice.java91 final Collection<MediaDevice> devices = getMediaDevices(); in getSlice() local
282 final Collection<MediaDevice> devices = getWorker().getMediaDevices(); in getMediaDevices() local
/packages/apps/Settings/src/com/android/settings/sound/
DAudioSwitchPreferenceController.java196 final List<BluetoothDevice> devices = hfpProfile.getConnectedDevices(); in getConnectedHfpDevices() local
227 final List<BluetoothDevice> devices = hapProfile.getConnectedDevices(); in getConnectedHearingAidDevices() local
294 public void onAudioDevicesRemoved(AudioDeviceInfo[] devices) { in onAudioDevicesRemoved()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/sound/
DAudioSwitchPreferenceController.java200 final List<BluetoothDevice> devices = hfpProfile.getConnectedDevices(); in getConnectedHfpDevices() local
231 final List<BluetoothDevice> devices = hapProfile.getConnectedDevices(); in getConnectedHearingAidDevices() local
256 final List<BluetoothDevice> devices = hapProfile.getConnectableDevices(); in getConnectableHearingAidDevices() local
325 public void onAudioDevicesRemoved(AudioDeviceInfo[] devices) { in onAudioDevicesRemoved()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DBluetoothProfileDeviceManagerTest.java211 String devices = Settings.Secure.getStringForUser(mMockContext.getContentResolver(), in getSettingsDeviceList() local
218 ArrayList<BluetoothDevice> devices = new ArrayList<>(); in makeDeviceList() local
232 List<String> devices) { in setPreconditionsAndStart()
336 ArrayList<BluetoothDevice> devices = mProfileDeviceManager.getDeviceListSnapshot(); in assertDeviceList() local
602 ArrayList<BluetoothDevice> devices = makeDeviceList(SMALL_DEVICE_LIST); in testGetConnectionPriority_prioritiesReturned() local
852 ArrayList<BluetoothDevice> devices = makeDeviceList(SMALL_DEVICE_LIST); in testAutoConnectSeveralDevices_attemptsToConnectEachDevice() local
/packages/apps/Car/Dialer/src/com/android/car/dialer/livedata/
DBluetoothPairListLiveData.java73 Set<BluetoothDevice> devices = mBluetoothAdapter.getBondedDevices(); in updateList() local
/packages/apps/Car/Messenger/src/com/android/car/messenger/bluetooth/
DBluetoothHelper.java27 Set<BluetoothDevice> devices = adapter.getBondedDevices(); in getBondedDevices() local
/packages/services/Car/service/src/com/android/car/
DBluetoothProfileDeviceManager.java400 ArrayList<BluetoothDevice> devices = new ArrayList<>(); in load() local
454 ArrayList<BluetoothDevice> devices = getDeviceListSnapshot(); in sync() local
469 ArrayList<BluetoothDevice> devices = new ArrayList<>(); in getDeviceListSnapshot() local
809 ArrayList<BluetoothDevice> devices = getDeviceListSnapshot(); in dump() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothSummaryUpdater.java95 final Set<BluetoothDevice> devices = mBluetoothAdapter.getBondedDevices(); in getConnectedDeviceSummary() local
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothSummaryUpdater.java95 final Set<BluetoothDevice> devices = mBluetoothAdapter.getBondedDevices(); in getConnectedDeviceSummary() local
/packages/apps/Settings/src/com/android/settings/inputmethod/
DGameControllerPreferenceController.java71 final int[] devices = mIm.getInputDeviceIds(); in getAvailabilityStatus() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/inputmethod/
DGameControllerPreferenceController.java71 final int[] devices = mIm.getInputDeviceIds(); in getAvailabilityStatus() local
/packages/services/Mtp/tests/src/com/android/mtp/
DTestUtil.java88 final HashMap<String,UsbDevice> devices = usbManager.getDeviceList(); in findMtpDevice() local
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/ui/
DTrustedDeviceViewModel.java48 void setTrustedDevices(@NonNull List<TrustedDevice> devices) { in setTrustedDevices()
DTrustedDeviceDetailFragment.java105 private void setTrustedDevices(List<TrustedDevice> devices) { in setTrustedDevices()
/packages/services/Mtp/src/com/android/mtp/
DRootScanner.java136 final MtpDeviceRecord[] devices = mManager.getDevices(); in run() local
/packages/apps/Settings/src/com/android/settings/panel/
DMediaOutputGroupPanel.java149 public void onDeviceListUpdate(List<MediaDevice> devices) { in onDeviceListUpdate()
/packages/apps/Settings/src/com/android/settings/notification/
DRemoteVolumeGroupController.java170 public void onDeviceListUpdate(List<MediaDevice> devices) { in onDeviceListUpdate()

123