Searched refs:mDeletedIdList (Results 1 – 5 of 5) sorted by relevance
273 mSyncAdapter.mDeletedIdList.add(id); in testCleanup()277 mSyncAdapter.mDeletedIdList.add(id); in testCleanup()
127 ArrayList<Long> mDeletedIdList = new ArrayList<Long>(); field in EmailSyncAdapter1307 for (Long id: mDeletedIdList) {1327 if (!mDeletedIdList.isEmpty() || !mUpdatedIdList.isEmpty()) {1447 boolean firstCommand = sendDeletedItems(s, mDeletedIdList, true);
161 private ArrayList<Long> mDeletedIdList = new ArrayList<Long>(); field in CalendarSyncAdapter1256 if (!mDeletedIdList.isEmpty()) { in commit()1257 for (long eventId : mDeletedIdList) { in commit()1887 mDeletedIdList.add(eventId); in sendLocalChanges()
131 ArrayList<Long> mDeletedIdList = new ArrayList<Long>(); field in ContactsSyncAdapter1557 for (Long id: mDeletedIdList) { in cleanup()1897 mDeletedIdList.add(entityValues.getAsLong(RawContacts._ID)); in sendLocalChanges()