Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java1123 private static boolean arrayStartsWith(byte[] array, byte[] prefix) { in arrayStartsWith() method in GattService
1139 && arrayStartsWith(record.getBytes(), EXPOSURE_NOTIFICATION_FLAGS_PREAMBLE)) { in getSanitizedExposureNotification()
1150 if (!arrayStartsWith(record.getBytes(), EXPOSURE_NOTIFICATION_PAYLOAD_PREAMBLE)) { in getSanitizedExposureNotification()