Home
last modified time | relevance | path

Searched refs:shouldSyncFor (Results 1 – 3 of 3) sorted by relevance

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DSQLiteContentProvider.java110 onEndTransaction(!isCallerSyncAdapter && shouldSyncFor(uri)); in insert()
166 onEndTransaction(!isCallerSyncAdapter && shouldSyncFor(uri)); in update()
198 onEndTransaction(!isCallerSyncAdapter && shouldSyncFor(uri)); in delete()
278 protected abstract boolean shouldSyncFor(Uri uri); in shouldSyncFor() method in SQLiteContentProvider
DCalendarProvider2.java844 protected boolean shouldSyncFor(Uri uri) { in shouldSyncFor() method in CalendarProvider2
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2ForTesting.java42 protected boolean shouldSyncFor(Uri uri) { in shouldSyncFor() method in CalendarProvider2ForTesting