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/
DRuimRecords.java139 mFullIccId = null; in resetRecords()
689 mFullIccId = IccUtils.bchToString(data, 0, data.length); in handleMessage()
691 log("iccid: " + SubscriptionInfo.givePrintableIccid(mFullIccId)); in handleMessage()
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()
DSIMRecords.java229 mFullIccId = null; in resetRecords()
825 mFullIccId = IccUtils.bchToString(data, 0, data.length); in handleMessage()
827 log("iccid: " + SubscriptionInfo.givePrintableIccid(mFullIccId)); in handleMessage()