Searched refs:getFlow (Results 1 – 5 of 5) sorted by relevance
65 public int getFlow() { in getFlow() method in MenstruationFlowRecord105 return getFlow() == that.getFlow(); in equals()111 return Objects.hash(super.hashCode(), getFlow()); in hashCode()
35 public int getFlow() { in getFlow() method in MenstruationFlowRecordInternal49 return new MenstruationFlowRecord.Builder(buildMetaData(), getTime(), getFlow()) in toExternalRecord()
63 contentValues.put(FLOW_COLUMN_NAME, menstruationFlowRecord.getFlow()); in populateSpecificContentValues()
202 assertThat(newRecord.getFlow()).isEqualTo(testRecord.getFlow()); in testReadMenstruationFlowRecordUsingFilters_dataFilter_correct()
1130 method public int getFlow();