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

  /packages/services/Car/TrustAgent/src/com/android/car/trust/
CarUnlockService.java 45 private BluetoothGattCharacteristic mUnlockTokenHandle;
93 if (uuid.equals(mUnlockTokenHandle.getUuid())) {
148 mUnlockTokenHandle = new BluetoothGattCharacteristic(
154 mUnlockService.addCharacteristic(mUnlockTokenHandle);
PhoneUnlockController.java 46 private BluetoothGattCharacteristic mUnlockTokenHandle;
111 mUnlockTokenHandle.setValue(Utils.getBytes(handle));
114 mClient.writeCharacteristic(mUnlockTokenHandle);
151 mUnlockTokenHandle

Completed in 69 milliseconds