Searched refs:TYPE_ASSERT (Results 1 – 1 of 1) sorted by relevance
44 public final static int TYPE_ASSERT = 4; field in ContentProviderOperation200 return new Builder(TYPE_ASSERT, uri); in newAssertQuery()258 return mType == TYPE_ASSERT; in isAssertQuery()278 return mType == TYPE_ASSERT; in isReadOperation()314 } else if (mType == TYPE_ASSERT) { in apply()516 if (mType == TYPE_ASSERT) { in build()536 if (mType != TYPE_INSERT && mType != TYPE_UPDATE && mType != TYPE_ASSERT) { in withValueBackReferences()552 if (mType != TYPE_INSERT && mType != TYPE_UPDATE && mType != TYPE_ASSERT) { in withValueBackReference()570 if (mType != TYPE_UPDATE && mType != TYPE_DELETE && mType != TYPE_ASSERT) { in withSelectionBackReference()589 if (mType != TYPE_INSERT && mType != TYPE_UPDATE && mType != TYPE_ASSERT) { in withValues()[all …]