Searched refs:sightType (Results 1 – 2 of 2) sorted by relevance
154 public ChannelSoundingParams(int sightType, int locationType, int csSecurityLevel) { in ChannelSoundingParams() argument155 mSightType = sightType; in ChannelSoundingParams()252 public @NonNull Builder setSightType(@SightType int sightType) { in setSightType() argument253 switch (sightType) { in setSightType()257 mSightType = sightType; in setSightType()260 throw new IllegalArgumentException("unknown sight type " + sightType); in setSightType()
248 public Builder setSightType(@SightType int sightType) { in setSightType() argument249 mSightType = sightType; in setSightType()