HomeSort by relevance Sort by last modified time
    Searched defs:TYPE_UPDATE (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/content/
ContentProviderOperation.java 34 public final static int TYPE_UPDATE = 2;
151 return new Builder(TYPE_UPDATE, uri);
186 return mType == TYPE_DELETE || mType == TYPE_INSERT || mType == TYPE_UPDATE;
224 } else if (mType == TYPE_UPDATE) {
423 if (mType == TYPE_UPDATE) {
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...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
MetadataDbHelper.java 108 public static final int TYPE_UPDATE = 3;
    [all...]

Completed in 227 milliseconds