Searched refs:mParentApp (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | IccRecords.java | 87 protected UiccCardApplication mParentApp; field in IccRecords 237 + " mParentApp=" + mParentApp in toString() 283 mParentApp = app; in IccRecords() 290 mParentApp.registerForReady(this, EVENT_APP_READY, null); in IccRecords() 291 mParentApp.registerForDetected(this, EVENT_APP_DETECTED, null); in IccRecords() 292 mParentApp.registerForLocked(this, EVENT_APP_LOCKED, null); in IccRecords() 293 mParentApp.registerForNetworkLocked(this, EVENT_APP_NETWORK_LOCKED, null); in IccRecords() 300 mTelephonyManager.setSimOperatorNameForPhone(mParentApp.getPhoneId(), spn); in setCarrierTestOverride() 301 mTelephonyManager.setSimOperatorNumericForPhone(mParentApp.getPhoneId(), mccmnc); in setCarrierTestOverride() 312 mParentApp.unregisterForReady(this); in dispose() [all …]
|
D | SIMRecords.java | 243 mTelephonyManager.setSimOperatorNumericForPhone(mParentApp.getPhoneId(), ""); in resetRecords() 244 mTelephonyManager.setSimOperatorNameForPhone(mParentApp.getPhoneId(), ""); in resetRecords() 245 mTelephonyManager.setSimCountryIsoForPhone(mParentApp.getPhoneId(), ""); in resetRecords() 274 if (mParentApp.getType() == AppType.APPTYPE_USIM) { in getExtFromEf() 1033 mParentApp.getPhoneId())); in handleMessage() 1333 mParentApp.queryFdn(); in handleFileUpdate() 1483 mParentApp.getPhoneId(), operator); in onAllRecordsLoaded() 1493 mParentApp.getPhoneId(), MccTable.countryCodeForMcc(imsi.substring(0, 3))); in onAllRecordsLoaded() 1554 if (mParentApp.getType() == AppType.APPTYPE_USIM) { in loadEfLiAndEfPl() 1579 mCi.getIMSIForApp(mParentApp.getAid(), obtainMessage(EVENT_GET_IMSI_DONE)); in fetchSimRecords() [all …]
|
D | RuimRecords.java | 348 mParentApp.getPhoneId(), getServiceProviderName()); in onRecordLoaded() 794 mParentApp.getPhoneId(), operator); in onAllRecordsLoaded() 803 mTelephonyManager.setSimCountryIsoForPhone(mParentApp.getPhoneId(), in onAllRecordsLoaded() 820 int phoneId = mParentApp.getUiccProfile().getPhoneId(); in onAllRecordsLoaded() 852 mCi.getIMSIForApp(mParentApp.getAid(), obtainMessage(EVENT_GET_IMSI_DONE)); in fetchRuimRecords() 911 if (mParentApp == null) { in isProvisioned() 915 if (mParentApp.getType() == AppType.APPTYPE_CSIM && in isProvisioned() 968 if (mParentApp != null) { in log() 969 Rlog.d(LOG_TAG, "[RuimRecords-" + mParentApp.getPhoneId() + "] " + s); in log() 978 if (mParentApp != null) { in loge() [all …]
|
D | IsimUiccRecords.java | 356 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, mParentApp.getPhoneId()); in broadcastRefresh() 438 if (mParentApp != null) { in log() 439 Rlog.d(LOG_TAG, "[ISIM-" + mParentApp.getPhoneId() + "] " + s); in log() 447 if (mParentApp != null) { in loge() 448 Rlog.e(LOG_TAG, "[ISIM-" + mParentApp.getPhoneId() + "] " + s); in loge()
|
D | IccFileHandler.java | 106 protected final UiccCardApplication mParentApp; field in IccFileHandler 161 mParentApp = app; in IccFileHandler()
|