Searched defs:superPrimary (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DPhotoEditorView.java164 public void setSuperPrimary(boolean superPrimary) { argument
165 mEntry.put(Photo.IS_SUPER_PRIMARY, superPrimary ? 1 : 0);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java282 boolean superPrimary) {
283 return insertEmail(rawContactId, email, primary, superPrimary, Email.TYPE_HOME, null);
292 boolean superPrimary, int type, String label) {
302 if (superPrimary) {
281 insertEmail(long rawContactId, String email, boolean primary, boolean superPrimary) argument
291 insertEmail(long rawContactId, String email, boolean primary, boolean superPrimary, int type, String label) argument

Completed in 325 milliseconds