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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IsimUiccRecords.java 73 mParentApp.registerForReady(this, EVENT_APP_READY, null);
81 mParentApp.unregisterForReady(this);
RuimRecords.java 116 mParentApp.registerForReady(this, EVENT_APP_READY, null);
125 mParentApp.unregisterForReady(this);
668 mCi.getIMSIForApp(mParentApp.getAid(), obtainMessage(EVENT_GET_IMSI_DONE));
732 if (mParentApp == null) {
736 if (mParentApp.getType() == AppType.APPTYPE_CSIM &&
770 !refreshResponse.aid.equals(mParentApp.getAid())) {
SIMRecords.java 196 mParentApp.registerForReady(this, EVENT_APP_READY, null);
206 mParentApp.unregisterForReady(this);
    [all...]
IccFileHandler.java 97 protected final UiccCardApplication mParentApp;
129 mParentApp = app;
IccRecords.java 44 protected UiccCardApplication mParentApp;
103 + " mParentApp=" + mParentApp
150 mParentApp = app;
158 mParentApp = null;
377 if (mParentApp.getState() == AppState.APPSTATE_READY) {
512 pw.println(" mParentApp=" + mParentApp);

Completed in 48 milliseconds