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.java85 protected String mFullIccId; // Includes hex characters in ICCID field in IccRecords
157 String iccIdToPrint = SubscriptionInfo.givePrintableIccid(mFullIccId); in toString()
297 return mFullIccId; in getFullIccId()
978 String iccIdToPrint = SubscriptionInfo.givePrintableIccid(mFullIccId); in dump()
DRuimRecords.java145 mFullIccId = null; in resetRecords()
684 mFullIccId = IccUtils.bchToString(data, 0, data.length); in handleMessage()
686 log("iccid: " + SubscriptionInfo.givePrintableIccid(mFullIccId)); in handleMessage()
DSIMRecords.java249 mFullIccId = null; in resetRecords()
900 mFullIccId = IccUtils.bchToString(data, 0, data.length); in handleMessage()
902 log("iccid: " + SubscriptionInfo.givePrintableIccid(mFullIccId)); in handleMessage()