Searched refs:MatchType (Results 1 – 5 of 5) sorted by relevance
29 import com.google.i18n.phonenumbers.PhoneNumberUtil.MatchType;173 MatchType matchType = phoneNumberUtil.isNumberMatch(phoneNumber1, phoneNumber2); in isMatch()175 return (matchType == MatchType.SHORT_NSN_MATCH in isMatch()176 || matchType == MatchType.NSN_MATCH in isMatch()177 || matchType == MatchType.EXACT_MATCH) in isMatch()
1045 public enum MatchType { enum in ApfFilter.Ra1052 MatchType matches(Ra newRa) { in matches()1054 if (newRa.mPacket.capacity() != mPacket.capacity()) return MatchType.NO_MATCH; in matches()1057 if (getRemainingFilterLft(secondsSinceBoot()) <= 0) return MatchType.NO_MATCH; in matches()1065 if (newPacket[i] != oldPacket[i]) return MatchType.NO_MATCH; in matches()1092 if (lft >= section.min) return MatchType.MATCH_PASS; in matches()1097 if (lft > 0) return MatchType.MATCH_PASS; in matches()1106 if (lft < (section.lifetime + 2) / 3) return MatchType.MATCH_PASS; in matches()1108 if (lft > section.lifetime) return MatchType.MATCH_PASS; in matches()1115 if (lft == 0) return MatchType.MATCH_PASS; in matches()[all …]
50 ChildMultiMatcher.MatchType.ALL,54 ChildMultiMatcher.MatchType.ALL,
96 final PhoneNumberUtil.MatchType result = util.isNumberMatch(dataPart1, dataPart2); in shouldCollapsePhoneNumbers()
94 final PhoneNumberUtil.MatchType result = util.isNumberMatch(dataPart1, dataPart2); in shouldCollapsePhoneNumbers()