Searched refs:isKnownSegmentType (Results 1 – 2 of 2) sorted by relevance
397 public static boolean isKnownSegmentType(int segmentType) { in isKnownSegmentType() method in ExerciseSegmentType
87 import static android.health.connect.datatypes.ExerciseSegmentType.isKnownSegmentType;292 if (!isKnownSegmentType(segmentType)) { in validateSessionAndSegmentsTypes()