Searched refs:mParentApp (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | IccRecords.java | 94 protected UiccCardApplication mParentApp; field in IccRecords 252 + " mParentApp=" + mParentApp in toString() 298 mParentApp = app; in IccRecords() 305 mParentApp.registerForReady(this, EVENT_APP_READY, null); in IccRecords() 306 mParentApp.registerForDetected(this, EVENT_APP_DETECTED, null); in IccRecords() 307 mParentApp.registerForLocked(this, EVENT_APP_LOCKED, null); in IccRecords() 308 mParentApp.registerForNetworkLocked(this, EVENT_APP_NETWORK_LOCKED, null); in IccRecords() 315 mTelephonyManager.setSimOperatorNameForPhone(mParentApp.getPhoneId(), spn); in setCarrierTestOverride() 316 mTelephonyManager.setSimOperatorNumericForPhone(mParentApp.getPhoneId(), mccmnc); in setCarrierTestOverride() 327 mParentApp.unregisterForReady(this); in dispose() [all …]
|
D | SIMRecords.java | 250 mTelephonyManager.setSimOperatorNumericForPhone(mParentApp.getPhoneId(), ""); in resetRecords() 251 mTelephonyManager.setSimOperatorNameForPhone(mParentApp.getPhoneId(), ""); in resetRecords() 252 mTelephonyManager.setSimCountryIsoForPhone(mParentApp.getPhoneId(), ""); in resetRecords() 281 if (mParentApp.getType() == AppType.APPTYPE_USIM) { in getExtFromEf() 1044 mParentApp.getPhoneId())); in handleMessage() 1344 mParentApp.queryFdn(); in handleFileUpdate() 1494 mParentApp.getPhoneId(), operator); in onAllRecordsLoaded() 1504 mParentApp.getPhoneId(), MccTable.countryCodeForMcc(imsi.substring(0, 3))); in onAllRecordsLoaded() 1565 if (mParentApp.getType() == AppType.APPTYPE_USIM) { in loadEfLiAndEfPl() 1590 mCi.getIMSIForApp(mParentApp.getAid(), obtainMessage(EVENT_GET_IMSI_DONE)); in fetchSimRecords() [all …]
|
D | IsimUiccRecords.java | 332 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, mParentApp.getPhoneId()); in broadcastRefresh() 414 if (mParentApp != null) { in log() 415 Rlog.d(LOG_TAG, "[ISIM-" + mParentApp.getPhoneId() + "] " + s); in log() 423 if (mParentApp != null) { in loge() 424 Rlog.e(LOG_TAG, "[ISIM-" + mParentApp.getPhoneId() + "] " + s); in loge()
|
D | RuimRecords.java | 341 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() 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() 979 Rlog.e(LOG_TAG, "[RuimRecords-" + mParentApp.getPhoneId() + "] " + s); in loge()
|
D | IccFileHandler.java | 107 protected final UiccCardApplication mParentApp; field in IccFileHandler 162 mParentApp = app; in IccFileHandler()
|