OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fetchProfile
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Dialer/java/com/android/voicemail/impl/imap/
ImapHelper.java
38
import com.android.voicemail.impl.mail.
FetchProfile
;
244
FetchProfile
fetchProfile
= new
FetchProfile
();
245
fetchProfile
.add(messageStructureWrapper.transcriptionBodyPart);
247
mFolder.fetch(new Message[] {messageDetails},
fetchProfile
, listener);
297
FetchProfile
fetchProfile
= new
FetchProfile
();
298
fetchProfile
.addAll
[
all
...]
/external/guice/extensions/persist/lib/
hibernate3.jar
Completed in 209 milliseconds