Home | History | Annotate | Download | only in model

Lines Matching defs:TYPE_INSERT

48     public static final int TYPE_INSERT = 1;
218 return "TYPE_INSERT";
272 case TYPE_INSERT:
283 if (type == TYPE_ASSERT || type == TYPE_INSERT || type == TYPE_UPDATE
424 buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT, buildDataInsert(phone, CONTACT_BOB)),
465 buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT, buildDataInsert(bluePhone, CONTACT_BOB)),
473 buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT, buildDataInsert(bluePhone, CONTACT_BOB)),
492 buildCPOWrapper(RawContacts.CONTENT_URI, TYPE_INSERT, joeContactInsert),
493 buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT, joePhoneInsert),
502 buildCPOWrapper(RawContacts.CONTENT_URI, TYPE_INSERT, joeContactInsert),
503 buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT, joePhoneInsert),
553 buildCPOWrapper(RawContacts.CONTENT_URI, TYPE_INSERT, contactInsert),
554 buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT, phoneInsert),
588 buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT, buildDataInsert(bobPhone, CONTACT_BOB)),