HomeSort by relevance Sort by last modified time
    Searched refs:fetchProfile (Results 1 - 2 of 2) sorted by null

  /packages/services/Telephony/src/com/android/phone/vvm/omtp/imap/
ImapHelper.java 37 import com.android.phone.common.mail.FetchProfile;
229 FetchProfile fetchProfile = new FetchProfile();
230 fetchProfile.add(messageStructureWrapper.transcriptionBodyPart);
232 mFolder.fetch(new Message[] {messageDetails}, fetchProfile, listener);
283 FetchProfile fetchProfile = new FetchProfile();
284 fetchProfile.addAll(Arrays.asList(FetchProfile.Item.FLAGS, FetchProfile.Item.ENVELOPE
    [all...]
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 96 milliseconds