Searched defs:notifyTrackSelected (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java397 public void notifyTrackSelected(final int type, final String trackId) { method in class:TvInputService.Session
402 if (DEBUG) Log.d(TAG, "notifyTrackSelected");
407 Log.w(TAG, "error in notifyTrackSelected");
714 * If this is done successfully, the implementation should call {@link #notifyTrackSelected}
723 * @see #notifyTrackSelected

Completed in 19 milliseconds