HomeSort by relevance Sort by last modified time
    Searched refs:BatchOperation (Results 1 - 7 of 7) sorted by null

  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
BatchOperation.java 34 final public class BatchOperation {
36 private final String TAG = "BatchOperation";
43 public BatchOperation(Context context, ContentResolver resolver) {
ContactOperations.java 41 private final BatchOperation mBatchOperation;
73 String accountName, boolean isSyncOperation, BatchOperation batchOperation) {
74 return new ContactOperations(context, userId, accountName, isSyncOperation, batchOperation);
87 boolean isSyncOperation, BatchOperation batchOperation) {
88 return new ContactOperations(context, rawContactId, isSyncOperation, batchOperation);
92 BatchOperation batchOperation) {
97 mBatchOperation = batchOperation;
    [all...]
ContactManager.java 119 final BatchOperation batchOperation = new BatchOperation(context, resolver);
152 true, true, true, rawContactId, batchOperation);
154 deleteContact(context, rawContactId, batchOperation);
160 addContact(context, account, rawContact, groupId, true, batchOperation);
166 if (batchOperation.size() >= 50) {
167 batchOperation.execute();
170 batchOperation.execute();
239 final BatchOperation batchOperation = new BatchOperation(context, resolver)
    [all...]
  /external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store.cc 127 void BatchOperation(PendingOperation::OperationType op,
361 BatchOperation(PendingOperation::COOKIE_ADD, cc);
366 BatchOperation(PendingOperation::COOKIE_UPDATEACCESS, cc);
371 BatchOperation(PendingOperation::COOKIE_DELETE, cc);
374 void SQLitePersistentCookieStore::Backend::BatchOperation(
  /external/chromium_org/chrome/browser/net/
sqlite_server_bound_cert_store.cc 104 void BatchOperation(
443 BatchOperation(PendingOperation::CERT_ADD, cert);
448 BatchOperation(PendingOperation::CERT_DELETE, cert);
451 void SQLiteServerBoundCertStore::Backend::BatchOperation(
  /external/chromium_org/content/browser/media/
webrtc_identity_store_backend.cc 155 void BatchOperation(OperationType type,
401 BatchOperation(ADD_IDENTITY, origin, identity_name, identity);
411 BatchOperation(DELETE_IDENTITY, origin, identity_name, identity);
423 void WebRTCIdentityStoreBackend::SqlLiteStorage::BatchOperation(
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store.cc 193 void BatchOperation(PendingOperation::OperationType op,
864 BatchOperation(PendingOperation::COOKIE_ADD, cc);
869 BatchOperation(PendingOperation::COOKIE_UPDATEACCESS, cc);
874 BatchOperation(PendingOperation::COOKIE_DELETE, cc);
877 void SQLitePersistentCookieStore::Backend::BatchOperation(
    [all...]

Completed in 4113 milliseconds