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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccRecords.java70 protected String mMsisdn = null; // My mobile number field in class:IccRecords
303 return mMsisdn;
340 mMsisdn = number;
343 if (DBG) log("Set MSISDN: " + mMsisdnTag +" " + mMsisdn);
346 AdnRecord adn = new AdnRecord(mMsisdnTag, mMsisdn);
740 if (TextUtils.isEmpty(mMsisdn)) {
741 pw.println(" mMsisdn=null");
743 pw.println(" mMsisdn=" + (VDBG ? mMsisdn : "XXX"));

Completed in 35 milliseconds