Home
last modified time | relevance | path

Searched refs:appService (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Stk/src/com/android/stk/
DStkDialogActivity.java47 private StkAppService appService = StkAppService.getInstance(); field in StkDialogActivity
72 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()
DStkMenuActivity.java66 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()
[all …]
DToneDialog.java95 StkAppService appService = StkAppService.getInstance(); in onCreate() local
97 if (appService != null && (appService.isNoTonePlaying())) { in onCreate()
DStkInputActivity.java94 private StkAppService appService = StkAppService.getInstance(); field in StkInputActivity
158 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()
DStkLauncherActivity.java168 StkAppService appService = StkAppService.getInstance(); in addStkMenuListItems() local
169 if (appService == null) { in addStkMenuListItems()
182 Menu menu = appService.getMainMenu(i); in addStkMenuListItems()