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.java47 public final static int TYPE_ASSERT = 4; field in ContentProviderOperation
199 return new Builder(TYPE_ASSERT, uri); in newAssertQuery()
263 return mType == TYPE_ASSERT; in isAssertQuery()
283 return mType == TYPE_ASSERT; in isReadOperation()
335 } else if (mType == TYPE_ASSERT) { in applyInternal()
536 if (mType == TYPE_ASSERT) { in build()
556 if (mType != TYPE_INSERT && mType != TYPE_UPDATE && mType != TYPE_ASSERT) { in withValueBackReferences()
572 if (mType != TYPE_INSERT && mType != TYPE_UPDATE && mType != TYPE_ASSERT) { in withValueBackReference()
590 if (mType != TYPE_UPDATE && mType != TYPE_DELETE && mType != TYPE_ASSERT) { in withSelectionBackReference()
609 if (mType != TYPE_INSERT && mType != TYPE_UPDATE && mType != TYPE_ASSERT) { in withValues()
[all …]