Searched refs:groupCallType (Results 1 – 1 of 1) sorted by relevance
130 int groupCallType = cursor.getInt(CallLogQuery.CALL_TYPE); in addGroups() local162 && 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() argument288 && groupCallType != AppCompatConstants.CALLS_VOICEMAIL_TYPE; in areBothNotVoicemail()291 private boolean areBothNotBlocked(int callType, int groupCallType) { in areBothNotBlocked() argument293 && groupCallType != AppCompatConstants.CALLS_BLOCKED_TYPE; in areBothNotBlocked()296 private boolean areBothBlocked(int callType, int groupCallType) { in areBothBlocked() argument[all …]