Searched refs:mDeletedIdList (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/
H A DEmailSyncAdapterTests.java273 mSyncAdapter.mDeletedIdList.add(id);
277 mSyncAdapter.mDeletedIdList.add(id);
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/
H A DEmailSyncAdapterTests.java273 mSyncAdapter.mDeletedIdList.add(id);
277 mSyncAdapter.mDeletedIdList.add(id);
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
H A DEmailSyncAdapter.java127 ArrayList<Long> mDeletedIdList = new ArrayList<Long>(); field in class:EmailSyncAdapter
1307 for (Long id: mDeletedIdList) {
1327 if (!mDeletedIdList.isEmpty() || !mUpdatedIdList.isEmpty()) {
1447 boolean firstCommand = sendDeletedItems(s, mDeletedIdList, true);
H A DCalendarSyncAdapter.java161 private ArrayList<Long> mDeletedIdList = new ArrayList<Long>(); field in class:CalendarSyncAdapter
1256 if (!mDeletedIdList.isEmpty()) {
1257 for (long eventId : mDeletedIdList) {
1887 mDeletedIdList.add(eventId);
H A DContactsSyncAdapter.java131 ArrayList<Long> mDeletedIdList = new ArrayList<Long>(); field in class:ContactsSyncAdapter
1557 for (Long id: mDeletedIdList) {
1897 mDeletedIdList.add(entityValues.getAsLong(RawContacts._ID));

Completed in 245 milliseconds