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.java214 mParentApp.registerForReady(this, EVENT_APP_READY, null); in SIMRecords()
215 mParentApp.registerForLocked(this, EVENT_APP_LOCKED, null); in SIMRecords()
238 mParentApp.unregisterForReady(this); in dispose()
239 mParentApp.unregisterForLocked(this); in dispose()
270 mTelephonyManager.setSimOperatorNumericForPhone(mParentApp.getPhoneId(), ""); in resetRecords()
271 mTelephonyManager.setSimOperatorNameForPhone(mParentApp.getPhoneId(), ""); in resetRecords()
272 mTelephonyManager.setSimCountryIsoForPhone(mParentApp.getPhoneId(), ""); in resetRecords()
316 if (mParentApp.getType() == AppType.APPTYPE_USIM) { in getExtFromEf()
1302 mParentApp.queryFdn(); in handleFileUpdate()
1332 !refreshResponse.aid.equals(mParentApp.getAid())) { in handleSimRefresh()
[all …]
DIccRecords.java51 protected UiccCardApplication mParentApp; field in IccRecords
124 + " mParentApp=" + mParentApp in toString()
169 mParentApp = app; in IccRecords()
179 mParentApp = null; in dispose()
370 UiccCardApplication parentApp = mParentApp; in getServiceProviderName()
452 UiccCardApplication parentApp = mParentApp; in onIccRefreshInit()
651 TelephonyManager.getDefault().setTelephonyProperty(mParentApp.getPhoneId(), key, val); in setSystemProperty()
672 UiccCardApplication parentApp = mParentApp; in getIccSimChallengeResponse()
706 pw.println(" mParentApp=" + mParentApp); in dump()
DRuimRecords.java117 mParentApp.registerForReady(this, EVENT_APP_READY, null); in RuimRecords()
126 mParentApp.unregisterForReady(this); in dispose()
347 mParentApp.getPhoneId(), getServiceProviderName()); in onRecordLoaded()
772 mParentApp.getPhoneId(), operator); in onAllRecordsLoaded()
780 mParentApp.getPhoneId(), in onAllRecordsLoaded()
798 int phoneId = mParentApp.getUiccCard().getPhoneId(); in onAllRecordsLoaded()
821 mCi.getIMSIForApp(mParentApp.getAid(), obtainMessage(EVENT_GET_IMSI_DONE)); in fetchRuimRecords()
889 if (mParentApp == null) { in isProvisioned()
893 if (mParentApp.getType() == AppType.APPTYPE_CSIM && in isProvisioned()
922 !refreshResponse.aid.equals(mParentApp.getAid())) { in handleRuimRefresh()
DIsimUiccRecords.java92 mParentApp.registerForReady(this, EVENT_APP_READY, null); in IsimUiccRecords()
101 mParentApp.unregisterForReady(this); in dispose()
353 !refreshResponse.aid.equals(mParentApp.getAid())) { in handleIsimRefresh()
DIccFileHandler.java97 protected final UiccCardApplication mParentApp; field in IccFileHandler
148 mParentApp = app; in IccFileHandler()