Lines Matching refs:appService
66 private StkAppService appService = StkAppService.getInstance(); field in StkMenuActivity
105 if (appService == null) { in onCreate()
119 appService.getStkContext(mSlotId).setPendingActivityInstance(this); in onCreate()
173 appService.indicateMenuVisibility(true, mSlotId); in onResume()
175 mStkMenu = appService.getMainMenu(mSlotId); in onResume()
177 mStkMenu = appService.getMenu(mSlotId); in onResume()
199 if (appService != null) { in onPause()
200 appService.indicateMenuVisibility(false, mSlotId); in onPause()
228 if (appService == null || !SubscriptionManager.isValidSlotIndex(mSlotId)) { in onDestroy()
233 if (mState == STATE_SECONDARY && !mIsResponseSent && !appService.isMenuPending(mSlotId)) { in onDestroy()
337 if ((mState == STATE_MAIN) && appService.isMainMenuAvailable(mSlotId)) { in onRestoreInstanceState()
465 appService.sendResponse(args, mSlotId); in sendResponse()