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.java123 private final List<EnrollmentStateClient> mEnrollmentStateClients = new ArrayList<>();
193 for (EnrollmentStateClient client : mEnrollmentStateClients) { in release()
427 EnrollmentStateClient client = findEnrollmentStateClientLocked(listener); in registerEnrollmentCallback()
429 client = new EnrollmentStateClient(listener); in registerEnrollmentCallback()
460 for (EnrollmentStateClient client : mEnrollmentStateClients) { in onEscrowTokenAdded()
476 for (EnrollmentStateClient client : mEnrollmentStateClients) { in onEscrowTokenRemoved()
822 for (EnrollmentStateClient client : mEnrollmentStateClients) { in showVerificationCode()
901 private EnrollmentStateClient findEnrollmentStateClientLocked( in findEnrollmentStateClientLocked()
905 for (EnrollmentStateClient client : mEnrollmentStateClients) { in findEnrollmentStateClientLocked()
927 EnrollmentStateClient client = findEnrollmentStateClientLocked(listener); in unregisterEnrollmentCallback()
[all …]