Searched refs:activationCode (Results 1 – 2 of 2) sorted by relevance
79 public abstract Builder setProfileActivationCode(@NonNull String activationCode); in setProfileActivationCode() argument
964 String activationCode = in parseDownloadInfo() local974 if (!activationCode.isEmpty()) { in parseDownloadInfo()977 activationCode = new String(Base64.getDecoder().decode(activationCode)); in parseDownloadInfo()979 Log.w(TAG, "Failed to decode the activation code " + activationCode); in parseDownloadInfo()983 .setProfileActivationCode(activationCode) in parseDownloadInfo()996 + activationCode in parseDownloadInfo()