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

  /packages/services/Car/TrustAgent/src/com/android/car/trust/
CarUnlockService.java 44 private BluetoothGattCharacteristic mUnlockEscrowToken;
99 } else if (uuid.equals(mUnlockEscrowToken.getUuid())) {
142 mUnlockEscrowToken = new BluetoothGattCharacteristic(
153 mUnlockService.addCharacteristic(mUnlockEscrowToken);
PhoneUnlockController.java 47 private BluetoothGattCharacteristic mUnlockEscrowToken;
110 mUnlockEscrowToken.setValue(token);
113 mClient.writeCharacteristic(mUnlockEscrowToken);
149 mUnlockEscrowToken

Completed in 215 milliseconds