Searched refs:csSecurityLevel (Results 1 – 1 of 1) sorted by relevance
155 public ChannelSoundingParams(int sightType, int locationType, int csSecurityLevel) { in ChannelSoundingParams() argument158 mCsSecurityLevel = csSecurityLevel; in ChannelSoundingParams()297 public @NonNull Builder setCsSecurityLevel(@CsSecurityLevel int csSecurityLevel) { in setCsSecurityLevel() argument298 switch (csSecurityLevel) { in setCsSecurityLevel()303 mCsSecurityLevel = csSecurityLevel; in setCsSecurityLevel()307 "unknown CS security level " + csSecurityLevel); in setCsSecurityLevel()