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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DSIMRecords.java214 mParentApp.registerForReady(this, EVENT_APP_READY, null);
215 mParentApp.registerForLocked(this, EVENT_APP_LOCKED, null);
238 mParentApp.unregisterForReady(this);
239 mParentApp.unregisterForLocked(this);
270 mTelephonyManager.setSimOperatorNumericForPhone(mParentApp.getPhoneId(), "");
271 mTelephonyManager.setSimOperatorNameForPhone(mParentApp.getPhoneId(), "");
272 mTelephonyManager.setSimCountryIsoForPhone(mParentApp.getPhoneId(), "");
316 if (mParentApp.getType() == AppType.APPTYPE_USIM) {
1303 mParentApp.queryFdn();
1334 !refreshResponse.aid.equals(mParentApp
[all...]
H A DIccRecords.java51 protected UiccCardApplication mParentApp; field in class:IccRecords
124 + " mParentApp=" + mParentApp
170 mParentApp = app;
180 mParentApp = null;
369 // Check for null pointers, mParentApp can be null after dispose,
371 UiccCardApplication parentApp = mParentApp;
386 log("getServiceProviderName: mParentApp is null, providerName=" + providerName);
453 UiccCardApplication parentApp = mParentApp;
652 TelephonyManager.getDefault().setTelephonyProperty(mParentApp
[all...]
H A DRuimRecords.java117 mParentApp.registerForReady(this, EVENT_APP_READY, null);
126 mParentApp.unregisterForReady(this);
347 mParentApp.getPhoneId(), getServiceProviderName());
772 mParentApp.getPhoneId(), operator);
780 mParentApp.getPhoneId(),
798 int phoneId = mParentApp.getUiccCard().getPhoneId();
821 mCi.getIMSIForApp(mParentApp.getAid(), obtainMessage(EVENT_GET_IMSI_DONE));
889 if (mParentApp == null) {
893 if (mParentApp.getType() == AppType.APPTYPE_CSIM &&
922 !refreshResponse.aid.equals(mParentApp
[all...]
H A DIsimUiccRecords.java92 mParentApp.registerForReady(this, EVENT_APP_READY, null);
101 mParentApp.unregisterForReady(this);
353 !refreshResponse.aid.equals(mParentApp.getAid())) {
H A DIccFileHandler.java97 protected final UiccCardApplication mParentApp; field in class:IccFileHandler
148 mParentApp = app;

Completed in 75 milliseconds