Searched defs:transcription (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/
H A DPhoneCallDetails.java86 * Voicemail transcription
88 public final String transcription; field in class:PhoneCallDetails
106 int features, Long dataUsage, String transcription) {
109 features, dataUsage, transcription);
118 Long dataUsage, String transcription) {
137 this.transcription = transcription;
103 PhoneCallDetails(CharSequence number, int numberPresentation, CharSequence formattedNumber, String countryIso, String geocode, int[] callTypes, long date, long duration, String accountLabel, Drawable accountIcon, int features, Long dataUsage, String transcription) argument
113 PhoneCallDetails(CharSequence number, int numberPresentation, CharSequence formattedNumber, String countryIso, String geocode, int[] callTypes, long date, long duration, CharSequence name, int numberType, CharSequence numberLabel, Uri contactUri, Uri photoUri, int sourceType, String accountLabel, Drawable accountIcon, int features, Long dataUsage, String transcription) argument

Completed in 54 milliseconds