Home | History | Annotate | Download | only in stk

Lines Matching refs:appService

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.
223 if (appService != null) {
224 appService.indicateMenuVisibility(false, mSlotId);
226 CatLog.d(LOG_TAG, "onPause: null appService.");
251 if (!appService.isStkDialogActivated(mContext)) {
256 if (appService != null) {
257 appService.getStkContext(mSlotId).setPendingActivityInstance(this);
262 if (appService != null) {
263 appService.getStkContext(mSlotId).setPendingActivityInstance(this);
265 CatLog.d(LOG_TAG, "onStop: null appService.");
277 if (!mIsResponseSent && !appService.isMenuPending(mSlotId)) {
282 if (appService != null) {
283 appService.getStkContext(mSlotId).setMainActivityInstance(null);
285 CatLog.d(LOG_TAG, "onDestroy: null appService.");