HomeSort by relevance Sort by last modified time
    Searched full:issuperprimary (Results 1 - 6 of 6) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
GlobalSearchSupport.java 390 boolean isSuperPrimary = c.getInt(SearchSuggestionQuery.IS_SUPER_PRIMARY) != 0;
401 if (isSuperPrimary || suggestion.organization == null) {
405 if (isSuperPrimary || suggestion.email == null) {
409 if (isSuperPrimary || suggestion.phoneNumber == null) {
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityDelta.java 186 if (entry.isSuperPrimary()) {
606 public boolean isSuperPrimary() {
607 final Long isSuperPrimary = getAsLong(Data.IS_SUPER_PRIMARY);
608 return isSuperPrimary == null ? false : isSuperPrimary != 0;
EntitySet.java 283 if (entry.isSuperPrimary()) {
  /packages/apps/Contacts/src/com/android/contacts/
ViewContactActivity.java     [all...]
  /frameworks/base/core/java/android/pim/vcard/
VCardBuilder.java 265 Integer isSuperPrimary = contentValues.getAsInteger(StructuredName.IS_SUPER_PRIMARY);
266 if (isSuperPrimary != null && isSuperPrimary > 0) {
    [all...]
  /packages/apps/Tag/src/com/android/vcard/
VCardBuilder.java 265 Integer isSuperPrimary = contentValues.getAsInteger(StructuredName.IS_SUPER_PRIMARY);
266 if (isSuperPrimary != null && isSuperPrimary > 0) {
    [all...]

Completed in 113 milliseconds