Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/datamanager/
DChannelDataManager.java79 private static final int MSG_HANDLE_CHANNEL = 2; field in ChannelDataManager
252 mHandler.sendMessageAtFrontOfQueue(mHandler.obtainMessage(MSG_HANDLE_CHANNEL, channel)); in notifyChannelDetected()
254 mHandler.obtainMessage(MSG_HANDLE_CHANNEL, channel).sendToTarget(); in notifyChannelDetected()
290 mHandler.sendMessageAtFrontOfQueue(mHandler.obtainMessage(MSG_HANDLE_CHANNEL, null)); in notifyScanCompleted()
337 case MSG_HANDLE_CHANNEL: in handleMessage()
345 && !mHandler.hasMessages(MSG_HANDLE_CHANNEL)) { in handleMessage()