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

  /packages/apps/Email/tests/src/com/android/exchange/
SyncManagerAccountTests.java 175 HashMap<Long, SyncError> errorMap = syncManager.mSyncErrorMap;
177 errorMap.put(box1.mId, securityErrorAccount1);
178 errorMap.put(box2.mId, ioError);
179 errorMap.put(box3.mId, securityErrorAccount2);
180 errorMap.put(box4.mId, securityErrorAccount2);
182 assertEquals(4, errorMap.keySet().size());
186 assertEquals(2, errorMap.keySet().size());
188 assertNotNull(errorMap.get(box2.mId));
189 assertNotNull(errorMap.get(box1.mId));
192 errorMap.put(box3.mId, securityErrorAccount2)
    [all...]
  /packages/apps/Email/src/com/android/exchange/
EasSyncService.java     [all...]
SyncManager.java     [all...]

Completed in 398 milliseconds