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.java3726 IccRecords curIccRecords = null; in getOperatorNumeric() local
3734 curIccRecords = mIccRecords.get(); in getOperatorNumeric()
3737 curIccRecords = mSimRecords; in getOperatorNumeric()
3739 if (curIccRecords != null && curIccRecords == mSimRecords) { in getOperatorNumeric()
3740 operatorNumeric = curIccRecords.getOperatorNumeric(); in getOperatorNumeric()
3742 curIccRecords = mIccRecords.get(); in getOperatorNumeric()
3743 if (curIccRecords != null && (curIccRecords instanceof RuimRecords)) { in getOperatorNumeric()
3744 RuimRecords csim = (RuimRecords) curIccRecords; in getOperatorNumeric()
3752 " mIccRecords = " + ((curIccRecords != null) ? in getOperatorNumeric()
3753 curIccRecords.getRecordsLoaded() : null)); in getOperatorNumeric()