Home
last modified time | relevance | path

Searched refs:activationCode (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/odsa/
DDownloadInfo.java79 public abstract Builder setProfileActivationCode(@NonNull String activationCode); in setProfileActivationCode() argument
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/
DTs43Operation.java964 String activationCode = in parseDownloadInfo() local
974 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()