Searched refs:TrustedDeviceConstants (Results 1 – 4 of 4) sorted by relevance
54 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()
172 .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()
25 public class TrustedDeviceConstants { class27 private TrustedDeviceConstants() { } in TrustedDeviceConstants() method in TrustedDeviceConstants
34 import com.android.car.companiondevicesupport.feature.trust.TrustedDeviceConstants;69 TrustedDeviceConstants.INTENT_ACTION_TRUSTED_DEVICE_SETTING)); in onViewCreated()