Searched refs:mParentApp (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | RuimRecords.java | 119 mParentApp.registerForReady(this, EVENT_APP_READY, null); in RuimRecords() 120 mParentApp.registerForLocked(this, EVENT_APP_LOCKED, null); in RuimRecords() 121 mParentApp.registerForNetworkLocked(this, EVENT_APP_NETWORK_LOCKED, null); in RuimRecords() 129 mParentApp.unregisterForReady(this); in dispose() 130 mParentApp.unregisterForLocked(this); in dispose() 131 mParentApp.unregisterForNetworkLocked(this); in dispose() 351 mParentApp.getPhoneId(), getServiceProviderName()); in onRecordLoaded() 788 mParentApp.getPhoneId(), operator); in onAllRecordsLoaded() 798 mParentApp.getPhoneId(), in onAllRecordsLoaded() 816 int phoneId = mParentApp.getUiccProfile().getPhoneId(); in onAllRecordsLoaded() [all …]
|
D | SIMRecords.java | 219 mParentApp.registerForReady(this, EVENT_APP_READY, null); in SIMRecords() 220 mParentApp.registerForLocked(this, EVENT_APP_LOCKED, null); in SIMRecords() 221 mParentApp.registerForNetworkLocked(this, EVENT_APP_NETWORK_LOCKED, null); in SIMRecords() 230 mParentApp.unregisterForReady(this); in dispose() 231 mParentApp.unregisterForLocked(this); in dispose() 232 mParentApp.unregisterForNetworkLocked(this); in dispose() 268 mTelephonyManager.setSimOperatorNumericForPhone(mParentApp.getPhoneId(), ""); in resetRecords() 269 mTelephonyManager.setSimOperatorNameForPhone(mParentApp.getPhoneId(), ""); in resetRecords() 270 mTelephonyManager.setSimCountryIsoForPhone(mParentApp.getPhoneId(), ""); in resetRecords() 297 if (mParentApp.getType() == AppType.APPTYPE_USIM) { in getExtFromEf() [all …]
|
D | IccRecords.java | 54 protected UiccCardApplication mParentApp; field in IccRecords 162 + " mParentApp=" + mParentApp in toString() 208 mParentApp = app; in IccRecords() 220 mTelephonyManager.setSimOperatorNameForPhone(mParentApp.getPhoneId(), spn); in setCarrierTestOverride() 221 mTelephonyManager.setSimOperatorNumericForPhone(mParentApp.getPhoneId(), mccmnc); in setCarrierTestOverride() 239 mParentApp = null; in dispose() 547 UiccCardApplication parentApp = mParentApp; in getServiceProviderName() 753 !refreshResponse.aid.equals(mParentApp.getAid())) { in handleRefresh() 874 TelephonyManager.getDefault().setTelephonyProperty(mParentApp.getPhoneId(), key, val); in setSystemProperty() 895 UiccCardApplication parentApp = mParentApp; in getIccSimChallengeResponse() [all …]
|
D | IsimUiccRecords.java | 86 mParentApp.registerForReady(this, EVENT_APP_READY, null); in IsimUiccRecords() 95 mParentApp.unregisterForReady(this); in dispose()
|
D | IccFileHandler.java | 99 protected final UiccCardApplication mParentApp; field in IccFileHandler 150 mParentApp = app; in IccFileHandler()
|