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.java1335 String base64Response = in testEapSimAuthentication() local
1340 byte[] response = Base64.decode(base64Response, Base64.DEFAULT); in testEapSimAuthentication()
1356 String base64Response = in testEapAkaAuthentication() local
1362 assertWithMessage("UICC returned null for EAP-AKA auth").that(base64Response).isNotNull(); in testEapAkaAuthentication()
1363 byte[] response = Base64.decode(base64Response, Base64.NO_WRAP); in testEapAkaAuthentication()