Searched refs:shouldShowAsSpam (Results 1 – 4 of 4) sorted by relevance
151 if (Spam.shouldShowAsSpam(row.getNumberAttributes().getIsSpam(), row.getCallType())) { in buildSecondaryTextListForEntries()210 if (Spam.shouldShowAsSpam(row.getNumberAttributes().getIsSpam(), row.getCallType())) { in buildSecondaryTextForBottomSheet()268 && !Spam.shouldShowAsSpam(row.getNumberAttributes().getIsSpam(), row.getCallType())) { in getNumberTypeLabel()
38 Spam.shouldShowAsSpam( in fromCoalescedRow()51 Spam.shouldShowAsSpam( in fromVoicemailEntry()
201 || Spam.shouldShowAsSpam(moduleInfo.getIsSpam(), moduleInfo.getCallType()) in addModuleForVideoCall()317 || Spam.shouldShowAsSpam(moduleInfo.getIsSpam(), moduleInfo.getCallType()) in addModuleForAddingToContacts()381 if (Spam.shouldShowAsSpam(moduleInfo.getIsSpam(), moduleInfo.getCallType())) { in addModuleForBlockedOrSpamNumber()
188 static boolean shouldShowAsSpam(boolean isNumberSpam, int callType) { in shouldShowAsSpam() method