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

/frameworks/base/core/java/android/content/
H A DContentProviderOperation.java39 public final static int TYPE_ASSERT = 4; field in class:ContentProviderOperation
195 return new Builder(TYPE_ASSERT, uri);
216 return mType == TYPE_ASSERT;
252 } else if (mType == TYPE_ASSERT) {
454 if (mType == TYPE_ASSERT) {
474 if (mType != TYPE_INSERT && mType != TYPE_UPDATE && mType != TYPE_ASSERT) {
490 if (mType != TYPE_INSERT && mType != TYPE_UPDATE && mType != TYPE_ASSERT) {
508 if (mType != TYPE_UPDATE && mType != TYPE_DELETE && mType != TYPE_ASSERT) {
527 if (mType != TYPE_INSERT && mType != TYPE_UPDATE && mType != TYPE_ASSERT) {
548 if (mType != TYPE_INSERT && mType != TYPE_UPDATE && mType != TYPE_ASSERT) {
[all...]

Completed in 258 milliseconds