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

/packages/services/Car/car-lib/src/android/car/trust/
H A DICarTrustAgentTokenResponseCallback.aidl29 void onEscrowTokenAdded(out byte[] token, long handle, int uid);
H A DICarTrustAgentBleService.aidl58 void onEscrowTokenAdded(in byte[] token, long handle, int uid);
/packages/services/Car/TrustAgent/src/com/android/car/trust/
H A DCarBleTrustAgent.java251 public void onEscrowTokenAdded(byte[] token, long handle, UserHandle user) { method in class:CarBleTrustAgent
254 mCarTrustAgentBleService.onEscrowTokenAdded(token, handle, user.getIdentifier());
255 Log.v(TAG, "Callback onEscrowTokenAdded");
257 Log.e(TAG, "Error callback onEscrowTokenAdded", e);
H A DCarTrustAgentBleService.java353 public void onEscrowTokenAdded(byte[] token, long handle, int uid) method in class:CarTrustAgentBleService.CarTrustAgentBleWrapper
355 Log.d(TAG, "onEscrowTokenAdded handle:" + handle + " uid:" + uid);
357 mTokenResponseCallback.onEscrowTokenAdded(token, handle, uid);
H A DCarEnrolmentActivity.java52 public void onEscrowTokenAdded(byte[] token, long handle, int uid) {

Completed in 602 milliseconds