D | PhoneCallDetails.java | 46 public final int[] callTypes; field in PhoneCallDetails 95 int[] callTypes, long date, long duration) { in PhoneCallDetails() argument 97 callTypes, date, duration, "", 0, "", null, null, 0, null, 0, null, null); in PhoneCallDetails() 103 int[] callTypes, long date, long duration, in PhoneCallDetails() argument 105 this(number, numberPresentation, formattedNumber, countryIso, geocode, callTypes, date, in PhoneCallDetails() 113 int[] callTypes, long date, long duration, CharSequence name, in PhoneCallDetails() argument 122 this.callTypes = callTypes; in PhoneCallDetails()
|