Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/tuner/
DTunerInputController.java60 private static final int MSG_ENABLE_INPUT_SERVICE = 1000; field in TunerInputController
68 case MSG_ENABLE_INPUT_SERVICE:
117 mHandler.removeMessages(MSG_ENABLE_INPUT_SERVICE); in onReceive()
123 mHandler.obtainMessage(MSG_ENABLE_INPUT_SERVICE, context), in onReceive()