Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DFastPairGattServer.java197 processAccountKey(value);
347 void processAccountKey(byte[] accountKey) { in processAccountKey() method in FastPairGattServer
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DBluetoothFastPairTest.java420 mTestGattServer.processAccountKey(encryptedAccountKey); in receivedAccountKey()