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