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

/frameworks/base/core/java/android/content/
H A DContentProviderOperation.java38 public final static int TYPE_ASSERT = 4; field in class:ContentProviderOperation
169 return new Builder(TYPE_ASSERT, uri);
190 return mType == TYPE_ASSERT;
226 } else if (mType == TYPE_ASSERT) {
429 if (mType == TYPE_ASSERT) {
449 if (mType != TYPE_INSERT && mType != TYPE_UPDATE && mType != TYPE_ASSERT) {
465 if (mType != TYPE_INSERT && mType != TYPE_UPDATE && mType != TYPE_ASSERT) {
483 if (mType != TYPE_UPDATE && mType != TYPE_DELETE && mType != TYPE_ASSERT) {
502 if (mType != TYPE_INSERT && mType != TYPE_UPDATE && mType != TYPE_ASSERT) {
523 if (mType != TYPE_INSERT && mType != TYPE_UPDATE && mType != TYPE_ASSERT) {
[all...]

Completed in 40 milliseconds