Home | History | Annotate | Download | only in calllog

Lines Matching defs:callType

117     int callType;
132 callType = cursor.getInt(CallLogQuery.CALL_TYPE);
156 && areBothNotVoicemail(callType, groupCallType)
157 && (areBothNotBlocked(callType, groupCallType) || areBothBlocked(callType, groupCallType))
178 groupCallType = callType;
271 private boolean areBothNotVoicemail(int callType, int groupCallType) {
272 return callType != AppCompatConstants.CALLS_VOICEMAIL_TYPE
276 private boolean areBothNotBlocked(int callType, int groupCallType) {
277 return callType != AppCompatConstants.CALLS_BLOCKED_TYPE
281 private boolean areBothBlocked(int callType, int groupCallType) {
282 return callType == AppCompatConstants.CALLS_BLOCKED_TYPE