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

  /packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetails.java 84 // Voicemail transcription
85 public String transcription; field in class:PhoneCallDetails
  /packages/apps/Dialer/src/com/android/dialer/calllog/
DefaultVoicemailNotifier.java 158 // If there is only one voicemail, set its transcription as the "long text".
159 String transcription = null; local
161 transcription = newCalls[0].transcription;
178 .setStyle(new Notification.BigTextStyle().bigText(transcription))
221 public final String transcription; field in class:DefaultVoicemailNotifier.NewCall
230 String transcription) {
237 this.transcription = transcription;
267 Calls.TRANSCRIPTION
    [all...]

Completed in 692 milliseconds