Searched refs:appService (Results 1 – 5 of 5) sorted by relevance
47 private StkAppService appService = StkAppService.getInstance(); field in StkDialogActivity72 if (appService == null) { in onCreate()122 appService.getStkContext(mSlotId).setImmediateDialogInstance(this); in onCreate()124 appService.getStkContext(mSlotId).setPendingDialogInstance(this); in onCreate()171 appService.setDisplayTextDlgVisibility(true, mSlotId); in onResume()189 appService.setDisplayTextDlgVisibility(false, mSlotId); in onPause()226 if (appService == null) { in onDestroy()233 if (!mIsResponseSent && appService != null && !appService.isDialogPending(mSlotId)) { in onDestroy()280 if ((appService != null) && (mTextMsg != null) && !mTextMsg.responseNeeded) { in finish()282 appService.getStkContext(mSlotId).setImmediateDialogInstance(null); in finish()
66 private StkAppService appService = StkAppService.getInstance(); field in StkMenuActivity105 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()[all …]
95 StkAppService appService = StkAppService.getInstance(); in onCreate() local97 if (appService != null && (appService.isNoTonePlaying())) { in onCreate()
94 private StkAppService appService = StkAppService.getInstance(); field in StkInputActivity158 if (appService == null) { in onCreate()193 appService.getStkContext(mSlotId).setPendingActivityInstance(this); in onCreate()237 if (appService == null) { in onDestroy()246 if (!mIsResponseSent && !appService.isInputPending(mSlotId)) { in onDestroy()308 appService.sendResponse(args, mSlotId); in sendResponse()
168 StkAppService appService = StkAppService.getInstance(); in addStkMenuListItems() local169 if (appService == null) { in addStkMenuListItems()182 Menu menu = appService.getMainMenu(i); in addStkMenuListItems()