Home | History | Annotate | Download | only in telephony

Lines Matching refs:Pattern

56 import java.util.regex.Pattern;
1225 /** Pattern for selecting the product type from the kernel command line */
1226 private static final Pattern sProductTypePattern =
1227 Pattern.compile("\\sproduct_type\\s*=\\s*(\\w+)");