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 315 final long curStart = bucketStart[i];
316 final long curEnd = curStart + bucketDuration;
321 if (curStart > end) continue;
323 final long overlap = Math.min(curEnd, end) - Math.max(curStart, start);
444 final long curStart = bucketStart[i];
445 final long curEnd = curStart + bucketDuration;
492 final long curStart = bucketStart[i];
493 final long curEnd = curStart + bucketDuration;
498 if (curStart >= end) continue;
501 final boolean activeBucket = curStart < now && curEnd > now
    [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java     [all...]

Completed in 4728 milliseconds