Home
last modified time | relevance | path

Searched refs:isCallerSyncAdapter (Results 1 – 4 of 4) sorted by relevance

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DSQLiteContentProvider.java93 boolean isCallerSyncAdapter = getIsCallerSyncAdapter(uri); in insert()
99 result = insertInTransaction(uri, values, isCallerSyncAdapter); in insert()
109 onEndTransaction(!isCallerSyncAdapter && shouldSyncFor(uri)); in insert()
111 result = insertInTransaction(uri, values, isCallerSyncAdapter); in insert()
122 boolean isCallerSyncAdapter = getIsCallerSyncAdapter(uri); in bulkInsert()
128 Uri result = insertInTransaction(uri, values[i], isCallerSyncAdapter); in bulkInsert()
140 onEndTransaction(!isCallerSyncAdapter); in bulkInsert()
148 boolean isCallerSyncAdapter = getIsCallerSyncAdapter(uri); in update()
155 isCallerSyncAdapter); in update()
165 onEndTransaction(!isCallerSyncAdapter && shouldSyncFor(uri)); in update()
[all …]
/packages/apps/Browser/src/com/android/browser/provider/
DSQLiteContentProvider.java94 public boolean isCallerSyncAdapter(Uri uri) { in isCallerSyncAdapter() method in SQLiteContentProvider
109 boolean callerIsSyncAdapter = isCallerSyncAdapter(uri); in insert()
131 boolean callerIsSyncAdapter = isCallerSyncAdapter(uri); in bulkInsert()
151 boolean callerIsSyncAdapter = isCallerSyncAdapter(uri); in update()
175 boolean callerIsSyncAdapter = isCallerSyncAdapter(uri); in delete()
214 if (!callerIsSyncAdapter && isCallerSyncAdapter(operation.getUri())) { in applyBatch()
DBrowserProvider2.java802 public boolean isCallerSyncAdapter(Uri uri) { in isCallerSyncAdapter() method in BrowserProvider2
/packages/apps/Gallery2/src/com/android/photos/data/
DSQLiteContentProvider.java103 public boolean isCallerSyncAdapter(Uri uri) { in isCallerSyncAdapter() method in SQLiteContentProvider
118 boolean callerIsSyncAdapter = isCallerSyncAdapter(uri); in insert()
140 boolean callerIsSyncAdapter = isCallerSyncAdapter(uri); in bulkInsert()
161 boolean callerIsSyncAdapter = isCallerSyncAdapter(uri); in update()
185 boolean callerIsSyncAdapter = isCallerSyncAdapter(uri); in delete()
224 if (!callerIsSyncAdapter && isCallerSyncAdapter(operation.getUri())) { in applyBatch()