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.java126 protected String mFullIccId; // Includes hex characters in ICCID field in IccRecords
247 String iccIdToPrint = SubscriptionInfo.givePrintableIccid(mFullIccId); in toString()
421 return mFullIccId; in getFullIccId()
1358 String iccIdToPrint = SubscriptionInfo.givePrintableIccid(mFullIccId); in dump()
DRuimRecords.java142 mFullIccId = null; in resetRecords()
692 mFullIccId = IccUtils.bchToString(data, 0, data.length); in handleMessage()
694 log("iccid: " + SubscriptionInfo.givePrintableIccid(mFullIccId)); in handleMessage()
DSIMRecords.java230 mFullIccId = null; in resetRecords()
830 mFullIccId = IccUtils.bchToString(data, 0, data.length); in handleMessage()
832 log("iccid: " + SubscriptionInfo.givePrintableIccid(mFullIccId)); in handleMessage()