Searched refs:mCurrentPatternMatcher (Results 1 – 1 of 1) sorted by relevance
114 private ShortCodePatternMatcher mCurrentPatternMatcher; field in SmsUsageMonitor405 mCurrentPatternMatcher = getPatternMatcherFromFile(countryIso); in checkDestination()408 mCurrentPatternMatcher = getPatternMatcherFromResource(countryIso); in checkDestination()414 if (mCurrentPatternMatcher != null) { in checkDestination()415 return mCurrentPatternMatcher.getNumberCategory(destAddress); in checkDestination()