Searched refs:sightType (Results 1 – 1 of 1) sorted by relevance
155 public ChannelSoundingParams(int sightType, int locationType, int csSecurityLevel) { in ChannelSoundingParams() argument156 mSightType = sightType; in ChannelSoundingParams()253 public @NonNull Builder setSightType(@SightType int sightType) { in setSightType() argument254 switch (sightType) { in setSightType()258 mSightType = sightType; in setSightType()261 throw new IllegalArgumentException("unknown sight type " + sightType); in setSightType()