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

  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/
CalendarSyncEnablerTest.java 49 private HashMap<Account, Boolean> origCalendarSyncStates = new HashMap<Account, Boolean>();
62 origCalendarSyncStates.put(account,
78 Boolean state = origCalendarSyncStates.get(account);
172 assertEquals(message, origCalendarSyncStates.get(account), (Boolean) enabled);
  /packages/apps/Exchange/tests/src/com/android/exchange/
CalendarSyncEnablerTest.java 49 private HashMap<Account, Boolean> origCalendarSyncStates = new HashMap<Account, Boolean>();
62 origCalendarSyncStates.put(account,
78 Boolean state = origCalendarSyncStates.get(account);
172 assertEquals(message, origCalendarSyncStates.get(account), (Boolean) enabled);

Completed in 120 milliseconds