Searched refs:mParentApp (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccRecords.java51 protected UiccCardApplication mParentApp; field in class:IccRecords
118 + " mParentApp=" + mParentApp
163 mParentApp = app;
173 mParentApp = null;
348 // Check for null pointers, mParentApp can be null after dispose,
350 UiccCardApplication parentApp = mParentApp;
365 log("getServiceProviderName: mParentApp is null");
433 UiccCardApplication parentApp = mParentApp;
632 TelephonyManager.getDefault().setTelephonyProperty(mParentApp
[all...]
H A DSIMRecords.java210 mParentApp.registerForReady(this, EVENT_APP_READY, null);
211 mParentApp.registerForLocked(this, EVENT_APP_LOCKED, null);
221 mParentApp.unregisterForReady(this);
222 mParentApp.unregisterForLocked(this);
252 mTelephonyManager.setSimOperatorNumericForPhone(mParentApp.getPhoneId(), "");
253 mTelephonyManager.setSimOperatorNameForPhone(mParentApp.getPhoneId(), "");
254 mTelephonyManager.setSimCountryIsoForPhone(mParentApp.getPhoneId(), "");
298 if (mParentApp.getType() == AppType.APPTYPE_USIM) {
1294 mParentApp.queryFdn();
1331 !refreshResponse.aid.equals(mParentApp
[all...]
H A DRuimRecords.java116 mParentApp.registerForReady(this, EVENT_APP_READY, null);
125 mParentApp.unregisterForReady(this);
345 mParentApp.getPhoneId(), getServiceProviderName());
769 mParentApp.getPhoneId(), operator);
777 mParentApp.getPhoneId(),
795 int phoneId = mParentApp.getUiccCard().getPhoneId();
818 mCi.getIMSIForApp(mParentApp.getAid(), obtainMessage(EVENT_GET_IMSI_DONE));
886 if (mParentApp == null) {
890 if (mParentApp.getType() == AppType.APPTYPE_CSIM &&
919 !refreshResponse.aid.equals(mParentApp
[all...]
H A DIsimUiccRecords.java91 mParentApp.registerForReady(this, EVENT_APP_READY, null);
100 mParentApp.unregisterForReady(this);
350 !refreshResponse.aid.equals(mParentApp.getAid())) {
H A DIccFileHandler.java97 protected final UiccCardApplication mParentApp; field in class:IccFileHandler
148 mParentApp = app;

Completed in 13 milliseconds