Searched refs:watchStartTime (Results 1 – 2 of 2) sorted by relevance
1613 Long watchStartTime = values.getAsLong(WatchedPrograms.COLUMN_WATCH_START_TIME_UTC_MILLIS); in insertWatchedProgram() local1618 if (watchStartTime != null && watchEndTime == null) { in insertWatchedProgram()1629 } else if (watchStartTime == null && watchEndTime != null) { in insertWatchedProgram()2480 long watchStartTime = cursor.getLong(1); in onConsolidate() local2482 consolidatedRowCount += consolidateRow(id, watchStartTime, oldWatchStartTime, in onConsolidate()2484 oldWatchStartTime = watchStartTime; in onConsolidate()2525 long watchStartTime = cursor.getLong(1); in onTryConsolidateAll() local2533 consolidatedRowCount += consolidateRow(id, watchStartTime, in onTryConsolidateAll()2540 consolidatedRowCount += consolidateRow(id, watchStartTime, in onTryConsolidateAll()2543 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()