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

/packages/apps/Contacts/src/com/android/contacts/compat/
H A DCompatUtils.java37 public final static int TYPE_UPDATE = 2; field in class:CompatUtils
54 * Returns whether the operation in CPOWrapper is of TYPE_UPDATE;
60 return (cpoWrapper.getType() == TYPE_UPDATE);
/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DModel.java277 TYPE_UPDATE,
282 public static final int TYPE_UPDATE = 0; field in class:Model.Update
290 mUpdateType = TYPE_UPDATE;
303 return mUpdateType == TYPE_UPDATE;
/packages/apps/Contacts/tests/src/com/android/contacts/model/
H A DRawContactDeltaListTests.java49 public static final int TYPE_UPDATE = 2; field in class:RawContactDeltaListTests
220 return "TYPE_UPDATE";
236 return buildCPOWrapper(RawContacts.CONTENT_URI, TYPE_UPDATE, values);
251 return buildCPOWrapper(AggregationExceptions.CONTENT_URI, TYPE_UPDATE, values);
274 case TYPE_UPDATE:
283 if (type == TYPE_ASSERT || type == TYPE_INSERT || type == TYPE_UPDATE
390 buildCPOWrapper(Data.CONTENT_URI, TYPE_UPDATE, phone.getAfter()),
398 buildCPOWrapper(Data.CONTENT_URI, TYPE_UPDATE, phone.getAfter()),
415 buildCPOWrapper(Data.CONTENT_URI, TYPE_UPDATE, phone.getAfter()),
541 buildCPOWrapper(Data.CONTENT_URI, TYPE_UPDATE, phon
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DMetadataDbHelper.java117 public static final int TYPE_UPDATE = 3; field in class:MetadataDbHelper

Completed in 125 milliseconds