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

/frameworks/base/core/java/android/content/
H A DContentProviderOperation.java38 public final static int TYPE_INSERT = 1; field in class:ContentProviderOperation
173 return new Builder(TYPE_INSERT, uri);
231 return mType == TYPE_INSERT;
269 return mType == TYPE_DELETE || mType == TYPE_INSERT || mType == TYPE_UPDATE;
301 if (mType == TYPE_INSERT) {
536 if (mType != TYPE_INSERT && mType != TYPE_UPDATE && mType != TYPE_ASSERT) {
552 if (mType != TYPE_INSERT && mType != TYPE_UPDATE && mType != TYPE_ASSERT) {
589 if (mType != TYPE_INSERT && mType != TYPE_UPDATE && mType != TYPE_ASSERT) {
610 if (mType != TYPE_INSERT && mType != TYPE_UPDATE && mType != TYPE_ASSERT) {
/frameworks/base/core/java/android/widget/
H A DEditor.java5309 private static final int TYPE_INSERT = 0; field in class:Editor.EditOperation
5336 mType = TYPE_INSERT;
5417 case TYPE_INSERT:
5430 if (edit.mType != TYPE_INSERT) {
5460 if (edit.mType != TYPE_INSERT || getNewTextEnd() != edit.mNewTextStart) {
5525 case TYPE_INSERT:

Completed in 188 milliseconds