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
289 return mMsisdn;
326 mMsisdn = number;
329 if (DBG) log("Set MSISDN: " + mMsisdnTag +" " + mMsisdn);
332 AdnRecord adn = new AdnRecord(mMsisdnTag, mMsisdn);
726 if (TextUtils.isEmpty(mMsisdn)) {
727 pw.println(" mMsisdn=null");
729 pw.println(" mMsisdn=" + (VDBG ? mMsisdn : "XXX"));

Completed in 51 milliseconds