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

  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/
ExchangeServiceAccountTests.java 61 ConcurrentHashMap<Long, SyncError> errorMap = exchangeService.mSyncErrorMap;
63 errorMap.put(box1.mId, securityErrorAccount1);
64 errorMap.put(box2.mId, ioError);
65 errorMap.put(box3.mId, securityErrorAccount2);
66 errorMap.put(box4.mId, securityErrorAccount2);
68 assertEquals(4, errorMap.keySet().size());
73 assertEquals(2, errorMap.keySet().size());
75 assertNotNull(errorMap.get(box2.mId));
76 assertNotNull(errorMap.get(box1.mId));
79 errorMap.put(box3.mId, securityErrorAccount2)
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/
ExchangeServiceAccountTests.java 61 ConcurrentHashMap<Long, SyncError> errorMap = exchangeService.mSyncErrorMap;
63 errorMap.put(box1.mId, securityErrorAccount1);
64 errorMap.put(box2.mId, ioError);
65 errorMap.put(box3.mId, securityErrorAccount2);
66 errorMap.put(box4.mId, securityErrorAccount2);
68 assertEquals(4, errorMap.keySet().size());
73 assertEquals(2, errorMap.keySet().size());
75 assertNotNull(errorMap.get(box2.mId));
76 assertNotNull(errorMap.get(box1.mId));
79 errorMap.put(box3.mId, securityErrorAccount2)
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
EasAccountService.java     [all...]
ExchangeService.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 233 milliseconds