Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentEnrollmentService.java96 private final List<EnrollmentStateClient> mEnrollmentStateClients = new ArrayList<>();
158 for (EnrollmentStateClient client : mEnrollmentStateClients) { in release()
351 EnrollmentStateClient client = findEnrollmentStateClientLocked(listener); in registerEnrollmentCallback()
353 client = new EnrollmentStateClient(listener); in registerEnrollmentCallback()
384 for (EnrollmentStateClient client : mEnrollmentStateClients) { in onEscrowTokenAdded()
400 for (EnrollmentStateClient client : mEnrollmentStateClients) { in onEscrowTokenRemoved()
742 for (EnrollmentStateClient client : mEnrollmentStateClients) { in showVerificationCode()
820 private EnrollmentStateClient findEnrollmentStateClientLocked( in findEnrollmentStateClientLocked()
824 for (EnrollmentStateClient client : mEnrollmentStateClients) { in findEnrollmentStateClientLocked()
844 EnrollmentStateClient client = findEnrollmentStateClientLocked(listener); in unregisterEnrollmentCallback()
[all …]