Searched refs:IS_SUPERPRIMARY (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DAggregationSuggestionEngine.java316 public static final int IS_SUPERPRIMARY = 8; field in class:AggregationSuggestionEngine.DataQuery
455 int superprimary = mDataCursor.getInt(DataQuery.IS_SUPERPRIMARY);
462 int superprimary = mDataCursor.getInt(DataQuery.IS_SUPERPRIMARY);
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DContactLoader.java251 public static final int IS_SUPERPRIMARY = 48; field in class:ContactLoader.ContactQuery
729 cursorColumnToContentValues(cursor, cv, ContactQuery.IS_SUPERPRIMARY);

Completed in 58 milliseconds