Searched defs:confirmationCode (Results 1 – 2 of 2) sorted by relevance
67 @Nullable private String confirmationCode; field in DownloadableSubscription96 private DownloadableSubscription(String encodedActivationCode, String confirmationCode, in DownloadableSubscription()108 @Nullable private String confirmationCode; field in DownloadableSubscription.Builder173 public void setConfirmationCode(String confirmationCode) { in setConfirmationCode()
418 private void resolvedDownloadConfirmationCode(int cardId, String confirmationCode, in resolvedDownloadConfirmationCode()438 String confirmationCode = null; in resolvedDownloadResolvableErrors() local