Searched refs:CALL_TYPE (Results 1 – 6 of 6) sorted by relevance
65 int firstCallType = cursor.getInt(CallLogQuery.CALL_TYPE); in addGroups()69 final int callType = cursor.getInt(CallLogQuery.CALL_TYPE); in addGroups()
52 public static final int CALL_TYPE = 4; field in CallLogQuery
527 final int callType = c.getInt(CallLogQuery.CALL_TYPE); in bindView()731 callTypes[index] = cursor.getInt(CallLogQuery.CALL_TYPE); in getCallTypes()
389 int callType = cursor.getInt(CallLogQuery.CALL_TYPE); in callSelectedEntry()
284 values[CallLogQuery.CALL_TYPE] = type; in addCallLogEntry()
524 values[CallLogQuery.CALL_TYPE] = type; in getValuesToInsert()