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

/packages/services/Car/TrustAgent/src/com/android/car/trust/
H A DCarBleTrustAgent.java68 private CarUnlockService mCarUnlockService; field in class:CarBleTrustAgent
190 mCarUnlockService = binder.getService();
191 mCarUnlockService.addUnlockServiceCallback(mUnlockCallback);
192 mCarUnlockService.addConnectionListener(mConnectionListener);
197 mCarUnlockService = null;
236 mCarUnlockService.start();

Completed in 111 milliseconds