Searched refs:mCurrentPatternMatcher (Results 1 – 1 of 1) sorted by relevance
120 private ShortCodePatternMatcher mCurrentPatternMatcher; field in SmsUsageMonitor422 mCurrentPatternMatcher = getPatternMatcherFromFile(countryIso); in checkDestination()426 mCurrentPatternMatcher = getPatternMatcherFromResource(countryIso); in checkDestination()433 if (mCurrentPatternMatcher != null) { in checkDestination()434 return mCurrentPatternMatcher.getNumberCategory(destAddress); in checkDestination()