Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DTransitionalScanHelper.java262 private static boolean arrayStartsWith(byte[] array, byte[] prefix) { in arrayStartsWith() method in TransitionalScanHelper
278 && arrayStartsWith(record.getBytes(), EXPOSURE_NOTIFICATION_FLAGS_PREAMBLE)) { in getSanitizedExposureNotification()
290 if (!arrayStartsWith(record.getBytes(), EXPOSURE_NOTIFICATION_PAYLOAD_PREAMBLE)) { in getSanitizedExposureNotification()