Home
last modified time | relevance | path

Searched refs:getCarTrustAgentEnrollmentService (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DICarImpl.java340 return mCarTrustedDeviceService.getCarTrustAgentEnrollmentService(); in getCarService()
695 mCarTrustedDeviceService.getCarTrustAgentEnrollmentService() in exec()
701 mCarTrustedDeviceService.getCarTrustAgentEnrollmentService() in exec()
/packages/services/Car/service/src/com/android/car/trust/
DCarBleTrustAgent.java78 mCarTrustedDeviceService.getCarTrustAgentEnrollmentService(); in onCreate()
DCarTrustedDeviceService.java130 public CarTrustAgentEnrollmentService getCarTrustAgentEnrollmentService() { in getCarTrustAgentEnrollmentService() method in CarTrustedDeviceService
DCarTrustAgentUnlockService.java203 mTrustedDeviceService.getCarTrustAgentEnrollmentService().stopEnrollmentAdvertising(); in startUnlockAdvertising()
DCarTrustAgentBleManager.java253 getTrustedDeviceService().getCarTrustAgentEnrollmentService(); in getEnrollmentService()