HomeSort by relevance Sort by last modified time
    Searched refs:mParentApp (Results 1 - 5 of 5) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccRecords.java 44 protected UiccCardApplication mParentApp;
107 + " mParentApp=" + mParentApp
154 mParentApp = app;
162 mParentApp = null;
319 // Check for null pointers, mParentApp can be null after dispose,
321 UiccCardApplication parentApp = mParentApp;
336 log("getServiceProviderName: mParentApp is null");
413 UiccCardApplication parentApp = mParentApp;
584 UiccCardApplication parentApp = mParentApp;
    [all...]
SIMRecords.java 213 mParentApp.registerForReady(this, EVENT_APP_READY, null);
214 mParentApp.registerForLocked(this, EVENT_APP_LOCKED, null);
224 mParentApp.unregisterForReady(this);
225 mParentApp.unregisterForLocked(this);
    [all...]
RuimRecords.java 117 mParentApp.registerForReady(this, EVENT_APP_READY, null);
126 mParentApp.unregisterForReady(this);
721 mCi.getIMSIForApp(mParentApp.getAid(), obtainMessage(EVENT_GET_IMSI_DONE));
785 if (mParentApp == null) {
789 if (mParentApp.getType() == AppType.APPTYPE_CSIM &&
823 !refreshResponse.aid.equals(mParentApp.getAid())) {
IsimUiccRecords.java 90 mParentApp.registerForReady(this, EVENT_APP_READY, null);
99 mParentApp.unregisterForReady(this);
349 !refreshResponse.aid.equals(mParentApp.getAid())) {
IccFileHandler.java 97 protected final UiccCardApplication mParentApp;
129 mParentApp = app;

Completed in 33 milliseconds