Home
last modified time | relevance | path

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

/packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/
DTunerSession.java59 public static final int MSG_UI_SHOW_MESSAGE = 1; field in TunerSession
254 sendUiMessage(TunerSession.MSG_UI_SHOW_MESSAGE, in notifyVideoUnavailable()
257 sendUiMessage(TunerSession.MSG_UI_SHOW_MESSAGE, in notifyVideoUnavailable()
283 case MSG_UI_SHOW_MESSAGE: { in handleMessage()