Home
last modified time | relevance | path

Searched refs:CarTrustAgentUnlockService (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/service/src/com/android/car/trust/
DCarTrustedDeviceService.java95 private CarTrustAgentUnlockService mCarTrustAgentUnlockService;
110 mCarTrustAgentUnlockService = new CarTrustAgentUnlockService(this, in CarTrustedDeviceService()
137 public CarTrustAgentUnlockService getCarTrustAgentUnlockService() { in getCarTrustAgentUnlockService()
DCarBleTrustAgent.java38 import com.android.car.trust.CarTrustAgentUnlockService.CarTrustAgentUnlockDelegate;
57 private CarTrustAgentUnlockService mCarTrustAgentUnlockService;
DCarTrustAgentUnlockService.java96 public class CarTrustAgentUnlockService { class
149 CarTrustAgentUnlockService(CarTrustedDeviceService service, in CarTrustAgentUnlockService() method in CarTrustAgentUnlockService
DCarTrustAgentBleManager.java93 private CarTrustAgentUnlockService mCarTrustAgentUnlockService;
259 private CarTrustAgentUnlockService getUnlockService() { in getUnlockService()