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.java99 private final List<EnrollmentStateClient> mEnrollmentStateClients = new ArrayList<>();
161 for (EnrollmentStateClient client : mEnrollmentStateClients) { in release()
376 EnrollmentStateClient client = findEnrollmentStateClientLocked(listener); in registerEnrollmentCallback()
378 client = new EnrollmentStateClient(listener); in registerEnrollmentCallback()
409 for (EnrollmentStateClient client : mEnrollmentStateClients) { in onEscrowTokenAdded()
425 for (EnrollmentStateClient client : mEnrollmentStateClients) { in onEscrowTokenRemoved()
767 for (EnrollmentStateClient client : mEnrollmentStateClients) { in showVerificationCode()
845 private EnrollmentStateClient findEnrollmentStateClientLocked( in findEnrollmentStateClientLocked()
849 for (EnrollmentStateClient client : mEnrollmentStateClients) { in findEnrollmentStateClientLocked()
871 EnrollmentStateClient client = findEnrollmentStateClientLocked(listener); in unregisterEnrollmentCallback()
[all …]