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.java3515 IccRecords curIccRecords = null; in getOperatorNumeric() local
3523 curIccRecords = mIccRecords.get(); in getOperatorNumeric()
3526 curIccRecords = mSimRecords; in getOperatorNumeric()
3528 if (curIccRecords != null && curIccRecords == mSimRecords) { in getOperatorNumeric()
3529 operatorNumeric = curIccRecords.getOperatorNumeric(); in getOperatorNumeric()
3531 curIccRecords = mIccRecords.get(); in getOperatorNumeric()
3532 if (curIccRecords != null && (curIccRecords instanceof RuimRecords)) { in getOperatorNumeric()
3533 RuimRecords csim = (RuimRecords) curIccRecords; in getOperatorNumeric()
3541 " mIccRecords = " + ((curIccRecords != null) ? in getOperatorNumeric()
3542 curIccRecords.getRecordsLoaded() : null)); in getOperatorNumeric()