Searched refs:appService (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Stk/src/com/android/stk/
H A DStkMenuActivity.java64 private StkAppService appService = StkAppService.getInstance(); field in class:StkMenuActivity
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...]
H A DStkDialogActivity.java49 private StkAppService appService = StkAppService.getInstance(); field in class:StkDialogActivity
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)) {
H A DStkInputActivity.java77 private StkAppService appService = StkAppService.getInstance(); field in class:StkInputActivity
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 154 milliseconds