Home
last modified time | relevance | path

Searched refs:areBothBlocked (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogGroupBuilder.java155 && (areBothNotBlocked(callType, groupCallType) || areBothBlocked(callType, groupCallType)) in addGroups()
277 private boolean areBothBlocked(int callType, int groupCallType) { in areBothBlocked() method in CallLogGroupBuilder