Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccRecords.java69 protected String mFullIccId; // Includes hex characters in ICCID field in IccRecords
119 String iccIdToPrint = SubscriptionInfo.givePrintableIccid(mFullIccId); in toString()
207 return mFullIccId; in getFullIccId()
737 String iccIdToPrint = SubscriptionInfo.givePrintableIccid(mFullIccId); in dump()
DRuimRecords.java140 mFullIccId = null; in resetRecords()
674 mFullIccId = IccUtils.bchToString(data, 0, data.length); in handleMessage()
676 log("iccid: " + SubscriptionInfo.givePrintableIccid(mFullIccId)); in handleMessage()
DSIMRecords.java256 mFullIccId = null; in resetRecords()
888 mFullIccId = IccUtils.bchToString(data, 0, data.length); in handleMessage()
890 log("iccid: " + SubscriptionInfo.givePrintableIccid(mFullIccId)); in handleMessage()