Lines Matching refs:appService
66 private StkAppService appService = StkAppService.getInstance(); field in StkMenuActivity
104 if (appService == null) { in onCreate()
118 appService.getStkContext(mSlotId).setPendingActivityInstance(this); in onCreate()
172 appService.indicateMenuVisibility(true, mSlotId); in onResume()
174 mStkMenu = appService.getMainMenu(mSlotId); in onResume()
176 mStkMenu = appService.getMenu(mSlotId); in onResume()
198 if (appService != null) { in onPause()
199 appService.indicateMenuVisibility(false, mSlotId); in onPause()
227 if (appService == null || !SubscriptionManager.isValidSlotIndex(mSlotId)) { in onDestroy()
232 if (mState == STATE_SECONDARY && !mIsResponseSent && !appService.isMenuPending(mSlotId)) { in onDestroy()
336 if ((mState == STATE_MAIN) && appService.isMainMenuAvailable(mSlotId)) { in onRestoreInstanceState()
464 appService.sendResponse(args, mSlotId); in sendResponse()