HomeSort by relevance Sort by last modified time
    Searched defs:onEscrowTokenStateReceived (Results 1 - 2 of 2) sorted by null

  /packages/services/Car/TrustAgent/src/com/android/car/trust/
CarBleTrustAgent.java 238 public void onEscrowTokenStateReceived(long handle, int tokenState) {
  /frameworks/base/core/java/android/service/trust/
TrustAgentService.java 128 * See {@link #onEscrowTokenStateReceived(long, int)}
135 * See {@link #onEscrowTokenStateReceived(long, int)}
228 onEscrowTokenStateReceived(handle, tokenState);
325 public void onEscrowTokenStateReceived(long handle, @TokenState int tokenState) {
495 * Result will be return in callback {@link #onEscrowTokenStateReceived(long, boolean)}

Completed in 53 milliseconds