Searched refs:carrierPresence (Results 1 – 5 of 5) sorted by relevance
277 public final int carrierPresence; field in DialerDatabaseHelper.ContactNumber280 String lookupKey, long photoId, int carrierPresence) { in ContactNumber() argument287 this.carrierPresence = carrierPresence; in ContactNumber()293 carrierPresence); in hashCode()309 && Objects.equal(this.carrierPresence, that.carrierPresence); in equals()1132 final int carrierPresence = cursor.getInt(columnCarrierPresence); in getLooseMatches() local1153 photoId, carrierPresence)); in getLooseMatches()
64 int isSuperPrimary, int inVisibleGroup, int isPrimary, int carrierPresence) { in constructNewContact() argument77 isPrimary, carrierPresence}); in constructNewContact()
105 row[PhoneQuery.CARRIER_PRESENCE] = contact.carrierPresence; in loadInBackground()
494 int carrierPresence = cursor.getInt(PhoneQuery.CARRIER_PRESENCE); in bindPhoneNumber() local495 boolean isPresent = (carrierPresence & Phone.CARRIER_PRESENCE_VT_CAPABLE) != 0; in bindPhoneNumber()
1905 int carrierPresence = dataItem.getCarrierPresence(); in dataItemToEntry() local1906 boolean isPresent = (carrierPresence & Phone.CARRIER_PRESENCE_VT_CAPABLE) != 0; in dataItemToEntry()