Home
last modified time | relevance | path

Searched refs:parseFromBytes (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/le/
DScanRecordTest.java74 ScanRecord.parseFromBytes(hexStringToByteArray(RECORD_URL)).matchesAnyField(matcher); in testMatchesAnyField_Eddystone_Parser()
115 ScanRecord.parseFromBytes(hexStringToByteArray(RECORD_IBEACON)).matchesAnyField(matcher); in testMatchesAnyField_iBeacon_Parser()
174 ScanRecord data = ScanRecord.parseFromBytes(scanRecord); in testParser()
240 ScanRecord data = ScanRecord.parseFromBytes(scanRecord); in testParserMultipleManufacturerSpecificData()
262 assertThat(ScanRecord.parseFromBytes(hexStringToByteArray(record)).matchesAnyField(matcher)) in assertMatchesAnyField()
267 assertThat(ScanRecord.parseFromBytes(hexStringToByteArray(record)).matchesAnyField(matcher)) in assertNotMatchesAnyField()
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DPeriodicAdvertisingReport.java86 mData = ScanRecord.parseFromBytes(in.createByteArray()); in readFromParcel()
DScanResult.java176 mScanRecord = ScanRecord.parseFromBytes(in.createByteArray()); in readFromParcel()
DScanRecord.java522 public static ScanRecord parseFromBytes(byte[] scanRecord) { in parseFromBytes() method in ScanRecord
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DScanController.java307 ScanRecord.parseFromBytes( in getSanitizedExposureNotification()
430 ScanRecord scanRecord = ScanRecord.parseFromBytes(scanRecordData); in onScanResultInternal()
862 device, ScanRecord.parseFromBytes(new byte[0]), rssi, timestampNanos)); in parseTruncatedResults()
907 device, ScanRecord.parseFromBytes(scanRecord), rssi, timestampNanos)); in parseFullResults()
971 ScanRecord.parseFromBytes(trackingInfo.getResult()), in onTrackAdvFoundLost()
DPeriodicScanManager.java198 syncHandle, txPower, rssi, dataStatus, ScanRecord.parseFromBytes(data)); in onSyncReport()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientServiceTest.java1319 ScanRecord.parseFromBytes(scanRecord), in onScanResult()
1387 ScanRecord record = ScanRecord.parseFromBytes(scanRecord); in onPeriodicAdvertisingReport()
2600 ScanRecord.parseFromBytes(scanRecord), in testSelectSource_wrongBassUUID()
2700 ScanRecord.parseFromBytes(scanRecord), in testSelectSource_wrongPublicBroadcastUUID()
2777 ScanRecord.parseFromBytes(scanRecord), in testSelectSource_wrongPublicBroadcastData()
3467 ScanRecord.parseFromBytes(scanRecord1), in testSelectSource_orderOfSyncRegisteringByPriorityAndRssi()
3479 ScanRecord.parseFromBytes(scanRecord2), in testSelectSource_orderOfSyncRegisteringByPriorityAndRssi()
3491 ScanRecord.parseFromBytes(scanRecord3), in testSelectSource_orderOfSyncRegisteringByPriorityAndRssi()
3503 ScanRecord.parseFromBytes(scanRecord4), in testSelectSource_orderOfSyncRegisteringByPriorityAndRssi()
3515 ScanRecord.parseFromBytes(scanRecord5), in testSelectSource_orderOfSyncRegisteringByPriorityAndRssi()
[all …]