Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/calllog/
DCallLogGroupBuilder.java65 int firstCallType = cursor.getInt(CallLogQuery.CALL_TYPE); in addGroups()
69 final int callType = cursor.getInt(CallLogQuery.CALL_TYPE); in addGroups()
DCallLogQuery.java52 public static final int CALL_TYPE = 4; field in CallLogQuery
DCallLogAdapter.java527 final int callType = c.getInt(CallLogQuery.CALL_TYPE); in bindView()
731 callTypes[index] = cursor.getInt(CallLogQuery.CALL_TYPE); in getCallTypes()
DCallLogFragment.java389 int callType = cursor.getInt(CallLogQuery.CALL_TYPE); in callSelectedEntry()
/packages/apps/Contacts/tests/src/com/android/contacts/calllog/
DCallLogGroupBuilderTest.java284 values[CallLogQuery.CALL_TYPE] = type; in addCallLogEntry()
DCallLogFragmentTest.java524 values[CallLogQuery.CALL_TYPE] = type; in getValuesToInsert()