HomeSort by relevance Sort by last modified time
    Searched defs:callTypes (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/
PhoneCallDetails.java 40 public final int[] callTypes;
63 String countryIso, String geocode, int[] callTypes, long date, long duration) {
64 this(number, formattedNumber, countryIso, geocode, callTypes, date, duration, "", 0, "",
70 String countryIso, String geocode, int[] callTypes, long date, long duration,
77 this.callTypes = callTypes;
  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogAdapter.java 593 final int[] callTypes = getCallTypes(c, count);
598 callTypes, date, duration);
602 callTypes, date, duration, name, ntype, label, lookupUri, null);
729 int[] callTypes = new int[count];
731 callTypes[index] = cursor.getInt(CallLogQuery.CALL_TYPE);
735 return callTypes;
    [all...]

Completed in 31 milliseconds