Searched defs:ShortCodePatternMatcher (Results 1 - 1 of 1) sorted by last modified time

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsUsageMonitor.java126 private ShortCodePatternMatcher mCurrentPatternMatcher;
191 private static final class ShortCodePatternMatcher { class in class:SmsUsageMonitor
197 ShortCodePatternMatcher(String shortCodeRegex, String premiumShortCodeRegex, method in class:SmsUsageMonitor.ShortCodePatternMatcher
282 * @return a {@link ShortCodePatternMatcher} for the specified country, or null if not found
284 private ShortCodePatternMatcher getPatternMatcherFromFile(String country) {
307 private ShortCodePatternMatcher getPatternMatcherFromResource(String country) {
318 private ShortCodePatternMatcher getPatternMatcherFromXmlParser(XmlPullParser parser,
339 return new ShortCodePatternMatcher(pattern, premium, free, standard);

Completed in 41 milliseconds