Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DScanClient.java45 public List<String> associatedDevices; field in ScanClient
DTransitionalScanHelper.java427 for (String associatedDevice : client.associatedDevices) { in onScanResultInternal()
718 for (String associatedDevice : client.associatedDevices) { in onBatchScanReportsInternal()
798 for (String associatedDevice : client.associatedDevices) { in deliverBatchScan()
1171 scanClient.associatedDevices = getAssociatedDevices(callingPackage); in startScan()
1280 scanClient.associatedDevices = app.mAssociatedDevices; in continuePiStartScan()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_scan/
DTransitionalScanHelperTest.java221 scanClient.associatedDevices = new ArrayList<>(); in onBatchScanReportsInternal_deliverBatchScan()
222 scanClient.associatedDevices.add("02:00:00:00:00:00"); in onBatchScanReportsInternal_deliverBatchScan()