Home
last modified time | relevance | path

Searched refs:onTrustedDeviceEnrollmentError (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/api/internal/trust/
DITrustedDeviceEnrollmentCallback.aidl28 void onTrustedDeviceEnrollmentError(in int error); in onTrustedDeviceEnrollmentError() method
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/ui/
DTrustedDeviceActivity.java532 public void onTrustedDeviceEnrollmentError(int error) {
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/
DTrustedDeviceManager.java509 callback.onTrustedDeviceEnrollmentError(error); in notifyEnrollmentError()