Home
last modified time | relevance | path

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

/packages/apps/Exchange/exchange2/src/com/android/exchange/
DEasSyncService.java1601 int loopingCount = 0; in sync() local
1709 loopingCount++; in sync()
1710 userLog("** Looping: " + loopingCount); in sync()
1713 if (moreAvailable && (loopingCount > MAX_LOOPING_COUNT)) { in sync()
1718 loopingCount = 0; in sync()