Searched refs:objectId (Results 1 – 7 of 7) sorted by relevance
60 public String objectId; field in ContactInfo126 if (!TextUtils.equals(objectId, other.objectId)) { in equals()171 + objectId in toString()
48 boolean canReportAsInvalid(ContactSource.Type sourceType, String objectId); in canReportAsInvalid() argument
604 public boolean canReportAsInvalid(ContactSource.Type sourceType, String objectId) { in canReportAsInvalid() argument606 && cachedNumberLookupService.canReportAsInvalid(sourceType, objectId); in canReportAsInvalid()
88 public String objectId; field in PhoneCallDetails
1088 details.objectId = info.objectId; in loadData()
775 && cachedNumberLookupService.canReportAsInvalid(info.sourceType, info.objectId); in bindActionButtons()
2782 long objectId = values[i].getAsLong(MediaStore.MediaColumns._ID); in setObjectReferences() local2784 new String[] { Long.toString(objectId) }, in setObjectReferences()