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.java141 mFullIccId = null; in resetRecords()
691 mFullIccId = IccUtils.bchToString(data, 0, data.length); in handleMessage()
693 log("iccid: " + SubscriptionInfo.getPrintableId(mFullIccId)); in handleMessage()
DIccRecords.java137 protected String mFullIccId; // Includes hex characters in ICCID field in IccRecords
274 String iccIdToPrint = SubscriptionInfo.getPrintableId(mFullIccId); in toString()
448 return mFullIccId; in getFullIccId()
1442 String iccIdToPrint = SubscriptionInfo.getPrintableId(mFullIccId); in dump()
DSIMRecords.java238 mFullIccId = null; in resetRecords()
859 mFullIccId = IccUtils.bchToString(data, 0, data.length); in handleMessage()
861 log("iccid: " + SubscriptionInfo.getPrintableId(mFullIccId)); in handleMessage()