Searched refs:mSIMRecords (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DSimCard.java47 return ((GSMPhone)mPhone).mSIMRecords.getServiceProviderName();
H A DSimPhoneBookInterfaceManager.java35 adnCache = phone.mSIMRecords.getAdnCache();
H A DGSMPhone.java102 SIMRecords mSIMRecords; field in class:GSMPhone
148 mSIMRecords = new SIMRecords(this);
156 mStkService = StkService.getInstance(mCM, mSIMRecords, mContext,
160 mSIMRecords.registerForRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null);
212 mSIMRecords.unregisterForRecordsLoaded(this); //EVENT_SIM_RECORDS_LOADED
227 mSIMRecords.dispose();
242 this.mSIMRecords = null;
281 return mSIMRecords.getVoiceMessageWaiting();
285 return mSIMRecords.getVoiceCallForwardingFlag();
414 mSIMRecords
[all...]
H A DGsmDataConnectionTracker.java211 p.mSIMRecords.registerForRecordsLoaded(this, EVENT_RECORDS_LOADED, null);
287 mGsmPhone.mSIMRecords.unregisterForRecordsLoaded(this);
352 if (mGsmPhone.mSIMRecords.getRecordsLoaded() &&
445 && mGsmPhone.mSIMRecords.getRecordsLoaded()
471 " sim=" + mGsmPhone.mSIMRecords.getRecordsLoaded() +
1257 String operator = mGsmPhone.mSIMRecords.getSIMOperatorNumeric();
1336 String operator = mGsmPhone.mSIMRecords.getSIMOperatorNumeric();
H A DGsmServiceStateTracker.java239 phone.mSIMRecords.unregisterForRecordsLoaded(this);
358 phone.mSIMRecords.registerForRecordsLoaded(this,
580 int rule = phone.mSIMRecords.getDisplayRule(ss.getOperatorNumeric());
581 String spn = phone.mSIMRecords.getServiceProviderName();
H A DGsmMmiCode.java809 phone.mSIMRecords.setVoiceCallForwardingFlag(1, cffEnabled);
1112 phone.mSIMRecords.setVoiceCallForwardingFlag(1, cffEnabled);
1137 phone.mSIMRecords.setVoiceCallForwardingFlag(1, false);

Completed in 126 milliseconds