Searched refs:ShortCodePatternMatcher (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsUsageMonitor.java124 private ShortCodePatternMatcher mCurrentPatternMatcher;
186 private static final class ShortCodePatternMatcher { class in class:SmsUsageMonitor
192 ShortCodePatternMatcher(String shortCodeRegex, String premiumShortCodeRegex, method in class:SmsUsageMonitor.ShortCodePatternMatcher
277 * @return a {@link ShortCodePatternMatcher} for the specified country, or null if not found
279 private ShortCodePatternMatcher getPatternMatcherFromFile(String country) {
302 private ShortCodePatternMatcher getPatternMatcherFromResource(String country) {
313 private ShortCodePatternMatcher getPatternMatcherFromXmlParser(XmlPullParser parser,
334 return new ShortCodePatternMatcher(pattern, premium, free, standard);

Completed in 38 milliseconds