Searched defs:onSetMain (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java596 * #onSetMain} to (1) select the corresponding HDMI logical device as the source device
603 * onSetMain(true)} for new session is called first, {@code onSetMain(false)} for old
604 * session is called afterwards. This allows {@code onSetMain(false)} to be no-op when TV
615 public void onSetMain(boolean isMain) { method in class:TvInputService.Session
889 * Calls {@link #onSetMain}.
892 onSetMain(isMain);

Completed in 57 milliseconds