Home
last modified time | relevance | path

Searched refs:TrustedDeviceConstants (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/ui/
DTrustedDeviceActivity.java54 import com.android.car.companiondevicesupport.feature.trust.TrustedDeviceConstants;
245 if (!TrustedDeviceConstants.INTENT_ACTION_TRUSTED_DEVICE_SETTING.equals(action)) { in hasAssociatedDevice()
333 TrustedDeviceConstants.INTENT_EXTRA_ENROLL_NEW_TOKEN, false); in isStartedForEnrollment()
411 case TrustedDeviceConstants.TRUSTED_DEVICE_ERROR_DEVICE_NOT_SECURED: in showEnrollmentErrorDialogFragment()
417 case TrustedDeviceConstants.TRUSTED_DEVICE_ERROR_MESSAGE_TYPE_UNKNOWN: in showEnrollmentErrorDialogFragment()
418 case TrustedDeviceConstants.TRUSTED_DEVICE_ERROR_UNKNOWN: in showEnrollmentErrorDialogFragment()
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/
DTrustedDeviceManager.java172 .putExtra(TrustedDeviceConstants.INTENT_EXTRA_ENROLL_NEW_TOKEN, true) in showEnrollmentNotification()
487 notifyEnrollmentError(TrustedDeviceConstants.TRUSTED_DEVICE_ERROR_UNKNOWN); in processErrorMessage()
494 error = TrustedDeviceConstants.TRUSTED_DEVICE_ERROR_MESSAGE_TYPE_UNKNOWN; in processErrorMessage()
497 error = TrustedDeviceConstants.TRUSTED_DEVICE_ERROR_DEVICE_NOT_SECURED; in processErrorMessage()
501 error = TrustedDeviceConstants.TRUSTED_DEVICE_ERROR_UNKNOWN; in processErrorMessage()
506 private void notifyEnrollmentError(@TrustedDeviceConstants.TrustedDeviceError int error) { in notifyEnrollmentError()
DTrustedDeviceConstants.java25 public class TrustedDeviceConstants { class
27 private TrustedDeviceConstants() { } in TrustedDeviceConstants() method in TrustedDeviceConstants
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/activity/
DAssociatedDeviceDetailFragment.java34 import com.android.car.companiondevicesupport.feature.trust.TrustedDeviceConstants;
69 TrustedDeviceConstants.INTENT_ACTION_TRUSTED_DEVICE_SETTING)); in onViewCreated()