OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:diffMs
(Results
1 - 2
of
2
) sorted by null
/packages/apps/TV/src/com/android/tv/recommendation/
RoutineWatchEvaluator.java
101
long
diffMs
= currentProgram.getStartTimeUtcMillis()
103
double multiplierForOldProgram = (
diffMs
< MAX_DIFF_MS_FOR_OLD_PROGRAM)
104
? 1.0 - (double) Math.max(
diffMs
- DIFF_MS_TOLERANCE_FOR_OLD_PROGRAM, 0)
/libcore/luni/src/main/native/
libcore_io_Posix.cpp
[
all
...]
Completed in 488 milliseconds