Searched refs:newInsert (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/content/
H A DContentProviderOperationTest.java53 ContentProviderOperation op1 = ContentProviderOperation.newInsert(sTestUri1)
67 ContentProviderOperation op1 = ContentProviderOperation.newInsert(sTestUri1)
80 ContentProviderOperation op1 = ContentProviderOperation.newInsert(sTestUri1)
103 ContentProviderOperation op1 = ContentProviderOperation.newInsert(sTestUri1)
122 ContentProviderOperation op1 = ContentProviderOperation.newInsert(sTestUri1)
247 ContentProviderOperation op1 = ContentProviderOperation.newInsert(sTestUri1)
300 ContentProviderOperation.Builder builder = ContentProviderOperation.newInsert(
/frameworks/base/core/java/android/provider/
H A DSyncStateContract.java163 .newInsert(uri)
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java163 .newInsert(Data.CONTENT_URI);
323 .newInsert(Data.CONTENT_URI);
413 .newInsert(Data.CONTENT_URI);
556 .newInsert(Data.CONTENT_URI);
779 .newInsert(Data.CONTENT_URI);
890 .newInsert(Data.CONTENT_URI);
994 .newInsert(Data.CONTENT_URI);
1077 .newInsert(Data.CONTENT_URI);
1130 .newInsert(Data.CONTENT_URI);
1185 .newInsert(Dat
[all...]
/frameworks/base/core/java/android/content/
H A DContentProviderOperation.java141 public static Builder newInsert(Uri uri) { method in class:ContentProviderOperation
393 * first created by calling {@link ContentProviderOperation#newInsert(android.net.Uri)},

Completed in 77 milliseconds