Searched refs:onEscrowTokenRemoved (Results 1 - 5 of 5) sorted by relevance

/packages/services/Car/car-lib/src/android/car/trust/
H A DICarTrustAgentTokenResponseCallback.aidl32 void onEscrowTokenRemoved(long handle, boolean successful);
H A DICarTrustAgentBleService.aidl59 void onEscrowTokenRemoved(long handle, boolean successful);
/packages/services/Car/TrustAgent/src/com/android/car/trust/
H A DCarBleTrustAgent.java226 public void onEscrowTokenRemoved(long handle, boolean successful) { method in class:CarBleTrustAgent
229 mCarTrustAgentBleService.onEscrowTokenRemoved(handle, successful);
230 Log.v(TAG, "Callback onEscrowTokenRemoved");
232 Log.e(TAG, "Error callback onEscrowTokenRemoved", e);
H A DCarTrustAgentBleService.java362 public void onEscrowTokenRemoved(long handle, boolean successful) throws RemoteException { method in class:CarTrustAgentBleService.CarTrustAgentBleWrapper
363 Log.d(TAG, "onEscrowTokenRemoved handle:" + handle);
365 mTokenResponseCallback.onEscrowTokenRemoved(handle, successful);
H A DCarEnrolmentActivity.java74 public void onEscrowTokenRemoved(long handle, boolean successful) {

Completed in 244 milliseconds