Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/vvm/omtp/imap/
DImapHelper.java228 if (messageStructureWrapper.transcriptionBodyPart != null) { in getVoicemailFromMessageStructure()
230 fetchProfile.add(messageStructureWrapper.transcriptionBodyPart); in getVoicemailFromMessageStructure()
353 if (messageStructureWrapper.transcriptionBodyPart != null) { in fetchTranscription()
355 fetchProfile.add(messageStructureWrapper.transcriptionBodyPart); in fetchTranscription()
415 public BodyPart transcriptionBodyPart; field in ImapHelper.MessageStructureWrapper
476 messageStructureWrapper.transcriptionBodyPart = bodyPart; in getMessageOrNull()