Searched refs:watchStartTime (Results 1 – 3 of 3) sorted by relevance
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() local2386 oldWatchStartTime = watchStartTime; in onConsolidate()2427 long watchStartTime = cursor.getLong(1); in onTryConsolidateAll() local2435 consolidatedRowCount += consolidateRow(id, watchStartTime, in onTryConsolidateAll()2445 oldWatchStartTime = watchStartTime; in onTryConsolidateAll()2478 if (watchStartTime > watchEndTime) { in consolidateRow()2485 ContentValues values = getProgramValues(channelId, watchStartTime); in consolidateRow()2490 String.valueOf(watchStartTime)); in consolidateRow()[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()
3392 long watchStartTime = (long) args.arg2; in handleMessage() local3400 watchStartTime); in handleMessage()