Searched refs:watchStartTime (Results 1 – 1 of 1) sorted by relevance
796 Long watchStartTime = values.getAsLong(WatchedPrograms.COLUMN_WATCH_START_TIME_UTC_MILLIS); in insertWatchedProgram() local801 if (watchStartTime != null && watchEndTime == null) { in insertWatchedProgram()812 } else if (watchStartTime == null && watchEndTime != null) { in insertWatchedProgram()1364 long watchStartTime = cursor.getLong(1); in onConsolidate() local1366 consolidatedRowCount += consolidateRow(id, watchStartTime, oldWatchStartTime, in onConsolidate()1368 oldWatchStartTime = watchStartTime; in onConsolidate()1409 long watchStartTime = cursor.getLong(1); in onTryConsolidateAll() local1417 consolidatedRowCount += consolidateRow(id, watchStartTime, in onTryConsolidateAll()1424 consolidatedRowCount += consolidateRow(id, watchStartTime, in onTryConsolidateAll()1427 oldWatchStartTime = watchStartTime; in onTryConsolidateAll()[all …]