Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/trust/
H A DTrustAgentService.java269 int tokenState = data.getInt(EXTRA_TOKEN_STATE, TOKEN_STATE_INACTIVE);
270 onEscrowTokenStateReceived(handle, tokenState);
401 public void onEscrowTokenStateReceived(long handle, @TokenState int tokenState) { in onEscrowTokenStateReceived() argument
776 public void onTokenStateReceived(long handle, int tokenState) { in onTokenStateReceived() argument
779 msg.getData().putInt(EXTRA_TOKEN_STATE, tokenState); in onTokenStateReceived()
H A DITrustAgentService.aidl37 oneway void onTokenStateReceived(long handle, int tokenState); in onTokenStateReceived() argument