Searched defs:isInsert (Results 1 - 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandlerForGroupMembership.java148 long rawContactId, SQLiteDatabase db, ContentValues values, boolean isInsert) {
158 if (isInsert) {
147 resolveGroupSourceIdInValues(TransactionContext txContext, long rawContactId, SQLiteDatabase db, ContentValues values, boolean isInsert) argument
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DValuesDelta.java236 public boolean isInsert() { method in class:ValuesDelta
411 if (isInsert()) {
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DEntityDelta.java143 return mValues.isInsert();
349 final boolean isContactInsert = mValues.isInsert();
372 final boolean isContactInsert = mValues.isInsert();
398 if (child.isInsert()) {
638 public boolean isInsert() { method in class:EntityDelta.ValuesDelta
794 if (isInsert()) {

Completed in 114 milliseconds