Home
last modified time | relevance | path

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

/packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/
DTunerSessionWorker.java99 private static final int MSG_TUNE = 1000; field in TunerSessionWorker
227 sendMessage(MSG_TUNE, channelUri); in tune()
473 case MSG_TUNE: { in handleMessage()
478 if (mHandler.hasMessages(MSG_TUNE)) { in handleMessage()