Searched defs:mUnlockService (Results 1 - 1 of 1) sorted by relevance

/packages/services/Car/TrustAgent/src/com/android/car/trust/
H A DCarUnlockService.java43 private BluetoothGattService mUnlockService; field in class:CarUnlockService
75 start(uuid, mUnlockService);
137 mUnlockService = new BluetoothGattService(
153 mUnlockService.addCharacteristic(mUnlockEscrowToken);
154 mUnlockService.addCharacteristic(mUnlockTokenHandle);

Completed in 76 milliseconds