Home
last modified time | relevance | path

Searched refs:mParentApp (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DSIMRecords.java210 mParentApp.registerForReady(this, EVENT_APP_READY, null); in SIMRecords()
211 mParentApp.registerForLocked(this, EVENT_APP_LOCKED, null); in SIMRecords()
221 mParentApp.unregisterForReady(this); in dispose()
222 mParentApp.unregisterForLocked(this); in dispose()
252 mTelephonyManager.setSimOperatorNumericForPhone(mParentApp.getPhoneId(), ""); in resetRecords()
253 mTelephonyManager.setSimOperatorNameForPhone(mParentApp.getPhoneId(), ""); in resetRecords()
254 mTelephonyManager.setSimCountryIsoForPhone(mParentApp.getPhoneId(), ""); in resetRecords()
298 if (mParentApp.getType() == AppType.APPTYPE_USIM) { in getExtFromEf()
1294 mParentApp.queryFdn(); in handleFileUpdate()
1331 !refreshResponse.aid.equals(mParentApp.getAid())) { in handleSimRefresh()
[all …]
DIccRecords.java51 protected UiccCardApplication mParentApp; field in IccRecords
118 + " mParentApp=" + mParentApp in toString()
163 mParentApp = app; in IccRecords()
173 mParentApp = null; in dispose()
350 UiccCardApplication parentApp = mParentApp; in getServiceProviderName()
433 UiccCardApplication parentApp = mParentApp; in onIccRefreshInit()
632 TelephonyManager.getDefault().setTelephonyProperty(mParentApp.getPhoneId(), key, val); in setSystemProperty()
653 UiccCardApplication parentApp = mParentApp; in getIccSimChallengeResponse()
687 pw.println(" mParentApp=" + mParentApp); in dump()
DRuimRecords.java116 mParentApp.registerForReady(this, EVENT_APP_READY, null); in RuimRecords()
125 mParentApp.unregisterForReady(this); in dispose()
345 mParentApp.getPhoneId(), getServiceProviderName()); in onRecordLoaded()
769 mParentApp.getPhoneId(), operator); in onAllRecordsLoaded()
777 mParentApp.getPhoneId(), in onAllRecordsLoaded()
795 int phoneId = mParentApp.getUiccCard().getPhoneId(); in onAllRecordsLoaded()
818 mCi.getIMSIForApp(mParentApp.getAid(), obtainMessage(EVENT_GET_IMSI_DONE)); in fetchRuimRecords()
886 if (mParentApp == null) { in isProvisioned()
890 if (mParentApp.getType() == AppType.APPTYPE_CSIM && in isProvisioned()
919 !refreshResponse.aid.equals(mParentApp.getAid())) { in handleRuimRefresh()
DIsimUiccRecords.java91 mParentApp.registerForReady(this, EVENT_APP_READY, null); in IsimUiccRecords()
100 mParentApp.unregisterForReady(this); in dispose()
350 !refreshResponse.aid.equals(mParentApp.getAid())) { in handleIsimRefresh()
DIccFileHandler.java97 protected final UiccCardApplication mParentApp; field in IccFileHandler
148 mParentApp = app; in IccFileHandler()