Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/
DTrustedDeviceAgentService.java77 public void onEscrowTokenStateReceived(long handle, int tokenState) { in onEscrowTokenStateReceived() argument
78 super.onEscrowTokenStateReceived(handle, tokenState); in onEscrowTokenStateReceived()
79 if (tokenState == TrustAgentService.TOKEN_STATE_ACTIVE) { in onEscrowTokenStateReceived()
/packages/services/Car/service/src/com/android/car/trust/
DCarBleTrustAgent.java164 public void onEscrowTokenStateReceived(long handle, int tokenState) { in onEscrowTokenStateReceived() argument
167 + tokenState); in onEscrowTokenStateReceived()
173 tokenState == TOKEN_STATE_ACTIVE, ActivityManager.getCurrentUser()); in onEscrowTokenStateReceived()