Searched refs:MSG_HANDLE_CHANNEL (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/tuner/tvinput/
H A DChannelDataManager.java78 private static final int MSG_HANDLE_CHANNEL = 2; field in class:ChannelDataManager
244 mHandler.sendMessageAtFrontOfQueue(mHandler.obtainMessage(MSG_HANDLE_CHANNEL, channel));
246 mHandler.obtainMessage(MSG_HANDLE_CHANNEL, channel).sendToTarget();
281 // Send a dummy message to check whether there is any MSG_HANDLE_CHANNEL in queue
284 mHandler.sendMessageAtFrontOfQueue(mHandler.obtainMessage(MSG_HANDLE_CHANNEL, null));
335 case MSG_HANDLE_CHANNEL: {
341 && !mHandler.hasMessages(MSG_HANDLE_CHANNEL)) {

Completed in 70 milliseconds