HomeSort by relevance Sort by last modified time
    Searched refs:MSG_TUNE (Results 1 - 2 of 2) sorted by null

  /packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
TunerRecordingSessionWorker.java 83 private static final int MSG_TUNE = 1;
211 mHandler.obtainMessage(MSG_TUNE, 0, 0, channelUri).sendToTarget();
236 case MSG_TUNE:
249 MSG_TUNE, retryCount + 1, 0, channelUri);
TunerSessionWorker.java 111 private static final int MSG_TUNE = 1000;
282 sendMessage(MSG_TUNE, channelUri);
661 case MSG_TUNE:
663 if (DEBUG) Log.d(TAG, "MSG_TUNE");
668 if (mHandler.hasMessages(MSG_TUNE)) {
    [all...]

Completed in 79 milliseconds