Home | History | Annotate | Download | only in adapter

Lines Matching refs:syncId

1450         public void delete(long id, String syncId) {
1456 .withSelection(Events.ORIGINAL_SYNC_ID + "=?", new String[] {syncId})));