Searched refs:MSG_HANDLE_EVENTS (Results 1 – 1 of 1) sorted by relevance
72 private static final int MSG_HANDLE_EVENTS = 1; field in ChannelDataManager207 mHandler.obtainMessage(MSG_HANDLE_EVENTS, new ChannelEvent(channel, items)).sendToTarget(); in notifyEventDetected()278 case MSG_HANDLE_EVENTS: { in handleMessage()