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.java4847 IccRecords curIccRecords = null; in getOperatorNumeric() local
4855 curIccRecords = mIccRecords.get(); in getOperatorNumeric()
4858 curIccRecords = mSimRecords; in getOperatorNumeric()
4860 if (curIccRecords != null && curIccRecords == mSimRecords) { in getOperatorNumeric()
4861 operatorNumeric = curIccRecords.getOperatorNumeric(); in getOperatorNumeric()
4863 curIccRecords = mIccRecords.get(); in getOperatorNumeric()
4864 if (curIccRecords != null && (curIccRecords instanceof RuimRecords)) { in getOperatorNumeric()
4865 RuimRecords csim = (RuimRecords) curIccRecords; in getOperatorNumeric()
4873 " mIccRecords = " + ((curIccRecords != null) ? in getOperatorNumeric()
4874 curIccRecords.getRecordsLoaded() : null)); in getOperatorNumeric()