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

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DAggregationSuggestionEngine.java295 public static final int IS_SUPERPRIMARY = 5; field in class:AggregationSuggestionEngine.DataQuery
406 int superprimary = mDataCursor.getInt(DataQuery.IS_SUPERPRIMARY);
413 int superprimary = mDataCursor.getInt(DataQuery.IS_SUPERPRIMARY);
/packages/apps/Contacts/src/com/android/contacts/model/
H A DContactLoader.java255 public static final int IS_SUPERPRIMARY = 48; field in class:ContactLoader.ContactQuery
680 cursorColumnToContentValues(cursor, cv, ContactQuery.IS_SUPERPRIMARY);
/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DContactLoader.java518 cursorColumnToContentValues(cursor, cv, ContactQuery.IS_SUPERPRIMARY);
836 public static final int IS_SUPERPRIMARY = 48; field in class:ContactLoader.ContactQuery

Completed in 87 milliseconds