Home
last modified time | relevance | path

Searched refs:TYPE_DELETE (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/
DContentProviderOperation.java42 public final static int TYPE_DELETE = 3; field in ContentProviderOperation
191 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()
/frameworks/base/core/tests/coretests/src/android/content/
DContentProviderOperationTest.java363 assertEquals(ContentProviderOperation.TYPE_DELETE, operationGetType(op2)); in testParcelingOperation()
/frameworks/base/core/java/android/widget/
DEditor.java5304 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: