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.java679 checkForSetupEvent(LANGUAGE_SELECTION_EVENT, (Bundle) msg.obj, slot); in handleMessage()
701 checkForSetupEvent(USER_ACTIVITY_EVENT, null, slot); in handleMessage()
877 checkForSetupEvent(IDLE_SCREEN_AVAILABLE_EVENT, null, slotId); in handleIdleScreen()
1242 checkForSetupEvent(IDLE_SCREEN_AVAILABLE_EVENT, null, slotId); in handleCmd()
1919 private void checkForSetupEvent(int event, Bundle args, int slotId) { in checkForSetupEvent() method in StkAppService