OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:batchoperation
(Results
1 - 8
of
8
) sorted by null
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
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
...]
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
...]
/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/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/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
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar
Completed in 447 milliseconds