Searched refs:TYPE_DELETE (Results 1 – 3 of 3) sorted by relevance
42 public final static int TYPE_DELETE = 3; field in ContentProviderOperation191 return new Builder(TYPE_DELETE, uri); in newDelete()240 return mType == TYPE_DELETE; in isDelete()269 return mType == TYPE_DELETE || mType == TYPE_INSERT || mType == TYPE_UPDATE; in isWriteOperation()310 if (mType == TYPE_DELETE) { in apply()570 if (mType != TYPE_UPDATE && mType != TYPE_DELETE && mType != TYPE_ASSERT) { in withSelectionBackReference()651 if (mType != TYPE_UPDATE && mType != TYPE_DELETE && mType != TYPE_ASSERT) { in withSelection()672 if (mType != TYPE_UPDATE && mType != TYPE_DELETE && mType != TYPE_ASSERT) { in withExpectedCount()
363 assertEquals(ContentProviderOperation.TYPE_DELETE, operationGetType(op2)); in testParcelingOperation()
5304 private static final int TYPE_DELETE = 1;5333 mType = TYPE_DELETE;5413 case TYPE_DELETE:5439 if (edit.mType != TYPE_DELETE) {5521 case TYPE_DELETE: