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) {
427 if (mType == TYPE_ASSERT) {
447 if (mType != TYPE_INSERT && mType != TYPE_UPDATE && mType != TYPE_ASSERT) {
463 if (mType != TYPE_INSERT && mType != TYPE_UPDATE && mType != TYPE_ASSERT) {
481 if (mType != TYPE_UPDATE && mType != TYPE_DELETE && mType != TYPE_ASSERT) {
500 if (mType != TYPE_INSERT && mType != TYPE_UPDATE && mType != TYPE_ASSERT) {
521 if (mType != TYPE_INSERT && mType != TYPE_UPDATE && mType != TYPE_ASSERT) {
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityDeltaTests.java 26 import static android.content.ContentProviderOperation.TYPE_ASSERT;
236 assertEquals("Expected version enforcement", TYPE_ASSERT, oper.getType());
276 assertEquals("Expected version enforcement", TYPE_ASSERT, oper.getType());
315 assertEquals("Expected version enforcement", TYPE_ASSERT, oper.getType());
348 assertEquals("Expected version enforcement", TYPE_ASSERT, oper.getType());
EntitySetTests.java 19 import static android.content.ContentProviderOperation.TYPE_ASSERT;
223 case TYPE_ASSERT: return "TYPE_ASSERT";
234 return buildOper(RawContacts.CONTENT_URI, TYPE_ASSERT, values);
274 case TYPE_ASSERT:

Completed in 6619 milliseconds