Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/trust/
DCarTrustAgentEnrollmentServiceTest.java72 private CarTrustAgentEnrollmentService mCarTrustAgentEnrollmentService;
79 private CarTrustAgentEnrollmentService.CarTrustAgentEnrollmentRequestDelegate mEnrollDelegate =
80 new CarTrustAgentEnrollmentService.CarTrustAgentEnrollmentRequestDelegate() {
101 mCarTrustAgentEnrollmentService = new CarTrustAgentEnrollmentService(mContext, in setUp()
/packages/services/Car/service/src/com/android/car/trust/
DCarTrustedDeviceService.java94 private CarTrustAgentEnrollmentService mCarTrustAgentEnrollmentService;
108 mCarTrustAgentEnrollmentService = new CarTrustAgentEnrollmentService(mContext, this, in CarTrustedDeviceService()
130 public CarTrustAgentEnrollmentService getCarTrustAgentEnrollmentService() { in getCarTrustAgentEnrollmentService()
DCarTrustAgentEnrollmentService.java81 public class CarTrustAgentEnrollmentService extends ICarTrustAgentEnrollment.Stub { class
138 public CarTrustAgentEnrollmentService(Context context, CarTrustedDeviceService service, in CarTrustAgentEnrollmentService() method in CarTrustAgentEnrollmentService
1052 synchronized (CarTrustAgentEnrollmentService.this) { in binderDied()
1083 synchronized (CarTrustAgentEnrollmentService.this) { in binderDied()
DCarBleTrustAgent.java37 import com.android.car.trust.CarTrustAgentEnrollmentService.CarTrustAgentEnrollmentRequestDelegate;
56 private CarTrustAgentEnrollmentService mCarTrustAgentEnrollmentService;
DCarTrustAgentBleManager.java92 private CarTrustAgentEnrollmentService mCarTrustAgentEnrollmentService;
246 private CarTrustAgentEnrollmentService getEnrollmentService() { in getEnrollmentService()