Searched refs:TYPE_INSERT (Results 1 – 3 of 3) sorted by relevance
44 public final static int TYPE_INSERT = 1; field in ContentProviderOperation184 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()
7620 private static final int TYPE_INSERT = 0; field in Editor.SelectionHandleView.EditOperation7646 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()
66836 Landroid/widget/Editor$EditOperation;->TYPE_INSERT:I