HomeSort by relevance Sort by last modified time
    Searched refs:modelIdBytes (Results 1 - 2 of 2) sorted by null

  /packages/services/Car/service/src/com/android/car/
FastPairProvider.java 83 ByteBuffer modelIdBytes = ByteBuffer.allocate(4).order(ByteOrder.LITTLE_ENDIAN).putInt(
85 byte[] fastPairServiceData = Arrays.copyOfRange(modelIdBytes.array(), 0, 3);
  /packages/services/Car/tests/carservice_test/src/com/android/car/
FastPairProviderTest.java 79 byte[] modelIdBytes = new byte[]{(byte) 0xEF, (byte) 0xCD, (byte) 0xAB};
89 Assert.assertTrue(Arrays.equals(modelIdBytes,

Completed in 61 milliseconds