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

/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 DDataRowHandlerForIdentity.java49 Cursor c, boolean callerIsSyncAdapter, boolean callerIsMetadataSyncAdapter) {
51 super.update(db, txContext, values, c, callerIsSyncAdapter, callerIsMetadataSyncAdapter);
48 update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, Cursor c, boolean callerIsSyncAdapter, boolean callerIsMetadataSyncAdapter) argument
H A DDataRowHandlerForCommonDataKind.java52 Cursor c, boolean callerIsSyncAdapter, boolean callerIsMetadataSyncAdapter) {
59 return super.update(db, txContext, values, c, callerIsSyncAdapter,
51 update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, Cursor c, boolean callerIsSyncAdapter, boolean callerIsMetadataSyncAdapter) argument
H A DDataRowHandlerForEmail.java53 Cursor c, boolean callerIsSyncAdapter, boolean callerIsMetadataSyncAdapter) {
54 if (!super.update(db, txContext, values, c, callerIsSyncAdapter, callerIsMetadataSyncAdapter)) {
52 update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, Cursor c, boolean callerIsSyncAdapter, boolean callerIsMetadataSyncAdapter) argument
H A DDataRowHandlerForNickname.java55 Cursor c, boolean callerIsSyncAdapter, boolean callerIsMetadataSyncAdapter) {
59 if (!super.update(db, txContext, values, c, callerIsSyncAdapter, callerIsMetadataSyncAdapter)) {
54 update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, Cursor c, boolean callerIsSyncAdapter, boolean callerIsMetadataSyncAdapter) argument
H A DDataRowHandlerForStructuredPostal.java63 Cursor c, boolean callerIsSyncAdapter, boolean callerIsMetadataSyncAdapter) {
71 super.update(db, txContext, values, c, callerIsSyncAdapter, callerIsMetadataSyncAdapter);
62 update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, Cursor c, boolean callerIsSyncAdapter, boolean callerIsMetadataSyncAdapter) argument
H A DDataRowHandlerForOrganization.java54 Cursor c, boolean callerIsSyncAdapter, boolean callerIsMetadataSyncAdapter) {
55 if (!super.update(db, txContext, values, c, callerIsSyncAdapter, callerIsMetadataSyncAdapter)) {
53 update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, Cursor c, boolean callerIsSyncAdapter, boolean callerIsMetadataSyncAdapter) argument
H A DDataRowHandlerForPhoto.java79 Cursor c, boolean callerIsSyncAdapter, boolean callerIsMetadataSyncAdapter) {
92 if (!super.update(db, txContext, values, c, callerIsSyncAdapter, callerIsMetadataSyncAdapter)) {
78 update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, Cursor c, boolean callerIsSyncAdapter, boolean callerIsMetadataSyncAdapter) argument
H A DContactsProvider2.java2044 updateValues, null, null, /* callerIsSyncAdapter =*/false,
2671 final boolean callerIsSyncAdapter =
2697 id = insertRawContact(uri, values, callerIsSyncAdapter);
2698 mSyncToNetwork |= !callerIsSyncAdapter;
2707 id = insertData(values, callerIsSyncAdapter);
2708 mSyncToNetwork |= !callerIsSyncAdapter;
2715 mSyncToNetwork |= !callerIsSyncAdapter;
2722 id = insertData(values, callerIsSyncAdapter);
2723 mSyncToNetwork |= !callerIsSyncAdapter;
2728 id = insertGroup(uri, values, callerIsSyncAdapter);
2881 insertRawContact( Uri uri, ContentValues inputValues, boolean callerIsSyncAdapter) argument
3000 insertData(ContentValues inputValues, boolean callerIsSyncAdapter) argument
3185 deleteData(String selection, String[] selectionArgs, boolean callerIsSyncAdapter) argument
3260 insertGroup(Uri uri, ContentValues inputValues, boolean callerIsSyncAdapter) argument
3831 deleteGroup(Uri uri, long groupId, boolean callerIsSyncAdapter) argument
3861 deleteContact(long contactId, boolean callerIsSyncAdapter) argument
3883 deleteRawContact(long rawContactId, long contactId, boolean callerIsSyncAdapter) argument
3988 markRawContactAsDeleted( SQLiteDatabase db, long rawContactId, boolean callerIsSyncAdapter) argument
4391 updateGroups(ContentValues originalValues, String selectionWithId, String[] selectionArgs, boolean callerIsSyncAdapter) argument
4486 updateRawContacts(ContentValues values, String selection, String[] selectionArgs, boolean callerIsSyncAdapter) argument
4540 updateRawContact(SQLiteDatabase db, long rawContactId, ContentValues values, boolean callerIsSyncAdapter, boolean callerIsMetadataSyncAdapter) argument
4692 updateData(Uri uri, ContentValues inputValues, String selection, String[] selectionArgs, boolean callerIsSyncAdapter, boolean callerIsMetadataSyncAdapter) argument
4736 updateData(ContentValues values, Cursor c, boolean callerIsSyncAdapter, boolean callerIsMetadataSyncAdapter) argument
4759 updateContactOptions(ContentValues values, String selection, String[] selectionArgs, boolean callerIsSyncAdapter) argument
4780 updateContactOptions( SQLiteDatabase db, long contactId, ContentValues inputValues, boolean callerIsSyncAdapter) argument
[all...]
H A DDataRowHandlerForPhoneNumber.java61 Cursor c, boolean callerIsSyncAdapter, boolean callerIsMetadataSyncAdapter) {
64 if (!super.update(db, txContext, values, c, callerIsSyncAdapter, callerIsMetadataSyncAdapter)) {
60 update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, Cursor c, boolean callerIsSyncAdapter, boolean callerIsMetadataSyncAdapter) argument
H A DDataRowHandlerForGroupMembership.java89 Cursor c, boolean callerIsSyncAdapter, boolean callerIsMetadataSyncAdapter) {
93 if (!super.update(db, txContext, values, c, callerIsSyncAdapter, callerIsMetadataSyncAdapter)) {
88 update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, Cursor c, boolean callerIsSyncAdapter, boolean callerIsMetadataSyncAdapter) argument
H A DDataRowHandlerForStructuredName.java66 Cursor c, boolean callerIsSyncAdapter, boolean callerIsMetadataSyncAdapter) {
77 super.update(db, txContext, values, c, callerIsSyncAdapter, callerIsMetadataSyncAdapter);
65 update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, Cursor c, boolean callerIsSyncAdapter, boolean callerIsMetadataSyncAdapter) argument
H A DDataRowHandler.java157 ContentValues values, Cursor c, boolean callerIsSyncAdapter,
175 txContext.markRawContactDirtyAndChanged(rawContactId, callerIsSyncAdapter);
156 update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, Cursor c, boolean callerIsSyncAdapter, boolean callerIsMetadataSyncAdapter) argument
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DSQLiteContentProvider.java66 boolean callerIsSyncAdapter);
72 String[] selectionArgs, boolean callerIsSyncAdapter);
78 boolean callerIsSyncAdapter);
65 insertInTransaction(Uri uri, ContentValues values, boolean callerIsSyncAdapter) argument
71 updateInTransaction(Uri uri, ContentValues values, String selection, String[] selectionArgs, boolean callerIsSyncAdapter) argument
77 deleteInTransaction(Uri uri, String selection, String[] selectionArgs, boolean callerIsSyncAdapter) argument
H A DCalendarProvider2.java1690 * @param callerIsSyncAdapter Set if the content provider client is the sync adapter
1694 boolean callerIsSyncAdapter) {
1710 if (!callerIsSyncAdapter) {
1942 if (callerIsSyncAdapter) {
2075 protected Uri insertInTransaction(Uri uri, ContentValues values, boolean callerIsSyncAdapter) { argument
2081 verifyTransactionAllowed(TRANSACTION_INSERT, uri, values, callerIsSyncAdapter, match,
2092 if (!callerIsSyncAdapter) {
2112 if (callerIsSyncAdapter) {
2196 sendUpdateNotification(id, callerIsSyncAdapter);
2201 id = handleInsertException(originalEventId, values, callerIsSyncAdapter);
1693 handleInsertException(long originalEventId, ContentValues modValues, boolean callerIsSyncAdapter) argument
3051 deleteInTransaction(Uri uri, String selection, String[] selectionArgs, boolean callerIsSyncAdapter) argument
3208 deleteEventInternal(long id, boolean callerIsSyncAdapter, boolean isBatch) argument
3358 deleteReminders(Uri uri, boolean byId, String selection, String[] selectionArgs, boolean callerIsSyncAdapter) argument
3465 updateEventRelatedTable(Uri uri, String table, boolean byId, ContentValues updateValues, String selection, String[] selectionArgs, boolean callerIsSyncAdapter) argument
3729 handleUpdateEvents(Cursor cursor, ContentValues updateValues, boolean callerIsSyncAdapter) argument
3916 updateInTransaction(Uri uri, ContentValues values, String selection, String[] selectionArgs, boolean callerIsSyncAdapter) argument
4510 sendUpdateNotification(boolean callerIsSyncAdapter) argument
4525 sendUpdateNotification(long eventId, boolean callerIsSyncAdapter) argument
[all...]

Completed in 214 milliseconds