Searched refs:b64Result (Results 1 – 1 of 1) sorted by relevance
770 … String b64Result = mTelephonyManager.getIccAuthentication(subId, appType, authType, b64Data); in telephonyGetIccSimChallengeResponseForSubscription() local771 return (b64Result != null) in telephonyGetIccSimChallengeResponseForSubscription()772 ? BaseEncoding.base16().encode(BaseEncoding.base64().decode(b64Result)) : null; in telephonyGetIccSimChallengeResponseForSubscription()