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/
DRuimRecords.java123 mParentApp.registerForReady(this, EVENT_APP_READY, null); in RuimRecords()
124 mParentApp.registerForLocked(this, EVENT_APP_LOCKED, null); in RuimRecords()
125 mParentApp.registerForNetworkLocked(this, EVENT_APP_NETWORK_LOCKED, null); in RuimRecords()
133 mParentApp.unregisterForReady(this); in dispose()
134 mParentApp.unregisterForLocked(this); in dispose()
135 mParentApp.unregisterForNetworkLocked(this); in dispose()
358 mParentApp.getPhoneId(), getServiceProviderName()); in onRecordLoaded()
797 mParentApp.getPhoneId(), operator); in onAllRecordsLoaded()
806 mTelephonyManager.setSimCountryIsoForPhone(mParentApp.getPhoneId(), in onAllRecordsLoaded()
823 int phoneId = mParentApp.getUiccProfile().getPhoneId(); in onAllRecordsLoaded()
[all …]
DSIMRecords.java198 mParentApp.registerForReady(this, EVENT_APP_READY, null); in SIMRecords()
199 mParentApp.registerForLocked(this, EVENT_APP_LOCKED, null); in SIMRecords()
200 mParentApp.registerForNetworkLocked(this, EVENT_APP_NETWORK_LOCKED, null); in SIMRecords()
209 mParentApp.unregisterForReady(this); in dispose()
210 mParentApp.unregisterForLocked(this); in dispose()
211 mParentApp.unregisterForNetworkLocked(this); in dispose()
246 mTelephonyManager.setSimOperatorNumericForPhone(mParentApp.getPhoneId(), ""); in resetRecords()
247 mTelephonyManager.setSimOperatorNameForPhone(mParentApp.getPhoneId(), ""); in resetRecords()
248 mTelephonyManager.setSimCountryIsoForPhone(mParentApp.getPhoneId(), ""); in resetRecords()
277 if (mParentApp.getType() == AppType.APPTYPE_USIM) { in getExtFromEf()
[all …]
DIccRecords.java89 protected UiccCardApplication mParentApp; field in IccRecords
233 + " mParentApp=" + mParentApp in toString()
279 mParentApp = app; in IccRecords()
291 mTelephonyManager.setSimOperatorNameForPhone(mParentApp.getPhoneId(), spn); in setCarrierTestOverride()
292 mTelephonyManager.setSimOperatorNumericForPhone(mParentApp.getPhoneId(), mccmnc); in setCarrierTestOverride()
310 mParentApp = null; in dispose()
885 !refreshResponse.aid.equals(mParentApp.getAid())) { in handleRefresh()
1072 TelephonyManager.getDefault().setTelephonyProperty(mParentApp.getPhoneId(), key, val); in setSystemProperty()
1094 UiccCardApplication parentApp = mParentApp; in getIccSimChallengeResponse()
1171 pw.println(" mParentApp=" + mParentApp); in dump()
DIsimUiccRecords.java92 mParentApp.registerForReady(this, EVENT_APP_READY, null); in IsimUiccRecords()
101 mParentApp.unregisterForReady(this); in dispose()
DIccFileHandler.java102 protected final UiccCardApplication mParentApp; field in IccFileHandler
157 mParentApp = app; in IccFileHandler()