Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java3205 IccRecords curIccRecords = null; in getOperatorNumeric() local
3209 curIccRecords = mSimRecords; in getOperatorNumeric()
3210 if (curIccRecords != null) { in getOperatorNumeric()
3211 operatorNumeric = curIccRecords.getOperatorNumeric(); in getOperatorNumeric()
3213 curIccRecords = mIccRecords.get(); in getOperatorNumeric()
3214 if (curIccRecords != null && (curIccRecords instanceof RuimRecords)) { in getOperatorNumeric()
3215 RuimRecords csim = (RuimRecords) curIccRecords; in getOperatorNumeric()
3223 " mIccRecords = " + ((curIccRecords != null) ? in getOperatorNumeric()
3224 curIccRecords.getRecordsLoaded() : null)); in getOperatorNumeric()