Searched refs:mSupportedRadioTechnologies (Results 1 – 3 of 3) sorted by relevance
45 @NonNull @SatelliteManager.NTRadioTechnology private Set<Integer> mSupportedRadioTechnologies; field in SatelliteCapabilities71 mSupportedRadioTechnologies = supportedRadioTechnologies == null in SatelliteCapabilities()91 if (mSupportedRadioTechnologies != null && !mSupportedRadioTechnologies.isEmpty()) { in writeToParcel()92 out.writeInt(mSupportedRadioTechnologies.size()); in writeToParcel()93 for (int technology : mSupportedRadioTechnologies) { in writeToParcel()133 if (mSupportedRadioTechnologies != null && !mSupportedRadioTechnologies.isEmpty()) { in toString()134 for (int technology : mSupportedRadioTechnologies) { in toString()160 return Objects.equals(mSupportedRadioTechnologies, that.mSupportedRadioTechnologies) in equals()168 return Objects.hash(mSupportedRadioTechnologies, mIsPointingRequired, in hashCode()178 return mSupportedRadioTechnologies; in getSupportedRadioTechnologies()[all …]
29 private final Set<Integer> mSupportedRadioTechnologies; field in SatelliteCapabilitiesWrapper49 this.mSupportedRadioTechnologies = in SatelliteCapabilitiesWrapper()62 return mSupportedRadioTechnologies; in getSupportedRadioTechnologies()101 if (mSupportedRadioTechnologies != null && !mSupportedRadioTechnologies.isEmpty()) { in toString()102 for (int technology : mSupportedRadioTechnologies) { in toString()128 return Objects.equals(mSupportedRadioTechnologies, that.mSupportedRadioTechnologies) in equals()137 mSupportedRadioTechnologies, in hashCode()
225 private Set<Integer> mSupportedRadioTechnologies = new HashSet<>(Arrays.asList( field in SatelliteControllerTest231 mSupportedRadioTechnologies, mIsPointingRequired, MAX_BYTES_PER_OUT_GOING_DATAGRAM,