Home
last modified time | relevance | path

Searched refs:transcriptionBodyPart (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/voicemail/impl/imap/
DImapHelper.java243 if (messageStructureWrapper.transcriptionBodyPart != null) { in getVoicemailFromMessageStructure()
245 fetchProfile.add(messageStructureWrapper.transcriptionBodyPart); in getVoicemailFromMessageStructure()
367 if (messageStructureWrapper.transcriptionBodyPart != null) { in fetchTranscription()
369 fetchProfile.add(messageStructureWrapper.transcriptionBodyPart); in fetchTranscription()
518 public BodyPart transcriptionBodyPart; field in ImapHelper.MessageStructureWrapper
575 messageStructureWrapper.transcriptionBodyPart = bodyPart; in getMessageOrNull()