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

/packages/apps/TV/src/com/android/tv/tuner/tvinput/
H A DTunerRecordingSessionWorker.java82 private static final int MSG_TUNE = 1; field in class:TunerRecordingSessionWorker
193 mHandler.obtainMessage(MSG_TUNE, 0, 0, channelUri).sendToTarget();
224 case MSG_TUNE: {
235 mHandler.obtainMessage(MSG_TUNE, retryCount + 1, 0, channelUri);
H A DTunerSessionWorker.java110 private static final int MSG_TUNE = 1000; field in class:TunerSessionWorker
280 sendMessage(MSG_TUNE, channelUri);
658 case MSG_TUNE: {
659 if (DEBUG) Log.d(TAG, "MSG_TUNE");
663 if (mHandler.hasMessages(MSG_TUNE)) {
1449 if (!mHandler.hasMessages(MSG_TUNE)) {

Completed in 32 milliseconds