Searched refs:tmResponse (Results 1 – 1 of 1) sorted by relevance
500 String tmResponse = defaultDataTm.getIccAuthentication( in getGsmAuthResponseWithLength() local502 Log.v(TAG, "Raw Response - " + tmResponse); in getGsmAuthResponseWithLength()504 if (tmResponse == null || tmResponse.length() <= 4) { in getGsmAuthResponseWithLength()505 Log.e(TAG, "bad response - " + tmResponse); in getGsmAuthResponseWithLength()509 byte[] result = Base64.decode(tmResponse, Base64.DEFAULT); in getGsmAuthResponseWithLength()513 Log.e(TAG, "malformed response - " + tmResponse); in getGsmAuthResponseWithLength()519 Log.e(TAG, "malformed response - " + tmResponse); in getGsmAuthResponseWithLength()524 Log.e(TAG, "malformed response - " + tmResponse); in getGsmAuthResponseWithLength()573 String tmResponse = defaultDataTm.getIccAuthentication(TelephonyManager.APPTYPE_SIM, in getGsmSimpleSimNoLengthAuthResponse() local575 Log.v(TAG, "Raw Response - " + tmResponse); in getGsmSimpleSimNoLengthAuthResponse()[all …]