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

/frameworks/base/core/java/android/content/
H A DContentProviderOperation.java44 public final static int TYPE_ASSERT = 4; field in class:ContentProviderOperation
200 return new Builder(TYPE_ASSERT, uri);
258 return mType == TYPE_ASSERT;
278 return mType == TYPE_ASSERT;
314 } else if (mType == TYPE_ASSERT) {
516 if (mType == TYPE_ASSERT) {
536 if (mType != TYPE_INSERT && mType != TYPE_UPDATE && mType != TYPE_ASSERT) {
552 if (mType != TYPE_INSERT && mType != TYPE_UPDATE && mType != TYPE_ASSERT) {
570 if (mType != TYPE_UPDATE && mType != TYPE_DELETE && mType != TYPE_ASSERT) {
589 if (mType != TYPE_INSERT && mType != TYPE_UPDATE && mType != TYPE_ASSERT) {
[all...]

Completed in 48 milliseconds