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.java1467 Long watchStartTime = values.getAsLong(WatchedPrograms.COLUMN_WATCH_START_TIME_UTC_MILLIS); in insertWatchedProgram() local
1472 if (watchStartTime != null && watchEndTime == null) { in insertWatchedProgram()
1483 } else if (watchStartTime == null && watchEndTime != null) { in insertWatchedProgram()
2334 long watchStartTime = cursor.getLong(1); in onConsolidate() local
2336 consolidatedRowCount += consolidateRow(id, watchStartTime, oldWatchStartTime, in onConsolidate()
2338 oldWatchStartTime = watchStartTime; in onConsolidate()
2379 long watchStartTime = cursor.getLong(1); in onTryConsolidateAll() local
2387 consolidatedRowCount += consolidateRow(id, watchStartTime, in onTryConsolidateAll()
2394 consolidatedRowCount += consolidateRow(id, watchStartTime, in onTryConsolidateAll()
2397 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()