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

  /packages/services/Car/TrustAgent/src/com/android/car/trust/
CarBleTrustAgent.java 226 public void onEscrowTokenRemoved(long handle, boolean successful) {
229 mCarTrustAgentBleService.onEscrowTokenRemoved(handle, successful);
230 Log.v(TAG, "Callback onEscrowTokenRemoved");
232 Log.e(TAG, "Error callback onEscrowTokenRemoved", e);
CarTrustAgentBleService.java 362 public void onEscrowTokenRemoved(long handle, boolean successful) throws RemoteException {
363 Log.d(TAG, "onEscrowTokenRemoved handle:" + handle);
365 mTokenResponseCallback.onEscrowTokenRemoved(handle, successful);
  /frameworks/base/core/java/android/service/trust/
TrustAgentService.java 235 onEscrowTokenRemoved(handle, success);
335 public void onEscrowTokenRemoved(long handle, boolean successful) {
518 * Result will be return in callback {@link #onEscrowTokenRemoved(long, boolean)}
665 public void onEscrowTokenRemoved(long handle, boolean successful) {

Completed in 67 milliseconds