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

  /packages/providers/TvProvider/src/com/android/providers/tv/
TvProvider.java 99 private static final String DEFAULT_PROGRAMS_SORT_ORDER = Programs.COLUMN_START_TIME_UTC_MILLIS
187 sProgramProjectionMap.put(Programs.COLUMN_START_TIME_UTC_MILLIS,
188 Programs.COLUMN_START_TIME_UTC_MILLIS);
217 sWatchedProgramProjectionMap.put(WatchedPrograms.COLUMN_START_TIME_UTC_MILLIS,
218 WatchedPrograms.COLUMN_START_TIME_UTC_MILLIS);
291 + Programs.COLUMN_START_TIME_UTC_MILLIS + " INTEGER,"
316 + "(" + Programs.COLUMN_START_TIME_UTC_MILLIS + ");");
328 + WatchedPrograms.COLUMN_START_TIME_UTC_MILLIS + " INTEGER,"
636 + Programs.COLUMN_START_TIME_UTC_MILLIS + "<=? AND "
    [all...]
  /packages/providers/TvProvider/tests/src/com/android/providers/tv/
EpgDataCleanupServiceTests.java 137 values.put(Programs.COLUMN_START_TIME_UTC_MILLIS, program.startTime);
148 Programs.COLUMN_START_TIME_UTC_MILLIS,
  /cts/tests/tests/tv/src/android/media/tv/cts/
TvContractTest.java 65 TvContract.Programs.COLUMN_START_TIME_UTC_MILLIS,
250 TvContract.Programs.COLUMN_START_TIME_UTC_MILLIS);
373 values.put(TvContract.Programs.COLUMN_START_TIME_UTC_MILLIS, programStartMillis);
  /frameworks/base/media/java/android/media/tv/
TvContract.java 247 * {@link Programs#COLUMN_START_TIME_UTC_MILLIS} that is less than this time.
264 * {@link Programs#COLUMN_START_TIME_UTC_MILLIS} that is less than this time.
    [all...]
  /cts/suite/cts/deviceTests/tvproviderperf/src/com/android/cts/tvproviderperf/
TvProviderPerfTest.java 230 .withValue(Programs.COLUMN_START_TIME_UTC_MILLIS, startTimeMs)

Completed in 339 milliseconds