Home
last modified time | relevance | path

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

/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DCarrierApiTest.java1332 String base64Response = in testEapSimAuthentication() local
1337 byte[] response = Base64.decode(base64Response, Base64.DEFAULT); in testEapSimAuthentication()
1353 String base64Response = in testEapAkaAuthentication() local
1359 assertWithMessage("UICC returned null for EAP-AKA auth").that(base64Response).isNotNull(); in testEapAkaAuthentication()
1360 byte[] response = Base64.decode(base64Response, Base64.NO_WRAP); in testEapAkaAuthentication()