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()
361 assertEquals(ContentProviderOperation.TYPE_INSERT, operationList.get(0).getType()); in testConstructInsertOperationsInsertName()362 assertEquals(ContentProviderOperation.TYPE_INSERT, operationList.get(1).getType()); in testConstructInsertOperationsInsertName()
7193 private static final int TYPE_INSERT = 0; field in Editor.SelectionHandleView.EditOperation7219 mType = TYPE_INSERT; in EditOperation()7304 case TYPE_INSERT: in mergeWith()7316 if (edit.mType == TYPE_INSERT) { in mergeInsertWith()7357 if (edit.mType == TYPE_INSERT && getNewTextEnd() == edit.mStart) { in mergeReplaceWith()7447 case TYPE_INSERT: in getTypeString()