Searched refs:imapHelper (Results 1 – 3 of 3) sorted by relevance
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/ |
D | OmtpVvmSyncService.java | 242 ImapHelper imapHelper = new ImapHelper(this, phoneAccount, network); in doSync() local 243 if (!imapHelper.isSuccessfullyInitialized()) { in doSync() 252 success = syncAll(action, imapHelper, phoneAccount); in doSync() 254 success = syncOne(imapHelper, voicemail, phoneAccount); in doSync() 256 imapHelper.updateQuota(); in doSync() 280 private boolean syncAll(String action, ImapHelper imapHelper, PhoneAccountHandle account) { in syncAll() argument 285 uploadSuccess = upload(imapHelper); in syncAll() 288 downloadSuccess = download(imapHelper, account); in syncAll() 306 private boolean syncOne(ImapHelper imapHelper, Voicemail voicemail, in syncOne() argument 308 if (shouldPerformPrefetch(account, imapHelper)) { in syncOne() [all …]
|
/packages/services/Telephony/src/com/android/phone/vvm/omtp/fetch/ |
D | FetchVoicemailReceiver.java | 150 ImapHelper imapHelper = new ImapHelper(mContext, mPhoneAccount, network); in fetchVoicemail() 151 if (!imapHelper.isSuccessfullyInitialized()) { in fetchVoicemail() 156 boolean success = imapHelper.fetchVoicemailPayload( in fetchVoicemail()
|
/packages/services/Telephony/src/com/android/phone/common/mail/ |
D | MailTransport.java | 70 public MailTransport(Context context, ImapHelper imapHelper, Network network, String address, in MailTransport() argument 73 mImapHelper = imapHelper; in MailTransport()
|