Searched defs:callTypes (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/ |
D | PhoneCallDetails.java | 40 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/ |
D | PhoneCallDetailsHelperTest.java | 309 private void setPhoneCallDetailsWithCallTypeIcons(int... callTypes) { in setPhoneCallDetailsWithCallTypeIcons()
|
/packages/apps/Contacts/src/com/android/contacts/calllog/ |
D | CallLogAdapter.java | 592 final int[] callTypes = getCallTypes(c, count); in bindView() local 728 int[] callTypes = new int[count]; in getCallTypes() local
|