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

  /packages/services/Car/TrustAgent/src/com/android/car/trust/
CarTrustAgentBleService.java 370 public void onEscrowTokenActiveStateChanged(long handle, boolean active)
373 mTokenResponseCallback.onEscrowTokenActiveStateChanged(handle, active);
CarBleTrustAgent.java 242 mCarTrustAgentBleService.onEscrowTokenActiveStateChanged(handle, isActive);
243 Log.v(TAG, "Callback onEscrowTokenActiveStateChanged");
245 Log.e(TAG, "Error callback onEscrowTokenActiveStateChanged", e);

Completed in 57 milliseconds