Home | History | Annotate | Download | only in telephony

Lines Matching defs:imsi

181      * @param imsi String containing the IMSI
183 public void getIMSIForAppResponse(RadioResponseInfo responseInfo, String imsi) {
184 responseString(responseInfo, imsi);
1793 String spn = null, imsi = null, gid1 = null, gid2 = null;
1799 imsi = matchData;
1805 ret.add(new CarrierIdentifier(mcc, mnc, spn, imsi, gid1, gid2));