Searched refs:mProtectionUsed (Results 1 – 2 of 2) sorted by relevance
38 private final int mProtectionUsed; field in SexualActivityRecord61 mProtectionUsed = protectionUsed; in SexualActivityRecord()69 return mProtectionUsed; in getProtectionUsed()124 private final int mProtectionUsed; field in SexualActivityRecord.Builder141 mProtectionUsed = protectionUsed; in Builder()166 return new SexualActivityRecord(mMetadata, mTime, mZoneOffset, mProtectionUsed, true); in buildWithoutValidation()174 return new SexualActivityRecord(mMetadata, mTime, mZoneOffset, mProtectionUsed, false); in build()196 recordInternal.setProtectionUsed(mProtectionUsed); in toRecordInternal()
32 private int mProtectionUsed; field in SexualActivityRecordInternal36 return mProtectionUsed; in getProtectionUsed()42 this.mProtectionUsed = protectionUsed; in setProtectionUsed()56 mProtectionUsed = parcel.readInt(); in populateInstantRecordFrom()61 parcel.writeInt(mProtectionUsed); in populateInstantRecordTo()