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.java514 void onEscrowTokenActiveStateChanged(long handle, boolean isTokenActive, int uid) { in onEscrowTokenActiveStateChanged() argument
518 if (mRemoteEnrollmentDevice == null || !isTokenActive) { in onEscrowTokenActiveStateChanged()
523 if (!isTokenActive) { in onEscrowTokenActiveStateChanged()
537 mTokenActiveStateMap.put(handle, isTokenActive); in onEscrowTokenActiveStateChanged()