HomeSort by relevance Sort by last modified time
    Searched defs:mIccRecords (Results 1 - 12 of 12) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccCardProxy.java 90 private IccRecords mIccRecords = null;
251 if (mIccRecords != newRecords || mUiccApplication != newApp || mUiccCard != newCard) {
256 mIccRecords = newRecords;
311 if (mIccRecords != null) {
312 mIccRecords.registerForImsiReady(this, EVENT_IMSI_READY, null);
313 mIccRecords.registerForRecordsLoaded(this, EVENT_RECORDS_LOADED, null);
322 if (mIccRecords != null) mIccRecords.unregisterForImsiReady(this);
323 if (mIccRecords != null) mIccRecords.unregisterForRecordsLoaded(this)
    [all...]
UiccCardApplication.java 67 private IccRecords mIccRecords;
95 mIccRecords = createIccRecords(as.app_type, mContext, mCi);
126 if (mIccRecords != null) { mIccRecords.dispose();}
128 mIccRecords = createIccRecords(as.app_type, c, ci);
154 if (mIccRecords != null) { mIccRecords.dispose();}
156 mIccRecords = null;
510 return mIccRecords;
ServiceStateTracker.java 47 protected IccRecords mIccRecords = null;
DataConnectionTracker.java 181 protected AtomicReference<IccRecords> mIccRecords = new AtomicReference<IccRecords>();
    [all...]
PhoneBase.java 137 public AtomicReference<IccRecords> mIccRecords = new AtomicReference<IccRecords>();
286 mIccRecords.set(null);
701 IccRecords r = mIccRecords.get();
707 IccRecords r = mIccRecords.get();
721 IccRecords r = mIccRecords.get();
727 IccRecords r = mIccRecords.get();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatService.java 67 private static IccRecords mIccRecords;
126 mIccRecords = ir;
131 mIccRecords.registerForRecordsLoaded(this, MSG_ID_ICC_RECORDS_LOADED, null);
140 mIccRecords.unregisterForRecordsLoaded(this);
587 } else if ((ir != null) && (mIccRecords != ir)) {
588 if (mIccRecords != null) {
589 mIccRecords.unregisterForRecordsLoaded(sInstance);
597 mIccRecords = ir;
601 mIccRecords.registerForRecordsLoaded(sInstance, MSG_ID_ICC_RECORDS_LOADED, null);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaLteServiceStateTracker.java 85 RuimRecords ruim = (RuimRecords)mIccRecords;
417 eriText = (mIccRecords != null) ? mIccRecords.getServiceProviderName() : null;
433 mIccRecords != null) {
437 ((RuimRecords)mIccRecords).getCsimSpnDisplayCondition();
442 mIccRecords != null) {
443 ss.setOperatorAlphaLong(mIccRecords.getServiceProviderName());
CdmaServiceStateTracker.java 217 if (mIccRecords != null) {mIccRecords.unregisterForRecordsLoaded(this);}
407 if (!isSubscriptionFromRuim && mIccRecords != null) {
409 log("GET_CDMA_SUBSCRIPTION set imsi in mIccRecords");
411 mIccRecords.setImsi(getImsi());
414 log("GET_CDMA_SUBSCRIPTION either mIccRecords is null or NV type device" +
415 " - not setting Imsi in mIccRecords");
    [all...]
CDMAPhone.java 722 IccRecords r = mIccRecords.get();
747 IccRecords r = mIccRecords.get();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 250 if (mIccRecords != null) {mIccRecords.unregisterForRecordsLoaded(this);}
509 IccRecords iccRecords = mIccRecords;
    [all...]
GsmMmiCode.java 115 IccRecords mIccRecords;
409 mIccRecords = app.getIccRecords();
    [all...]
GSMPhone.java 797 IccRecords r = mIccRecords.get();
820 IccRecords r = mIccRecords.get();
855 IccRecords r = mIccRecords.get();
860 IccRecords r = mIccRecords.get();
866 IccRecords r = mIccRecords.get();
871 IccRecords r = mIccRecords.get();
876 IccRecords r = mIccRecords.get();
889 IccRecords r = mIccRecords.get();
    [all...]

Completed in 99 milliseconds