Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DContentProviderOperation.java38 public final static int TYPE_ASSERT = 4; field in ContentProviderOperation
169 return new Builder(TYPE_ASSERT, uri); in newAssertQuery()
190 return mType == TYPE_ASSERT; in isReadOperation()
226 } else if (mType == TYPE_ASSERT) { in apply()
429 if (mType == TYPE_ASSERT) { in build()
449 if (mType != TYPE_INSERT && mType != TYPE_UPDATE && mType != TYPE_ASSERT) { in withValueBackReferences()
465 if (mType != TYPE_INSERT && mType != TYPE_UPDATE && mType != TYPE_ASSERT) { in withValueBackReference()
483 if (mType != TYPE_UPDATE && mType != TYPE_DELETE && mType != TYPE_ASSERT) { in withSelectionBackReference()
502 if (mType != TYPE_INSERT && mType != TYPE_UPDATE && mType != TYPE_ASSERT) { in withValues()
523 if (mType != TYPE_INSERT && mType != TYPE_UPDATE && mType != TYPE_ASSERT) { in withValue()
[all …]