Searched refs:minMatch (Results 1 – 3 of 3) sorted by relevance
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | MmsSmsProvider.java | 550 int minMatch = in getSingleAddressId() local 558 (mUseStrictPhoneNumberComparation ? "1)" : "0, " + minMatch + ")"); in getSingleAddressId() 1026 int minMatch = in getMessagesByPhoneNumber() local 1038 (mUseStrictPhoneNumberComparation ? ", 1))" : ", 0, " + minMatch + "))")); in getMessagesByPhoneNumber() 1050 (mUseStrictPhoneNumberComparation ? ", 1))) " : ", 0, " + minMatch + "))) ") + in getMessagesByPhoneNumber()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 4230 String minMatch = PhoneNumberUtils.toCallerIDMinMatch(normalizedNumber); in buildPhoneLookupAndContactQuery() local 4232 appendPhoneLookupTables(sb, minMatch, true); in buildPhoneLookupAndContactQuery() 4247 final String minMatch = PhoneNumberUtils.toCallerIDMinMatch(number); in buildFallbackPhoneLookupAndContactQuery() local 4257 sb.append(minMatch); in buildFallbackPhoneLookupAndContactQuery() 4292 final String minMatch = PhoneNumberUtils.toCallerIDMinMatch(number); in buildPhoneLookupAsNestedQuery() local 4294 appendPhoneLookupTables(sb, minMatch, false); in buildPhoneLookupAsNestedQuery() 4302 StringBuilder sb, final String minMatch, boolean joinContacts) { in appendPhoneLookupTables() argument 4312 sb.append(minMatch); in appendPhoneLookupTables() 4989 public void setMinMatchForTest(int minMatch) { in setMinMatchForTest() argument 4990 mMinMatch = minMatch; in setMinMatchForTest()
|
D | CallLogProvider.java | 325 public void setMinMatchForTest(int minMatch) { in setMinMatchForTest() argument 326 mMinMatch = minMatch; in setMinMatchForTest()
|