HomeSort by relevance Sort by last modified time
    Searched defs:superPrimary (Results 1 - 2 of 2) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandler.java 113 final Integer superPrimary = values.getAsInteger(Data.IS_SUPER_PRIMARY);
114 if ((primary != null && primary != 0) || (superPrimary != null && superPrimary != 0)) {
120 if (superPrimary != null) {
121 if (superPrimary != 0) {
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 591 Integer superPrimary = entryValues.getAsInteger(Data.IS_SUPER_PRIMARY);
592 final boolean isSuperPrimary = superPrimary != null && superPrimary != 0;
    [all...]

Completed in 500 milliseconds