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

  /developers/samples/android/tv/ChannelsPrograms/Application/src/main/java/com/example/android/tv/channelsprograms/util/
AppLinkHelper.java 12 public static final String PLAYBACK = "playback";
14 private static final String URI_PLAY = SCHEMA_URI_PREFIX + PLAYBACK;
87 return PLAYBACK.equals(option);
135 * Extracts the playback mPosition from the {@link Uri}.
137 * @param uri that contains a playback mPosition.
138 * @return the playback mPosition.
156 @StringDef({BROWSE, PLAYBACK})
212 return PLAYBACK;
  /developers/samples/android/tv/ChannelsPrograms/Application/src/main/java/com/example/android/tv/channelsprograms/
AppLinkActivity.java 28 import com.example.android.tv.channelsprograms.playback.PlaybackActivity;
59 case AppLinkHelper.PLAYBACK:

Completed in 337 milliseconds