Searched refs:TYPE_DELETE (Results 1 – 2 of 2) sorted by relevance
36 public final static int TYPE_DELETE = 3; field in ContentProviderOperation160 return new Builder(TYPE_DELETE, uri); in newDelete()186 return mType == TYPE_DELETE || mType == TYPE_INSERT || mType == TYPE_UPDATE; in isWriteOperation()222 if (mType == TYPE_DELETE) { in apply()483 if (mType != TYPE_UPDATE && mType != TYPE_DELETE && mType != TYPE_ASSERT) { in withSelectionBackReference()564 if (mType != TYPE_UPDATE && mType != TYPE_DELETE && mType != TYPE_ASSERT) { in withSelection()585 if (mType != TYPE_UPDATE && mType != TYPE_DELETE && mType != TYPE_ASSERT) { in withExpectedCount()
363 assertEquals(ContentProviderOperation.TYPE_DELETE, operationGetType(op2)); in testParcelingOperation()