Searched refs:tryCount (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Email/src/com/android/email/service/
H A DAttachmentDownloadService.java373 Integer tryCount;
374 tryCount = mAttachmentFailureMap.get(att.mId);
375 if (tryCount != null && tryCount > MAX_DOWNLOAD_RETRIES) {
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
H A DEmailSyncAdapter.java1122 public void commitImpl(final int tryCount) { argument
1130 if (numFetched > 0 && tryCount > 0) {
1135 maxPerFetch = 450000 / numFetched / tryCount;
1231 if (tryCount <= MAX_NUM_FETCH_SIZE_REDUCTIONS || ops.size() == 1) {
1234 commitImpl(tryCount + 1);

Completed in 60 milliseconds