HomeSort by relevance Sort by last modified time
    Searched refs:maxTimestamp (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
TimeClustering.java 381 long maxTimestamp = 0;
387 minTimestamp = maxTimestamp = t;
390 maxTimestamp = Math.max(maxTimestamp, t);
398 String maxDay = DateFormat.format(MMDDYY_FORMAT, maxTimestamp)
405 maxTimestamp, DateUtils.FORMAT_ABBREV_ALL);
423 long midTimestamp = (minTimestamp + maxTimestamp) / 2;
434 maxTimestamp, flags);
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorVerificationHelper.java 79 long maxTimestamp = events[0].timestamp;
82 if (currentTimestamp < maxTimestamp) {
84 } else if (currentTimestamp > maxTimestamp) {
85 maxTimestamp = currentTimestamp;

Completed in 258 milliseconds