HomeSort by relevance Sort by last modified time
    Searched full:ourrange (Results 1 - 1 of 1) sorted by null

  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
PageRangeUtils.java 94 PageRange ourRange = ourRanges[ourRangeIdx];
97 if (otherRange.getStart() > ourRange.getEnd()) {
100 if (otherRange.getStart() < ourRange.getStart()
101 || otherRange.getEnd() > ourRange.getEnd()) {

Completed in 60 milliseconds