Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyManagerFacade.java770 … String b64Result = mTelephonyManager.getIccAuthentication(subId, appType, authType, b64Data); in telephonyGetIccSimChallengeResponseForSubscription() local
771 return (b64Result != null) in telephonyGetIccSimChallengeResponseForSubscription()
772 ? BaseEncoding.base16().encode(BaseEncoding.base64().decode(b64Result)) : null; in telephonyGetIccSimChallengeResponseForSubscription()