Searched refs:CarUnlockService (Results 1 - 2 of 2) sorted by relevance

/packages/services/Car/TrustAgent/src/com/android/car/trust/
H A DCarUnlockService.java33 public class CarUnlockService extends SimpleBleServer { class in inherits:SimpleBleServer
41 private static final String TAG = "CarUnlockService";
55 public CarUnlockService getService() {
56 return CarUnlockService.this;
64 Log.d(TAG, "CarUnlockService starting up, creating BLE service");
H A DCarBleTrustAgent.java68 private CarUnlockService mCarUnlockService;
125 Log.d(TAG, "User locked, will now bind CarUnlockService");
127 Intent intent = new Intent(this, CarUnlockService.class);
172 private CarUnlockService.UnlockServiceCallback mUnlockCallback
173 = new CarUnlockService.UnlockServiceCallback() {
184 Log.d(TAG, "CarUnlockService connected");
188 CarUnlockService.UnlockServiceBinder binder
189 = (CarUnlockService.UnlockServiceBinder) service;

Completed in 55 milliseconds