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.java4081 IccRecords curIccRecords = null; in getOperatorNumeric() local
4089 curIccRecords = mIccRecords.get(); in getOperatorNumeric()
4092 curIccRecords = mSimRecords; in getOperatorNumeric()
4094 if (curIccRecords != null && curIccRecords == mSimRecords) { in getOperatorNumeric()
4095 operatorNumeric = curIccRecords.getOperatorNumeric(); in getOperatorNumeric()
4097 curIccRecords = mIccRecords.get(); in getOperatorNumeric()
4098 if (curIccRecords != null && (curIccRecords instanceof RuimRecords)) { in getOperatorNumeric()
4099 RuimRecords csim = (RuimRecords) curIccRecords; in getOperatorNumeric()
4107 " mIccRecords = " + ((curIccRecords != null) ? in getOperatorNumeric()
4108 curIccRecords.getRecordsLoaded() : null)); in getOperatorNumeric()