Searched refs:mUpdatedIdList (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
H A DEmailSyncAdapter.java125 ArrayList<Long> mUpdatedIdList = new ArrayList<Long>(); field in class:EmailSyncAdapter
1075 mUpdatedIdList.remove(id);
1217 for (Long id: mUpdatedIdList) {
1232 if (!mDeletedIdList.isEmpty() || !mUpdatedIdList.isEmpty()) {
1376 mUpdatedIdList.clear();
1382 mUpdatedIdList.add(id);
1428 mUpdatedIdList.remove(id);
H A DContactsSyncAdapter.java132 ArrayList<Long> mUpdatedIdList = new ArrayList<Long>(); field in class:ContactsSyncAdapter
1549 for (Long id: mUpdatedIdList) {
1989 mUpdatedIdList.add(entityValues.getAsLong(RawContacts._ID));
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/
H A DEmailSyncAdapterTests.java283 mSyncAdapter.mUpdatedIdList.add(id);
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/
H A DEmailSyncAdapterTests.java283 mSyncAdapter.mUpdatedIdList.add(id);

Completed in 68 milliseconds