Searched refs:mIccRecords (Results 1 - 18 of 18) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccCardProxy.java109 private IccRecords mIccRecords = null; field in class:IccCardProxy
258 if (mIccRecords != null) {
259 String operator = mIccRecords.getOperatorNumeric();
304 if ((mCurrentAppType == UiccController.APP_FAM_3GPP) && (mIccRecords != null)) {
309 mPhoneId, mIccRecords.getServiceProviderName());
357 if (mIccRecords != newRecords || mUiccApplication != newApp || mUiccCard != newCard) {
362 mIccRecords = newRecords;
440 if (mIccRecords != null) {
441 mIccRecords.registerForImsiReady(this, EVENT_IMSI_READY, null);
442 mIccRecords
[all...]
H A DUiccCardApplication.java81 private IccRecords mIccRecords; field in class:UiccCardApplication
110 mIccRecords = createIccRecords(as.app_type, mContext, mCi);
143 if (mIccRecords != null) { mIccRecords.dispose();}
145 mIccRecords = createIccRecords(as.app_type, c, ci);
171 if (mIccRecords != null) { mIccRecords.dispose();}
173 mIccRecords = null;
624 return mIccRecords;
891 pw.println(" mIccRecords
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmSMSDispatcher.java53 private AtomicReference<IccRecords> mIccRecords = new AtomicReference<IccRecords>(); field in class:GsmSMSDispatcher
337 if (mIccRecords.get() != null) {
338 mIccRecords.get().unregisterForNewSms(this);
340 mIccRecords.set(null);
346 mIccRecords.set(newUiccApplication.getIccRecords());
347 if (mIccRecords.get() != null) {
348 mIccRecords.get().registerForNewSms(this, EVENT_NEW_ICC_SMS, null);
H A DGSMPhone.java316 IccRecords r = mIccRecords.get();
956 IccRecords r = mIccRecords.get();
1002 IccRecords r = mIccRecords.get();
1057 IccRecords r = mIccRecords.get();
1063 IccRecords r = mIccRecords.get();
1069 IccRecords r = mIccRecords.get();
1075 IccRecords r = mIccRecords.get();
1081 IccRecords r = mIccRecords.get();
1087 IccRecords r = mIccRecords.get();
1104 IccRecords r = mIccRecords
[all...]
H A DGsmMmiCode.java121 IccRecords mIccRecords; field in class:GsmMmiCode
309 if (mPhone.mIccRecords != null) {
310 mIccRecords.setVoiceCallForwardingFlag(1, cffEnabled, null);
550 mIccRecords = app.getIccRecords();
1092 if (mIccRecords != null) {
1093 mIccRecords.setVoiceCallForwardingFlag(1, cffEnabled, mDialingNumber);
1451 if (mIccRecords != null) {
1452 mIccRecords.setVoiceCallForwardingFlag(1, cffEnabled, info.number);
1485 if (mIccRecords != null) {
1486 mIccRecords
[all...]
H A DGsmServiceStateTracker.java277 if (mIccRecords != null) {mIccRecords.unregisterForRecordsLoaded(this);}
595 IccRecords iccRecords = mIccRecords;
2012 if (mIccRecords != null) {
2013 mIccRecords.unregisterForRecordsLoaded(this);
2015 mIccRecords = null;
2021 mIccRecords = mUiccApplcation.getIccRecords();
2023 if (mIccRecords != null) {
2024 mIccRecords.registerForRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatService.java80 private static IccRecords mIccRecords; field in class:CatService
161 mIccRecords = ir;
165 mIccRecords.registerForRecordsLoaded(this, MSG_ID_ICC_RECORDS_LOADED, null);
219 } else if ((ir != null) && (mIccRecords != ir)) {
220 if (mIccRecords != null) {
221 mIccRecords.unregisterForRecordsLoaded(sInstance[slotId]);
224 mIccRecords = ir;
227 mIccRecords.registerForRecordsLoaded(sInstance[slotId],
239 mIccRecords.unregisterForRecordsLoaded(this);
1068 if ((ir != null) && (mIccRecords !
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaLteServiceStateTracker.java107 RuimRecords ruim = (RuimRecords)mIccRecords;
450 eriText = (mIccRecords != null) ? mIccRecords.getServiceProviderName() : null;
466 mIccRecords != null && (mSS.getVoiceRegState() == ServiceState.STATE_IN_SERVICE)) {
470 ((RuimRecords)mIccRecords).getCsimSpnDisplayCondition();
475 mIccRecords != null) {
476 mSS.setOperatorAlphaLong(mIccRecords.getServiceProviderName());
H A DCdmaServiceStateTracker.java226 if (mIccRecords != null) {mIccRecords.unregisterForRecordsLoaded(this);}
425 if (!mIsSubscriptionFromRuim && mIccRecords != null) {
427 log("GET_CDMA_SUBSCRIPTION set imsi in mIccRecords");
429 mIccRecords.setImsi(getImsi());
432 log("GET_CDMA_SUBSCRIPTION either mIccRecords is null or NV type device" +
433 " - not setting Imsi in mIccRecords");
1978 if (mIccRecords != null) {
1979 mIccRecords.unregisterForRecordsLoaded(this);
1981 mIccRecords
[all...]
H A DCDMAPhone.java530 IccRecords r = mIccRecords.get();
581 IccRecords r = mIccRecords.get();
912 IccRecords r = mIccRecords.get();
1331 if (mIccRecords.get() != null) {
1334 mIccRecords.set(null);
1340 mIccRecords.set(newUiccApplication.getIccRecords());
1750 IccRecords r = mIccRecords.get();
1758 IccRecords r = mIccRecords.get();
1830 IccRecords iccRecords = mIccRecords.get();
H A DCDMALTEPhone.java408 curIccRecords = mIccRecords.get();
417 + " mCdmaSubscriptionSource = " + mCdmaSubscriptionSource + " mIccRecords = "
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneMmiCode.java168 private IccRecords mIccRecords; field in class:ImsPhoneMmiCode
454 mIccRecords = mPhone.mDefaultPhone.mIccRecords.get();
994 if (mIccRecords != null) {
995 mIccRecords.setVoiceCallForwardingFlag(1, cffEnabled, mDialingNumber);
1235 if (mIccRecords != null) {
1236 mIccRecords.setVoiceCallForwardingFlag(1, cffEnabled, info.number);
1273 if (mIccRecords != null) {
1274 mIccRecords.setVoiceCallForwardingFlag(1, false, null);
H A DImsPhone.java972 return mDefaultPhone.mIccRecords.get();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccPhoneBookInterfaceManager.java116 IccRecords r = phone.mIccRecords.get();
H A DPhoneBase.java208 public AtomicReference<IccRecords> mIccRecords = new AtomicReference<IccRecords>(); field in class:PhoneBase
469 mIccRecords.set(null);
1188 IccRecords r = mIccRecords.get();
1194 IccRecords r = mIccRecords.get();
1255 IccRecords r = mIccRecords.get();
1861 IccRecords r = mIccRecords.get();
2143 pw.println(" mIccRecords=" + mIccRecords.get());
H A DServiceStateTracker.java69 protected IccRecords mIccRecords = null; field in class:ServiceStateTracker
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java242 IccRecords r = mIccRecords.get();
245 mIccRecords.set(null);
710 IccRecords r = mIccRecords.get();
1208 IccRecords r = mIccRecords.get();
1761 IccRecords r = mIccRecords.get();
2250 IccRecords r = mIccRecords.get();
2447 IccRecords r = mIccRecords.get();
2762 IccRecords r = mIccRecords.get();
2767 mIccRecords.set(null);
2771 mIccRecords
[all...]
H A DDcTrackerBase.java196 protected AtomicReference<IccRecords> mIccRecords = new AtomicReference<IccRecords>(); field in class:DcTrackerBase
700 IccRecords r = mIccRecords.get();

Completed in 200 milliseconds