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

  /frameworks/base/core/java/android/content/
ContentProviderOperation.java 38 public final static int TYPE_ASSERT = 4;
169 return new Builder(TYPE_ASSERT, uri);
190 return mType == TYPE_ASSERT;
226 } else if (mType == TYPE_ASSERT) {
429 if (mType == TYPE_ASSERT) {
449 if (mType != TYPE_INSERT && mType != TYPE_UPDATE && mType != TYPE_ASSERT) {
465 if (mType != TYPE_INSERT && mType != TYPE_UPDATE && mType != TYPE_ASSERT) {
483 if (mType != TYPE_UPDATE && mType != TYPE_DELETE && mType != TYPE_ASSERT) {
502 if (mType != TYPE_INSERT && mType != TYPE_UPDATE && mType != TYPE_ASSERT) {
523 if (mType != TYPE_INSERT && mType != TYPE_UPDATE && mType != TYPE_ASSERT) {
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
RawContactDeltaTests.java 19 import static android.content.ContentProviderOperation.TYPE_ASSERT;
194 assertEquals("Expected version enforcement", TYPE_ASSERT, oper.getType());
234 assertEquals("Expected version enforcement", TYPE_ASSERT, oper.getType());
273 assertEquals("Expected version enforcement", TYPE_ASSERT, oper.getType());
306 assertEquals("Expected version enforcement", TYPE_ASSERT, oper.getType());
RawContactDeltaListTests.java 19 import static android.content.ContentProviderOperation.TYPE_ASSERT;
221 case TYPE_ASSERT: return "TYPE_ASSERT";
232 return buildOper(RawContacts.CONTENT_URI, TYPE_ASSERT, values);
272 case TYPE_ASSERT:

Completed in 4426 milliseconds