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.java94 PageRange ourRange = ourRanges[ourRangeIdx]; in contains() local
97 if (otherRange.getStart() > ourRange.getEnd()) { in contains()
100 if (otherRange.getStart() < ourRange.getStart() in contains()
101 || otherRange.getEnd() > ourRange.getEnd()) { in contains()