Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentEnrollmentService.java438 void onEscrowTokenActiveStateChanged(long handle, boolean isTokenActive, int uid) { in onEscrowTokenActiveStateChanged() argument
442 if (mRemoteEnrollmentDevice == null || !isTokenActive) { in onEscrowTokenActiveStateChanged()
447 if (!isTokenActive) { in onEscrowTokenActiveStateChanged()
461 mTokenActiveStateMap.put(handle, isTokenActive); in onEscrowTokenActiveStateChanged()