Searched refs:checkForSetupEvent (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Stk/src/com/android/stk/ |
D | StkAppService.java | 691 checkForSetupEvent(LANGUAGE_SELECTION_EVENT, (Bundle) msg.obj, slot); in handleMessage() 713 checkForSetupEvent(USER_ACTIVITY_EVENT, null, slot); in handleMessage() 885 checkForSetupEvent(IDLE_SCREEN_AVAILABLE_EVENT, null, slotId); in handleIdleScreen() 1260 checkForSetupEvent(IDLE_SCREEN_AVAILABLE_EVENT, null, slotId); in handleCmd() 1936 private void checkForSetupEvent(int event, Bundle args, int slotId) { in checkForSetupEvent() method in StkAppService
|