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

  /packages/services/Car/car-lib/src/android/car/trust/
ICarTrustAgentTokenResponseCallback.aidl 32 void onEscrowTokenRemoved(long handle, boolean successful);
ICarTrustAgentBleService.aidl 59 void onEscrowTokenRemoved(long handle, boolean successful);
  /frameworks/base/core/java/android/service/trust/
ITrustAgentService.aidl 36 oneway void onEscrowTokenRemoved(long handle, boolean successful);
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) {
  /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);
CarEnrolmentActivity.java 74 public void onEscrowTokenRemoved(long handle, boolean successful) {
  /frameworks/base/services/core/java/com/android/server/trust/
TrustAgentWrapper.java 249 mTrustAgentService.onEscrowTokenRemoved(handle, success);
  /frameworks/base/config/
boot-image-profile.txt     [all...]

Completed in 131 milliseconds