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.java4279 IccRecords curIccRecords = null; in getOperatorNumeric() local
4287 curIccRecords = mIccRecords.get(); in getOperatorNumeric()
4290 curIccRecords = mSimRecords; in getOperatorNumeric()
4292 if (curIccRecords != null && curIccRecords == mSimRecords) { in getOperatorNumeric()
4293 operatorNumeric = curIccRecords.getOperatorNumeric(); in getOperatorNumeric()
4295 curIccRecords = mIccRecords.get(); in getOperatorNumeric()
4296 if (curIccRecords != null && (curIccRecords instanceof RuimRecords)) { in getOperatorNumeric()
4297 RuimRecords csim = (RuimRecords) curIccRecords; in getOperatorNumeric()
4305 " mIccRecords = " + ((curIccRecords != null) ? in getOperatorNumeric()
4306 curIccRecords.getRecordsLoaded() : null)); in getOperatorNumeric()