Home
last modified time | relevance | path

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

/packages/apps/Stk/src/com/android/stk/
DStkAppService.java682 checkForSetupEvent(LANGUAGE_SELECTION_EVENT, (Bundle) msg.obj, slot); in handleMessage()
704 checkForSetupEvent(USER_ACTIVITY_EVENT, null, slot); in handleMessage()
876 checkForSetupEvent(IDLE_SCREEN_AVAILABLE_EVENT, null, slotId); in handleIdleScreen()
1258 checkForSetupEvent(IDLE_SCREEN_AVAILABLE_EVENT, null, slotId); in handleCmd()
1937 private void checkForSetupEvent(int event, Bundle args, int slotId) { in checkForSetupEvent() method in StkAppService