Home
last modified time | relevance | path

Searched defs:callTypes (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/
DPhoneCallDetails.java40 public final int[] callTypes; field in PhoneCallDetails
63 String countryIso, String geocode, int[] callTypes, long date, long duration) { in PhoneCallDetails()
70 String countryIso, String geocode, int[] callTypes, long date, long duration, in PhoneCallDetails()
/packages/apps/Contacts/tests/src/com/android/contacts/
DPhoneCallDetailsHelperTest.java309 private void setPhoneCallDetailsWithCallTypeIcons(int... callTypes) { in setPhoneCallDetailsWithCallTypeIcons()
/packages/apps/Contacts/src/com/android/contacts/calllog/
DCallLogAdapter.java592 final int[] callTypes = getCallTypes(c, count); in bindView() local
728 int[] callTypes = new int[count]; in getCallTypes() local