Home
last modified time | relevance | path

Searched refs:ourRange (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
DPageRangeUtils.java92 PageRange ourRange = ourRanges[ourRangeIdx]; in contains() local
95 if (otherRange.getStart() > ourRange.getEnd()) { in contains()
98 if (otherRange.getStart() < ourRange.getStart() in contains()
99 || otherRange.getEnd() > ourRange.getEnd()) { in contains()