Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintActivity.java152 private static final Pattern PATTERN_PAGE_RANGE = Pattern.compile( field in PrintActivity
2194 if (!PATTERN_PAGE_RANGE.matcher(escapedText).matches()) { in afterTextChanged()