Searched refs:watchStartTime (Results 1 – 2 of 2) sorted by relevance
1467 Long watchStartTime = values.getAsLong(WatchedPrograms.COLUMN_WATCH_START_TIME_UTC_MILLIS); in insertWatchedProgram() local1472 if (watchStartTime != null && watchEndTime == null) { in insertWatchedProgram()1483 } else if (watchStartTime == null && watchEndTime != null) { in insertWatchedProgram()2334 long watchStartTime = cursor.getLong(1); in onConsolidate() local2336 consolidatedRowCount += consolidateRow(id, watchStartTime, oldWatchStartTime, in onConsolidate()2338 oldWatchStartTime = watchStartTime; in onConsolidate()2379 long watchStartTime = cursor.getLong(1); in onTryConsolidateAll() local2387 consolidatedRowCount += consolidateRow(id, watchStartTime, in onTryConsolidateAll()2394 consolidatedRowCount += consolidateRow(id, watchStartTime, in onTryConsolidateAll()2397 oldWatchStartTime = watchStartTime; in onTryConsolidateAll()[all …]
1669 Long watchStartTime = values.getAsLong(WatchedPrograms.COLUMN_WATCH_START_TIME_UTC_MILLIS); in insertWatchedProgram() local1674 if (watchStartTime != null && watchEndTime == null) { in insertWatchedProgram()1682 } else if (watchStartTime == null && watchEndTime != null) { in insertWatchedProgram()