Home
last modified time | relevance | path

Searched refs:watchStartTime (Results 1 – 2 of 2) sorted by relevance

/packages/providers/TvProvider/src/com/android/providers/tv/
DTvProvider.java1613 Long watchStartTime = values.getAsLong(WatchedPrograms.COLUMN_WATCH_START_TIME_UTC_MILLIS); in insertWatchedProgram() local
1618 if (watchStartTime != null && watchEndTime == null) { in insertWatchedProgram()
1629 } else if (watchStartTime == null && watchEndTime != null) { in insertWatchedProgram()
2480 long watchStartTime = cursor.getLong(1); in onConsolidate() local
2482 consolidatedRowCount += consolidateRow(id, watchStartTime, oldWatchStartTime, in onConsolidate()
2484 oldWatchStartTime = watchStartTime; in onConsolidate()
2525 long watchStartTime = cursor.getLong(1); in onTryConsolidateAll() local
2533 consolidatedRowCount += consolidateRow(id, watchStartTime, in onTryConsolidateAll()
2540 consolidatedRowCount += consolidateRow(id, watchStartTime, in onTryConsolidateAll()
2543 oldWatchStartTime = watchStartTime; in onTryConsolidateAll()
[all …]
/packages/apps/TV/tests/common/src/com/android/tv/testing/fakes/
DFakeTvProvider.java1669 Long watchStartTime = values.getAsLong(WatchedPrograms.COLUMN_WATCH_START_TIME_UTC_MILLIS); in insertWatchedProgram() local
1674 if (watchStartTime != null && watchEndTime == null) { in insertWatchedProgram()
1682 } else if (watchStartTime == null && watchEndTime != null) { in insertWatchedProgram()