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

  /packages/apps/Stk/src/com/android/stk/
StkMenuActivity.java 64 private StkAppService appService = StkAppService.getInstance();
88 appService.getStkContext(mSlotId).setPendingActivityInstance(mInstance);
134 appService.getStkContext(mSlotId).setPendingActivityInstance(this);
158 appService.getStkContext(mSlotId).setPendingActivityInstance(this);
163 appService.getStkContext(mSlotId).setMainActivityInstance(null);
184 appService.indicateMenuVisibility(true, mSlotId);
186 mStkMenu = appService.getMainMenu(mSlotId);
188 mStkMenu = appService.getMenu(mSlotId);
200 appService.getStkContext(mSlotId).setMainActivityInstance(this);
222 //If activity is finished in onResume and it reaults from null appService
    [all...]
StkDialogActivity.java 49 private StkAppService appService = StkAppService.getInstance();
167 appService.setDisplayTextDlgVisibility(true, mSlotId);
189 appService.setDisplayTextDlgVisibility(false, mSlotId);
214 appService.getStkContext(mSlotId).setPendingDialogInstance(this);
217 appService.getStkContext(mSlotId).setPendingDialogInstance(null);
231 if (!mIsResponseSent && !appService.isDialogPending(mSlotId)) {
StkInputActivity.java 77 private StkAppService appService = StkAppService.getInstance();
90 appService.getStkContext(mSlotId).setPendingActivityInstance(mInstance);
127 appService.getStkContext(mSlotId).setPendingActivityInstance(this);
174 appService.getStkContext(mSlotId).setPendingActivityInstance(null);
195 appService.getStkContext(mSlotId).setPendingActivityInstance(this);
207 if (!mIsResponseSent && !appService.isInputPending(mSlotId)) {
226 appService.getStkContext(mSlotId).setPendingActivityInstance(this);

Completed in 2254 milliseconds