Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/trust/
DCarTrustedDeviceService.java47 private CarTrustAgentEnrollmentService mCarTrustAgentEnrollmentService;
55 mCarTrustAgentEnrollmentService = new CarTrustAgentEnrollmentService(mContext, this, in CarTrustedDeviceService()
78 public CarTrustAgentEnrollmentService getCarTrustAgentEnrollmentService() { in getCarTrustAgentEnrollmentService()
DCarBleTrustAgent.java37 import com.android.car.trust.CarTrustAgentEnrollmentService.CarTrustAgentEnrollmentRequestDelegate;
60 private CarTrustAgentEnrollmentService mCarTrustAgentEnrollmentService;
DCarTrustAgentEnrollmentService.java93 public class CarTrustAgentEnrollmentService extends ICarTrustAgentEnrollment.Stub implements class
168 public CarTrustAgentEnrollmentService(Context context, CarTrustedDeviceService service, in CarTrustAgentEnrollmentService() method in CarTrustAgentEnrollmentService
1139 synchronized (CarTrustAgentEnrollmentService.this) { in binderDied()
1170 synchronized (CarTrustAgentEnrollmentService.this) { in binderDied()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/trust/
DCarTrustAgentEnrollmentServiceTest.java76 private CarTrustAgentEnrollmentService mCarTrustAgentEnrollmentService;
84 private CarTrustAgentEnrollmentService.CarTrustAgentEnrollmentRequestDelegate mEnrollDelegate =
85 new CarTrustAgentEnrollmentService.CarTrustAgentEnrollmentRequestDelegate() {
104 mCarTrustAgentEnrollmentService = new CarTrustAgentEnrollmentService(mContext, in setUp()