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

  /frameworks/support/tv-provider/src/main/java/androidx/tvprovider/media/tv/
BasePreviewProgram.java 165 * .PreviewPrograms#COLUMN_LAST_PLAYBACK_POSITION_MILLIS
168 Integer i = mValues.getAsInteger(PreviewPrograms.COLUMN_LAST_PLAYBACK_POSITION_MILLIS);
415 values.remove(PreviewProgramColumns.COLUMN_LAST_PLAYBACK_POSITION_MILLIS);
466 PreviewProgramColumns.COLUMN_LAST_PLAYBACK_POSITION_MILLIS)) >= 0
573 PreviewProgramColumns.COLUMN_LAST_PLAYBACK_POSITION_MILLIS,
661 * .PreviewPrograms#COLUMN_LAST_PLAYBACK_POSITION_MILLIS
664 mValues.put(PreviewPrograms.COLUMN_LAST_PLAYBACK_POSITION_MILLIS, position);
    [all...]
TvContractCompat.java     [all...]
  /packages/apps/TV/tests/common/src/com/android/tv/testing/
FakeTvProvider.java 481 PreviewPrograms.COLUMN_LAST_PLAYBACK_POSITION_MILLIS,
482 PreviewPrograms.COLUMN_LAST_PLAYBACK_POSITION_MILLIS);
    [all...]
  /frameworks/support/tv-provider/src/androidTest/java/androidx/tvprovider/media/tv/
WatchNextProgramTest.java 218 WatchNextPrograms.COLUMN_LAST_PLAYBACK_POSITION_MILLIS,
PreviewProgramTest.java 236 PreviewPrograms.COLUMN_LAST_PLAYBACK_POSITION_MILLIS,
  /packages/providers/TvProvider/src/com/android/providers/tv/
TvProvider.java 425 sPreviewProgramProjectionMap.put(PreviewPrograms.COLUMN_LAST_PLAYBACK_POSITION_MILLIS,
426 PreviewPrograms.COLUMN_LAST_PLAYBACK_POSITION_MILLIS);
    [all...]
  /frameworks/base/media/java/android/media/tv/
TvContract.java     [all...]
  /cts/tests/tests/tv/src/android/media/tv/cts/
TvContractTest.java 189 values.put(PreviewPrograms.COLUMN_LAST_PLAYBACK_POSITION_MILLIS, 5000);
618 PreviewPrograms.COLUMN_LAST_PLAYBACK_POSITION_MILLIS);
    [all...]
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 843 milliseconds