Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/
DTrustedDeviceConstants.java41 TRUSTED_DEVICE_ERROR_UNKNOWN
48 public static final int TRUSTED_DEVICE_ERROR_UNKNOWN = 2; field in TrustedDeviceConstants
DTrustedDeviceManager.java487 notifyEnrollmentError(TrustedDeviceConstants.TRUSTED_DEVICE_ERROR_UNKNOWN); in processErrorMessage()
501 error = TrustedDeviceConstants.TRUSTED_DEVICE_ERROR_UNKNOWN; in processErrorMessage()
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/ui/
DTrustedDeviceActivity.java418 case TrustedDeviceConstants.TRUSTED_DEVICE_ERROR_UNKNOWN: in showEnrollmentErrorDialogFragment()