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

  /frameworks/base/core/java/android/net/
NetworkStatsHistory.java 317 final long curStart = bucketStart[i];
318 final long curEnd = curStart + bucketDuration;
323 if (curStart > end) continue;
325 final long overlap = Math.min(curEnd, end) - Math.max(curStart, start);
446 final long curStart = bucketStart[i];
447 final long curEnd = curStart + bucketDuration;
494 final long curStart = bucketStart[i];
495 final long curEnd = curStart + bucketDuration;
500 if (curStart >= end) continue;
503 final boolean activeBucket = curStart < now && curEnd > now
    [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java     [all...]

Completed in 415 milliseconds