Searched refs:mIdColumn (Results 1 - 5 of 5) sorted by relevance

/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DEntityDelta.java492 protected String mIdColumn = BaseColumns._ID; field in class:EntityDelta.ValuesDelta
496 * Next value to assign to {@link #mIdColumn} when building an insert
527 entry.mAfter.put(entry.mIdColumn, sNextInsertId--);
584 return getAsLong(mIdColumn);
588 mIdColumn = idColumn;
610 return (mBefore != null && mBefore.containsKey(mIdColumn));
796 mAfter.remove(mIdColumn);
802 builder.withSelection(mIdColumn + "=" + getId(), null);
806 builder.withSelection(mIdColumn + "=" + getId(), null);
822 dest.writeString(mIdColumn);
[all...]
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectCalendarsSyncAdapter.java51 private int mIdColumn; field in class:SelectCalendarsSyncAdapter
85 mIdColumn = c.getColumnIndexOrThrow(Calendars._ID);
95 long id = c.getLong(mIdColumn);
H A DSelectCalendarsSimpleAdapter.java63 private int mIdColumn; field in class:SelectCalendarsSimpleAdapter
168 mIdColumn = c.getColumnIndexOrThrow(Calendars._ID);
180 mData[p].id = c.getLong(mIdColumn);
/packages/apps/Contacts/src/com/android/contacts/model/
H A DEntityDelta.java528 protected String mIdColumn = BaseColumns._ID; field in class:EntityDelta.ValuesDelta
532 * Next value to assign to {@link #mIdColumn} when building an insert
563 entry.mAfter.put(entry.mIdColumn, sNextInsertId--);
640 return getAsLong(mIdColumn);
644 mIdColumn = idColumn;
666 return (mBefore != null && mBefore.containsKey(mIdColumn));
888 mAfter.remove(mIdColumn);
894 builder.withSelection(mIdColumn + "=" + getId(), null);
898 builder.withSelection(mIdColumn + "=" + getId(), null);
914 dest.writeString(mIdColumn);
[all...]
/packages/apps/Contacts/src/com/android/contacts/list/
H A DCustomContactListFilterActivity.java366 mAfter.remove(mIdColumn);

Completed in 112 milliseconds