Searched refs:mSelectionArgs3 (Results 1 – 4 of 4) sorted by relevance
814 mSelectionArgs3[0] = String.valueOf(rawContactId); in updateMatchScoresBasedOnPhoneMatches()815 mSelectionArgs3[1] = useStrictPhoneNumberComparison; in updateMatchScoresBasedOnPhoneMatches()816 mSelectionArgs3[2] = mDbHelper.getMinMatchParameter(); in updateMatchScoresBasedOnPhoneMatches()819 mSelectionArgs3, null, null, null, SECONDARY_HIT_LIMIT_STRING); in updateMatchScoresBasedOnPhoneMatches()
679 mSelectionArgs3[0] = String.valueOf(rawContactId); in updateMatchScoresBasedOnPhoneMatches()680 mSelectionArgs3[1] = useStrictPhoneNumberComparison; in updateMatchScoresBasedOnPhoneMatches()681 mSelectionArgs3[2] = mDbHelper.getMinMatchParameter(); in updateMatchScoresBasedOnPhoneMatches()684 mSelectionArgs3, null, null, null, SECONDARY_HIT_LIMIT_STRING); in updateMatchScoresBasedOnPhoneMatches()
177 protected String[] mSelectionArgs3 = new String[3]; field in AbstractContactAggregator
1130 private final String[] mSelectionArgs3 = new String[3]; field in ContactsProvider2