Home
last modified time | relevance | path

Searched refs:TYPE_INSERT (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/
H A DContentProviderOperation.java44 public final static int TYPE_INSERT = 1; field in ContentProviderOperation
184 return new Builder(TYPE_INSERT, uri); in newInsert()
266 return mType == TYPE_INSERT; in isInsert()
316 return mType == TYPE_DELETE || mType == TYPE_INSERT || mType == TYPE_UPDATE; in isWriteOperation()
374 if (mType == TYPE_INSERT) { in applyInternal()
524 case TYPE_INSERT: return "insert"; in typeToString()
1003 case TYPE_INSERT: in assertValuesAllowed()
1027 case TYPE_INSERT: in assertExtrasAllowed()
/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java7620 private static final int TYPE_INSERT = 0; field in Editor.SelectionHandleView.EditOperation
7646 mType = TYPE_INSERT; in EditOperation()
7731 case TYPE_INSERT: in mergeWith()
7743 if (edit.mType == TYPE_INSERT) { in mergeInsertWith()
7784 if (edit.mType == TYPE_INSERT && getNewTextEnd() == edit.mStart) { in mergeReplaceWith()
7874 case TYPE_INSERT: in getTypeString()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt66836 Landroid/widget/Editor$EditOperation;->TYPE_INSERT:I