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 | 308 private void setPhoneCallDetailsWithCallTypeIcons(int... callTypes) { in setPhoneCallDetailsWithCallTypeIcons()
|
| /packages/apps/Contacts/src/com/android/contacts/calllog/ |
| D | CallLogAdapter.java | 525 final int[] callTypes = getCallTypes(c, count); in bindView() local 661 int[] callTypes = new int[count]; in getCallTypes() local
|