Searched defs:PATTERN_PAGE_RANGE (Results 1 - 1 of 1) sorted by path

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java153 private static final Pattern PATTERN_PAGE_RANGE = Pattern.compile( field in class:PrintActivity
2353 if (!PATTERN_PAGE_RANGE.matcher(escapedText).matches()) {

Completed in 32 milliseconds