Searched refs:mSelectionArgs3 (Results 1 – 4 of 4) sorted by relevance
812 mSelectionArgs3[0] = String.valueOf(rawContactId); in updateMatchScoresBasedOnPhoneMatches()813 mSelectionArgs3[1] = useStrictPhoneNumberComparison; in updateMatchScoresBasedOnPhoneMatches()814 mSelectionArgs3[2] = mDbHelper.getMinMatchParameter(); in updateMatchScoresBasedOnPhoneMatches()817 mSelectionArgs3, null, null, null, SECONDARY_HIT_LIMIT_STRING); in updateMatchScoresBasedOnPhoneMatches()
677 mSelectionArgs3[0] = String.valueOf(rawContactId); in updateMatchScoresBasedOnPhoneMatches()678 mSelectionArgs3[1] = useStrictPhoneNumberComparison; in updateMatchScoresBasedOnPhoneMatches()679 mSelectionArgs3[2] = mDbHelper.getMinMatchParameter(); in updateMatchScoresBasedOnPhoneMatches()682 mSelectionArgs3, null, null, null, SECONDARY_HIT_LIMIT_STRING); in updateMatchScoresBasedOnPhoneMatches()
175 protected String[] mSelectionArgs3 = new String[3]; field in AbstractContactAggregator
1162 private final String[] mSelectionArgs3 = new String[3]; field in ContactsProvider2