Searched defs:SimAuthResponseData (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DTelephonyUtil.java310 public static class SimAuthResponseData { class in class:TelephonyUtil
311 public SimAuthResponseData(String type, String response) { method in class:TelephonyUtil.SimAuthResponseData
320 public static SimAuthResponseData get3GAuthResponse(SimAuthRequestData requestData,
384 return new SimAuthResponseData(resType, response);

Completed in 1401 milliseconds