Home | History | Annotate | Download | only in calllog

Lines Matching defs:callTypes

609         final int[] callTypes = getCallTypes(c, count);
615 formattedNumber, countryIso, geocode, callTypes, date,
619 formattedNumber, countryIso, geocode, callTypes, date,
849 int[] callTypes = new int[count];
851 callTypes[index] = cursor.getInt(CallLogQuery.CALL_TYPE);
855 return callTypes;