Searched refs:mIccRecords (Results 1 - 10 of 10) 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
243 if (mIccRecords != null) {
244 String operator = mIccRecords.getOperatorNumeric();
288 if ((mCurrentAppType == UiccController.APP_FAM_3GPP) && (mIccRecords != null)) {
293 mPhoneId, mIccRecords.getServiceProviderName());
341 if (mIccRecords != newRecords || mUiccApplication != newApp || mUiccCard != newCard) {
346 mIccRecords = newRecords;
436 if (mIccRecords != null) {
437 mIccRecords.registerForImsiReady(this, EVENT_IMSI_READY, null);
438 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.java54 private AtomicReference<IccRecords> mIccRecords = new AtomicReference<IccRecords>(); field in class:GsmSMSDispatcher
342 if (mIccRecords.get() != null) {
343 mIccRecords.get().unregisterForNewSms(this);
345 mIccRecords.set(null);
351 mIccRecords.set(newUiccApplication.getIccRecords());
352 if (mIccRecords.get() != null) {
353 mIccRecords.get().registerForNewSms(this, EVENT_NEW_ICC_SMS, null);
H A DGsmMmiCode.java120 IccRecords mIccRecords; field in class:GsmMmiCode
308 if (mIccRecords != null) {
549 mIccRecords = app.getIccRecords();
1091 if (mIccRecords != null) {
1461 if (mIccRecords != null) {
1495 if (mIccRecords != 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);
1081 if ((ir != null) && (mIccRecords !
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaPhone.java468 IccRecords r = mIccRecords.get();
731 IccRecords r = mIccRecords.get();
741 IccRecords r = mIccRecords.get();
1286 IccRecords r = mIccRecords.get();
1349 IccRecords r = mIccRecords.get();
1434 IccRecords r = mIccRecords.get();
1446 IccRecords r = mIccRecords.get();
1459 IccRecords r = mIccRecords.get();
1472 IccRecords r = mIccRecords.get();
1497 IccRecords r = mIccRecords
[all...]
H A DServiceStateTracker.java109 private IccRecords mIccRecords = null; field in class:ServiceStateTracker
1280 if (!mIsSubscriptionFromRuim && mIccRecords != null) {
1282 log("GET_CDMA_SUBSCRIPTION set imsi in mIccRecords");
1284 mIccRecords.setImsi(getImsi());
1287 log("GET_CDMA_SUBSCRIPTION either mIccRecords is null or NV " +
1288 "type device - not setting Imsi in mIccRecords");
1308 RuimRecords ruim = (RuimRecords) mIccRecords;
2172 IccRecords iccRecords = mIccRecords;
2393 if (mIccRecords != null) {
2394 mIccRecords
[all...]
H A DPhone.java244 protected final AtomicReference<IccRecords> mIccRecords = new AtomicReference<IccRecords>(); field in class:Phone
335 return mIccRecords.get();
1556 IccRecords r = mIccRecords.get();
1564 IccRecords r = mIccRecords.get();
1577 IccRecords r = mIccRecords.get();
1700 IccRecords r = mIccRecords.get();
1723 IccRecords r = mIccRecords.get();
2813 IccRecords r = mIccRecords.get();
3240 final IccRecords records = mIccRecords.get();
3366 pw.println(" mIccRecords
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneMmiCode.java171 private IccRecords mIccRecords; field in class:ImsPhoneMmiCode
472 mIccRecords = mPhone.mDefaultPhone.getIccRecords();
1053 if (mIccRecords != null) {
1305 if (mIccRecords != null) {
1343 if (mIccRecords != null) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java549 private final AtomicReference<IccRecords> mIccRecords = new AtomicReference<IccRecords>(); field in class:DcTracker
853 IccRecords r = mIccRecords.get();
856 mIccRecords.set(null);
1387 IccRecords r = mIccRecords.get();
1849 IccRecords r = mIccRecords.get();
2004 IccRecords r = mIccRecords.get();
2836 IccRecords r = mIccRecords.get();
3358 IccRecords r = mIccRecords.get();
3560 IccRecords r = mIccRecords.get();
4100 IccRecords r = mIccRecords
[all...]

Completed in 2018 milliseconds