Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogGroupBuilder.java130 int groupCallType = cursor.getInt(CallLogQuery.CALL_TYPE); in addGroups() local
162 && areBothNotVoicemail(callType, groupCallType) in addGroups()
163 && (areBothNotBlocked(callType, groupCallType) in addGroups()
164 || areBothBlocked(callType, groupCallType))) { in addGroups()
184 groupCallType = callType; in addGroups()
286 private boolean areBothNotVoicemail(int callType, int groupCallType) { in areBothNotVoicemail() argument
288 && groupCallType != AppCompatConstants.CALLS_VOICEMAIL_TYPE; in areBothNotVoicemail()
291 private boolean areBothNotBlocked(int callType, int groupCallType) { in areBothNotBlocked() argument
293 && groupCallType != AppCompatConstants.CALLS_BLOCKED_TYPE; in areBothNotBlocked()
296 private boolean areBothBlocked(int callType, int groupCallType) { in areBothBlocked() argument
[all …]