OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TYPE_INSERT
(Results
1 - 18
of
18
) sorted by null
/frameworks/base/core/java/android/content/
ContentProviderOperation.java
38
public final static int
TYPE_INSERT
= 1;
173
return new Builder(
TYPE_INSERT
, uri);
231
return mType ==
TYPE_INSERT
;
269
return mType == TYPE_DELETE || mType ==
TYPE_INSERT
|| mType == TYPE_UPDATE;
301
if (mType ==
TYPE_INSERT
) {
536
if (mType !=
TYPE_INSERT
&& mType != TYPE_UPDATE && mType != TYPE_ASSERT) {
552
if (mType !=
TYPE_INSERT
&& mType != TYPE_UPDATE && mType != TYPE_ASSERT) {
589
if (mType !=
TYPE_INSERT
&& mType != TYPE_UPDATE && mType != TYPE_ASSERT) {
610
if (mType !=
TYPE_INSERT
&& mType != TYPE_UPDATE && mType != TYPE_ASSERT) {
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactDeltaListTests.java
57
public static final int
TYPE_INSERT
= 1;
227
return "
TYPE_INSERT
";
281
case
TYPE_INSERT
:
292
if (type == TYPE_ASSERT || type ==
TYPE_INSERT
|| type == TYPE_UPDATE
433
buildCPOWrapper(Data.CONTENT_URI,
TYPE_INSERT
, buildDataInsert(phone, CONTACT_BOB)),
474
buildCPOWrapper(Data.CONTENT_URI,
TYPE_INSERT
, buildDataInsert(bluePhone, CONTACT_BOB)),
482
buildCPOWrapper(Data.CONTENT_URI,
TYPE_INSERT
, buildDataInsert(bluePhone, CONTACT_BOB)),
501
buildCPOWrapper(RawContacts.CONTENT_URI,
TYPE_INSERT
, joeContactInsert),
502
buildCPOWrapper(Data.CONTENT_URI,
TYPE_INSERT
, joePhoneInsert),
511
buildCPOWrapper(RawContacts.CONTENT_URI,
TYPE_INSERT
, joeContactInsert)
[
all
...]
RawContactModifierTests.java
67
public static final int
TYPE_INSERT
= 1;
442
RawContactDeltaListTests.buildCPOWrapper(Data.CONTENT_URI,
TYPE_INSERT
,
468
RawContactDeltaListTests.buildCPOWrapper(Data.CONTENT_URI,
TYPE_INSERT
,
477
RawContactDeltaListTests.buildCPOWrapper(Data.CONTENT_URI,
TYPE_INSERT
,
[
all
...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/compat/
CompatUtils.java
35
public final static int
TYPE_INSERT
= 1;
44
* Returns whether the operation in CPOWrapper is of
TYPE_INSERT
;
50
return (cpoWrapper.getType() ==
TYPE_INSERT
);
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
ValuesDeltaTests.java
54
: builderWrapper.getType() == CompatUtils.
TYPE_INSERT
;
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardEntryTests.java
361
assertEquals(ContentProviderOperation.
TYPE_INSERT
, operationList.get(0).getType());
362
assertEquals(ContentProviderOperation.
TYPE_INSERT
, operationList.get(1).getType());
/frameworks/base/core/tests/coretests/src/android/content/
ContentProviderOperationTest.java
315
assertEquals(ContentProviderOperation.
TYPE_INSERT
, operationGetType(op2));
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ValuesDelta.java
424
bw = new BuilderWrapper(builder, CompatUtils.
TYPE_INSERT
);
/frameworks/base/core/java/android/widget/
Editor.java
[
all
...]
/external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar
shadows-core-3.1-SNAPSHOT-17.jar
shadows-core-3.1-SNAPSHOT-18.jar
shadows-core-3.1-SNAPSHOT-19.jar
shadows-core-3.1-SNAPSHOT-21.jar
shadows-core-3.1-SNAPSHOT-22.jar
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
Completed in 134 milliseconds