Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/voicemail/impl/imap/
DImapHelper.java622 byte[] bytes = getDataFromBody(bodyPart.getBody()); in getVoicemailPayloadFromMessage()
646 voicemailTranscription = new String(getDataFromBody(message.getBody())); in messageRetrieved()
684 private byte[] getDataFromBody(Body body) throws IOException, MessagingException { in getDataFromBody() method in ImapHelper