Home
last modified time | relevance | path

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

/packages/providers/TvProvider/src/com/android/providers/tv/
DTvProvider.java796 Long watchStartTime = values.getAsLong(WatchedPrograms.COLUMN_WATCH_START_TIME_UTC_MILLIS); in insertWatchedProgram() local
801 if (watchStartTime != null && watchEndTime == null) { in insertWatchedProgram()
812 } else if (watchStartTime == null && watchEndTime != null) { in insertWatchedProgram()
1364 long watchStartTime = cursor.getLong(1); in onConsolidate() local
1366 consolidatedRowCount += consolidateRow(id, watchStartTime, oldWatchStartTime, in onConsolidate()
1368 oldWatchStartTime = watchStartTime; in onConsolidate()
1409 long watchStartTime = cursor.getLong(1); in onTryConsolidateAll() local
1417 consolidatedRowCount += consolidateRow(id, watchStartTime, in onTryConsolidateAll()
1424 consolidatedRowCount += consolidateRow(id, watchStartTime, in onTryConsolidateAll()
1427 oldWatchStartTime = watchStartTime; in onTryConsolidateAll()
[all …]