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.java1515 Long watchStartTime = values.getAsLong(WatchedPrograms.COLUMN_WATCH_START_TIME_UTC_MILLIS); in insertWatchedProgram() local
1520 if (watchStartTime != null && watchEndTime == null) { in insertWatchedProgram()
1531 } else if (watchStartTime == null && watchEndTime != null) { in insertWatchedProgram()
2382 long watchStartTime = cursor.getLong(1); in onConsolidate() local
2384 consolidatedRowCount += consolidateRow(id, watchStartTime, oldWatchStartTime, in onConsolidate()
2386 oldWatchStartTime = watchStartTime; in onConsolidate()
2427 long watchStartTime = cursor.getLong(1); in onTryConsolidateAll() local
2435 consolidatedRowCount += consolidateRow(id, watchStartTime, in onTryConsolidateAll()
2442 consolidatedRowCount += consolidateRow(id, watchStartTime, in onTryConsolidateAll()
2445 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()