Searched refs:callerIsSyncAdapter (Results 1 - 18 of 18) sorted by relevance

/packages/apps/Browser/src/com/android/browser/provider/
H A DSQLiteContentProvider.java70 boolean callerIsSyncAdapter);
76 String[] selectionArgs, boolean callerIsSyncAdapter);
82 boolean callerIsSyncAdapter);
109 boolean callerIsSyncAdapter = isCallerSyncAdapter(uri);
115 result = insertInTransaction(uri, values, callerIsSyncAdapter);
121 onEndTransaction(callerIsSyncAdapter);
123 result = insertInTransaction(uri, values, callerIsSyncAdapter);
131 boolean callerIsSyncAdapter = isCallerSyncAdapter(uri);
136 Uri result = insertInTransaction(uri, values[i], callerIsSyncAdapter);
144 onEndTransaction(callerIsSyncAdapter);
69 insertInTransaction(Uri uri, ContentValues values, boolean callerIsSyncAdapter) argument
75 updateInTransaction(Uri uri, ContentValues values, String selection, String[] selectionArgs, boolean callerIsSyncAdapter) argument
81 deleteInTransaction(Uri uri, String selection, String[] selectionArgs, boolean callerIsSyncAdapter) argument
234 onEndTransaction(boolean callerIsSyncAdapter) argument
[all...]
H A DBrowserProvider2.java816 protected void onEndTransaction(boolean callerIsSyncAdapter) { argument
817 super.onEndTransaction(callerIsSyncAdapter);
1211 boolean callerIsSyncAdapter) {
1213 if (callerIsSyncAdapter) {
1225 callerIsSyncAdapter);
1276 boolean callerIsSyncAdapter) {
1293 deleted = deleteBookmarks(selection, selectionArgs, callerIsSyncAdapter);
1363 callerIsSyncAdapter);
1419 public Uri insertInTransaction(Uri uri, ContentValues values, boolean callerIsSyncAdapter) { argument
1440 if (!callerIsSyncAdapter) {
1210 deleteBookmarks(String selection, String[] selectionArgs, boolean callerIsSyncAdapter) argument
1275 deleteInTransaction(Uri uri, String selection, String[] selectionArgs, boolean callerIsSyncAdapter) argument
1668 updateInTransaction(Uri uri, ContentValues values, String selection, String[] selectionArgs, boolean callerIsSyncAdapter) argument
1877 updateBookmarksInTransaction(ContentValues values, String selection, String[] selectionArgs, boolean callerIsSyncAdapter) argument
[all...]
/packages/apps/Gallery2/src/com/android/photos/data/
H A DSQLiteContentProvider.java77 boolean callerIsSyncAdapter);
84 String[] selectionArgs, boolean callerIsSyncAdapter);
91 boolean callerIsSyncAdapter);
118 boolean callerIsSyncAdapter = isCallerSyncAdapter(uri);
124 result = insertInTransaction(uri, values, callerIsSyncAdapter);
130 onEndTransaction(callerIsSyncAdapter);
132 result = insertInTransaction(uri, values, callerIsSyncAdapter);
140 boolean callerIsSyncAdapter = isCallerSyncAdapter(uri);
146 Uri result = insertInTransaction(uri, values[i], callerIsSyncAdapter);
154 onEndTransaction(callerIsSyncAdapter);
76 insertInTransaction(Uri uri, ContentValues values, boolean callerIsSyncAdapter) argument
83 updateInTransaction(Uri uri, ContentValues values, String selection, String[] selectionArgs, boolean callerIsSyncAdapter) argument
90 deleteInTransaction(Uri uri, String selection, String[] selectionArgs, boolean callerIsSyncAdapter) argument
244 onEndTransaction(boolean callerIsSyncAdapter) argument
[all...]
H A DPhotoProvider.java273 boolean callerIsSyncAdapter) {
292 public Uri insertInTransaction(Uri uri, ContentValues values, boolean callerIsSyncAdapter) { argument
330 String[] selectionArgs, boolean callerIsSyncAdapter) {
272 deleteInTransaction(Uri uri, String selection, String[] selectionArgs, boolean callerIsSyncAdapter) argument
329 updateInTransaction(Uri uri, ContentValues values, String selection, String[] selectionArgs, boolean callerIsSyncAdapter) argument
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandlerForCommonDataKind.java52 Cursor c, boolean callerIsSyncAdapter) {
59 return super.update(db, txContext, values, c, callerIsSyncAdapter);
51 update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, Cursor c, boolean callerIsSyncAdapter) argument
H A DDataRowHandlerForIdentity.java50 Cursor c, boolean callerIsSyncAdapter) {
52 super.update(db, txContext, values, c, callerIsSyncAdapter);
49 update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, Cursor c, boolean callerIsSyncAdapter) argument
H A DDataRowHandlerForEmail.java54 Cursor c, boolean callerIsSyncAdapter) {
55 if (!super.update(db, txContext, values, c, callerIsSyncAdapter)) {
53 update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, Cursor c, boolean callerIsSyncAdapter) argument
H A DDataRowHandlerForNickname.java56 Cursor c, boolean callerIsSyncAdapter) {
60 if (!super.update(db, txContext, values, c, callerIsSyncAdapter)) {
55 update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, Cursor c, boolean callerIsSyncAdapter) argument
H A DDataRowHandlerForStructuredPostal.java63 Cursor c, boolean callerIsSyncAdapter) {
71 super.update(db, txContext, values, c, callerIsSyncAdapter);
62 update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, Cursor c, boolean callerIsSyncAdapter) argument
H A DDataRowHandlerForOrganization.java55 Cursor c, boolean callerIsSyncAdapter) {
56 if (!super.update(db, txContext, values, c, callerIsSyncAdapter)) {
54 update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, Cursor c, boolean callerIsSyncAdapter) argument
H A DDataRowHandlerForPhoto.java79 Cursor c, boolean callerIsSyncAdapter) {
92 if (!super.update(db, txContext, values, c, callerIsSyncAdapter)) {
78 update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, Cursor c, boolean callerIsSyncAdapter) argument
H A DContactsProvider2.java2421 final boolean callerIsSyncAdapter =
2447 id = insertRawContact(uri, values, callerIsSyncAdapter);
2448 mSyncToNetwork |= !callerIsSyncAdapter;
2457 id = insertData(values, callerIsSyncAdapter);
2458 mSyncToNetwork |= !callerIsSyncAdapter;
2465 mSyncToNetwork |= !callerIsSyncAdapter;
2472 id = insertData(values, callerIsSyncAdapter);
2473 mSyncToNetwork |= !callerIsSyncAdapter;
2478 id = insertGroup(uri, values, callerIsSyncAdapter);
2479 mSyncToNetwork |= !callerIsSyncAdapter;
2641 insertRawContact(Uri uri, ContentValues values, boolean callerIsSyncAdapter) argument
2739 insertData(ContentValues values, boolean callerIsSyncAdapter) argument
2973 deleteData(String selection, String[] selectionArgs, boolean callerIsSyncAdapter) argument
3042 insertGroup(Uri uri, ContentValues values, boolean callerIsSyncAdapter) argument
3628 deleteGroup(Uri uri, long groupId, boolean callerIsSyncAdapter) argument
3659 deleteContact(long contactId, boolean callerIsSyncAdapter) argument
3681 deleteRawContact(long rawContactId, long contactId, boolean callerIsSyncAdapter) argument
3788 markRawContactAsDeleted(SQLiteDatabase db, long rawContactId, boolean callerIsSyncAdapter) argument
4178 updateGroups(Uri uri, ContentValues originalValues, String selectionWithId, String[] selectionArgs, boolean callerIsSyncAdapter) argument
4274 updateRawContacts(ContentValues values, String selection, String[] selectionArgs, boolean callerIsSyncAdapter) argument
4304 updateRawContact(SQLiteDatabase db, long rawContactId, ContentValues values, boolean callerIsSyncAdapter) argument
4429 updateData(Uri uri, ContentValues values, String selection, String[] selectionArgs, boolean callerIsSyncAdapter) argument
4466 updateData(ContentValues values, Cursor c, boolean callerIsSyncAdapter) argument
4484 updateContactOptions(ContentValues values, String selection, String[] selectionArgs, boolean callerIsSyncAdapter) argument
4505 updateContactOptions(SQLiteDatabase db, long contactId, ContentValues values, boolean callerIsSyncAdapter) argument
[all...]
H A DDataRowHandlerForPhoneNumber.java61 Cursor c, boolean callerIsSyncAdapter) {
64 if (!super.update(db, txContext, values, c, callerIsSyncAdapter)) {
60 update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, Cursor c, boolean callerIsSyncAdapter) argument
H A DDataRowHandlerForGroupMembership.java89 Cursor c, boolean callerIsSyncAdapter) {
93 if (!super.update(db, txContext, values, c, callerIsSyncAdapter)) {
88 update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, Cursor c, boolean callerIsSyncAdapter) argument
H A DDataRowHandlerForStructuredName.java67 Cursor c, boolean callerIsSyncAdapter) {
78 super.update(db, txContext, values, c, callerIsSyncAdapter);
66 update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, Cursor c, boolean callerIsSyncAdapter) argument
H A DDataRowHandler.java150 ContentValues values, Cursor c, boolean callerIsSyncAdapter) {
165 txContext.markRawContactDirtyAndChanged(rawContactId, callerIsSyncAdapter);
149 update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, Cursor c, boolean callerIsSyncAdapter) argument
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DSQLiteContentProvider.java64 boolean callerIsSyncAdapter);
70 String[] selectionArgs, boolean callerIsSyncAdapter);
76 boolean callerIsSyncAdapter);
63 insertInTransaction(Uri uri, ContentValues values, boolean callerIsSyncAdapter) argument
69 updateInTransaction(Uri uri, ContentValues values, String selection, String[] selectionArgs, boolean callerIsSyncAdapter) argument
75 deleteInTransaction(Uri uri, String selection, String[] selectionArgs, boolean callerIsSyncAdapter) argument
H A DCalendarProvider2.java1712 * @param callerIsSyncAdapter Set if the content provider client is the sync adapter
1716 boolean callerIsSyncAdapter) {
1732 if (!callerIsSyncAdapter) {
1964 if (callerIsSyncAdapter) {
2097 protected Uri insertInTransaction(Uri uri, ContentValues values, boolean callerIsSyncAdapter) { argument
2103 verifyTransactionAllowed(TRANSACTION_INSERT, uri, values, callerIsSyncAdapter, match,
2113 if (!callerIsSyncAdapter) {
2133 if (callerIsSyncAdapter) {
2217 sendUpdateNotification(id, callerIsSyncAdapter);
2222 id = handleInsertException(originalEventId, values, callerIsSyncAdapter);
1715 handleInsertException(long originalEventId, ContentValues modValues, boolean callerIsSyncAdapter) argument
3045 deleteInTransaction(Uri uri, String selection, String[] selectionArgs, boolean callerIsSyncAdapter) argument
3201 deleteEventInternal(long id, boolean callerIsSyncAdapter, boolean isBatch) argument
3351 deleteReminders(Uri uri, boolean byId, String selection, String[] selectionArgs, boolean callerIsSyncAdapter) argument
3458 updateEventRelatedTable(Uri uri, String table, boolean byId, ContentValues updateValues, String selection, String[] selectionArgs, boolean callerIsSyncAdapter) argument
3722 handleUpdateEvents(Cursor cursor, ContentValues updateValues, boolean callerIsSyncAdapter) argument
3909 updateInTransaction(Uri uri, ContentValues values, String selection, String[] selectionArgs, boolean callerIsSyncAdapter) argument
4509 sendUpdateNotification(boolean callerIsSyncAdapter) argument
4526 sendUpdateNotification(long eventId, boolean callerIsSyncAdapter) argument
[all...]

Completed in 269 milliseconds