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.java4106 IccRecords curIccRecords = null; in getOperatorNumeric() local
4114 curIccRecords = mIccRecords.get(); in getOperatorNumeric()
4117 curIccRecords = mSimRecords; in getOperatorNumeric()
4119 if (curIccRecords != null && curIccRecords == mSimRecords) { in getOperatorNumeric()
4120 operatorNumeric = curIccRecords.getOperatorNumeric(); in getOperatorNumeric()
4122 curIccRecords = mIccRecords.get(); in getOperatorNumeric()
4123 if (curIccRecords != null && (curIccRecords instanceof RuimRecords)) { in getOperatorNumeric()
4124 RuimRecords csim = (RuimRecords) curIccRecords; in getOperatorNumeric()
4132 " mIccRecords = " + ((curIccRecords != null) ? in getOperatorNumeric()
4133 curIccRecords.getRecordsLoaded() : null)); in getOperatorNumeric()