Home
last modified time | relevance | path

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

/aosp12/packages/providers/TvProvider/src/com/android/providers/tv/
H A DTvProvider.java1520 if (watchStartTime != null && watchEndTime == null) { in insertWatchedProgram()
1531 } else if (watchStartTime == null && watchEndTime != null) { in insertWatchedProgram()
2382 long watchStartTime = cursor.getLong(1); in onConsolidate() local
2386 oldWatchStartTime = watchStartTime; in onConsolidate()
2427 long watchStartTime = cursor.getLong(1); in onTryConsolidateAll() local
2435 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 …]
/aosp12/packages/apps/TV/tests/common/src/com/android/tv/testing/fakes/
H A DFakeTvProvider.java1669 Long watchStartTime = values.getAsLong(WatchedPrograms.COLUMN_WATCH_START_TIME_UTC_MILLIS); in insertWatchedProgram() local
1674 if (watchStartTime != null && watchEndTime == null) { in insertWatchedProgram()
1682 } else if (watchStartTime == null && watchEndTime != null) { in insertWatchedProgram()
/aosp12/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java3392 long watchStartTime = (long) args.arg2; in handleMessage() local
3400 watchStartTime); in handleMessage()