Home
last modified time | relevance | path

Searched refs:mEnrollDelegate (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/trust/
DCarTrustAgentEnrollmentServiceTest.java79 private CarTrustAgentEnrollmentService.CarTrustAgentEnrollmentRequestDelegate mEnrollDelegate = field in CarTrustAgentEnrollmentServiceTest
105 mCarTrustAgentEnrollmentService.setEnrollmentRequestDelegate(mEnrollDelegate); in setUp()
208 verify(mEnrollDelegate).removeEscrowToken(eq(TEST_HANDLE1), eq(mUserId)); in testOnEscrowTokenActiveStateChange_addDuplicateDevice()
/packages/services/Car/service/src/com/android/car/trust/
DCarBleTrustAgent.java192 mCarTrustAgentEnrollmentService.setEnrollmentRequestDelegate(mEnrollDelegate); in setEnrollmentRequestDelegate()
274 private final CarTrustAgentEnrollmentRequestDelegate mEnrollDelegate = field in CarBleTrustAgent