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.java577 checkForSetupEvent(LANGUAGE_SELECTION_EVENT, (Bundle) msg.obj, slot); in handleMessage()
663 checkForSetupEvent(IDLE_SCREEN_AVAILABLE_EVENT, null, slotId); in handleIdleScreen()
1017 checkForSetupEvent(IDLE_SCREEN_AVAILABLE_EVENT, null, slotId); in handleCmd()
1388 private void checkForSetupEvent(int event, Bundle args, int slotId) { in checkForSetupEvent() method in StkAppService