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 286 final long curStart = bucketStart[i];
287 final long curEnd = curStart + bucketDuration;
292 if (curStart > end) continue;
294 final long overlap = Math.min(curEnd, end) - Math.max(curStart, start);
400 final long curStart = bucketStart[i];
401 final long curEnd = curStart + bucketDuration;
446 final long curStart = bucketStart[i];
447 final long curEnd = curStart + bucketDuration;
452 if (curStart >= end) continue;
455 final boolean activeBucket = curStart < now && curEnd > now
    [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java     [all...]

Completed in 161 milliseconds