Searched refs:subjectTimeInMillis (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/util/
H A DUtils.java449 public static boolean isInGivenDay(long dayToMatchInMillis, long subjectTimeInMillis) { argument
456 == Utils.floorTime(subjectTimeInMillis + offset, ONE_DAY_MS);

Completed in 185 milliseconds