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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardProxy.java 99 private IccRecords mIccRecords = null;
261 if (mIccRecords != newRecords || mUiccApplication != newApp || mUiccCard != newCard) {
266 mIccRecords = newRecords;
321 if (mIccRecords != null) {
322 mIccRecords.registerForImsiReady(this, EVENT_IMSI_READY, null);
323 mIccRecords.registerForRecordsLoaded(this, EVENT_RECORDS_LOADED, null);
332 if (mIccRecords != null) mIccRecords.unregisterForImsiReady(this);
333 if (mIccRecords != null) mIccRecords.unregisterForRecordsLoaded(this)
    [all...]
UiccCardApplication.java 65 private IccRecords mIccRecords;
93 mIccRecords = createIccRecords(as.app_type, mContext, mCi);
124 if (mIccRecords != null) { mIccRecords.dispose();}
126 mIccRecords = createIccRecords(as.app_type, c, ci);
152 if (mIccRecords != null) { mIccRecords.dispose();}
154 mIccRecords = null;
512 return mIccRecords;
718 pw.println(" mIccRecords=" + mIccRecords)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaLteServiceStateTracker.java 76 RuimRecords ruim = (RuimRecords)mIccRecords;
358 eriText = (mIccRecords != null) ? mIccRecords.getServiceProviderName() : null;
374 mIccRecords != null) {
378 ((RuimRecords)mIccRecords).getCsimSpnDisplayCondition();
383 mIccRecords != null) {
384 mSS.setOperatorAlphaLong(mIccRecords.getServiceProviderName());
CdmaServiceStateTracker.java 212 if (mIccRecords != null) {mIccRecords.unregisterForRecordsLoaded(this);}
403 if (!mIsSubscriptionFromRuim && mIccRecords != null) {
405 log("GET_CDMA_SUBSCRIPTION set imsi in mIccRecords");
407 mIccRecords.setImsi(getImsi());
410 log("GET_CDMA_SUBSCRIPTION either mIccRecords is null or NV type device" +
411 " - not setting Imsi in mIccRecords");
    [all...]
CDMAPhone.java 791 IccRecords r = mIccRecords.get();
818 IccRecords r = mIccRecords.get();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 815 IccRecords r = mIccRecords.get();
839 IccRecords r = mIccRecords.get();
880 IccRecords r = mIccRecords.get();
886 IccRecords r = mIccRecords.get();
892 IccRecords r = mIccRecords.get();
898 IccRecords r = mIccRecords.get();
904 IccRecords r = mIccRecords.get();
910 IccRecords r = mIccRecords.get();
924 IccRecords r = mIccRecords.get();
    [all...]
GsmMmiCode.java 117 IccRecords mIccRecords;
412 mIccRecords = app.getIccRecords();
    [all...]
GsmServiceStateTracker.java 245 if (mIccRecords != null) {mIccRecords.unregisterForRecordsLoaded(this);}
507 IccRecords iccRecords = mIccRecords;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatService.java 68 private static IccRecords mIccRecords;
123 mIccRecords = ir;
128 mIccRecords.registerForRecordsLoaded(this, MSG_ID_ICC_RECORDS_LOADED, null);
137 mIccRecords.unregisterForRecordsLoaded(this);
540 } else if ((ir != null) && (mIccRecords != ir)) {
541 if (mIccRecords != null) {
542 mIccRecords.unregisterForRecordsLoaded(sInstance);
550 mIccRecords = ir;
554 mIccRecords.registerForRecordsLoaded(sInstance, MSG_ID_ICC_RECORDS_LOADED, null);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneBase.java 134 public AtomicReference<IccRecords> mIccRecords = new AtomicReference<IccRecords>();
327 mIccRecords.set(null);
776 IccRecords r = mIccRecords.get();
782 IccRecords r = mIccRecords.get();
804 IccRecords r = mIccRecords.get();
810 IccRecords r = mIccRecords.get();
    [all...]
IccPhoneBookInterfaceManager.java 112 IccRecords r = phone.mIccRecords.get();
ServiceStateTracker.java 53 protected IccRecords mIccRecords = null;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java 173 IccRecords r = mIccRecords.get();
551 IccRecords r = mIccRecords.get();
    [all...]
DcTrackerBase.java 188 protected AtomicReference<IccRecords> mIccRecords = new AtomicReference<IccRecords>();
    [all...]

Completed in 256 milliseconds