Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DTelephonyUtil.java456 return getGsmAuthResponseWithLength(requestData, tm, TelephonyManager.APPTYPE_USIM); in getGsmSimAuthResponse()
473 return getGsmAuthResponseWithLength(requestData, tm, TelephonyManager.APPTYPE_SIM); in getGsmSimpleSimAuthResponse()
476 private static String getGsmAuthResponseWithLength(String[] requestData, TelephonyManager tm, in getGsmAuthResponseWithLength() method in TelephonyUtil