Searched refs:getProtectionUsed (Results 1 – 5 of 5) sorted by relevance
68 public int getProtectionUsed() { in getProtectionUsed() method in SexualActivityRecord110 return getProtectionUsed() == that.getProtectionUsed(); in equals()116 return Objects.hash(super.hashCode(), getProtectionUsed()); in hashCode()
35 public int getProtectionUsed() { in getProtectionUsed() method in SexualActivityRecordInternal49 return new SexualActivityRecord.Builder(buildMetaData(), getTime(), getProtectionUsed()) in toExternalRecord()
61 contentValues.put(PROTECTION_USED_COLUMN_NAME, sexualActivityRecord.getProtectionUsed()); in populateSpecificContentValues()
193 assertThat(newRecord.getProtectionUsed()).isEqualTo(testRecord.getProtectionUsed()); in testReadSexualActivityRecordUsingFilters_dataFilter_correct()
1505 method public int getProtectionUsed();