Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/vvm/omtp/imap/
DImapHelper.java187 FetchProfile fetchProfile = new FetchProfile(); in fetchVoicemail() local
188 fetchProfile.addAll(Arrays.asList(FetchProfile.Item.FLAGS, FetchProfile.Item.ENVELOPE, in fetchVoicemail()
193 mFolder.fetch(new Message[] {message}, fetchProfile, listener); in fetchVoicemail()
233 FetchProfile fetchProfile = new FetchProfile(); in fetchVoicemailPayload() local
234 fetchProfile.add(FetchProfile.Item.BODY); in fetchVoicemailPayload()
236 mFolder.fetch(new Message[] {message}, fetchProfile, listener); in fetchVoicemailPayload()