Home
last modified time | relevance | path

Searched refs:mEvsBandwidths (Results 1 – 1 of 1) sorted by relevance

/packages/modules/ImsMedia/test/app/ImsMediaTestingApp/app/src/main/java/com/example/imsmediatestingapp/
DDeviceInfo.java29 private final Set<Integer> mEvsBandwidths; field in DeviceInfo
49 this.mEvsBandwidths = evsBandwidths; in DeviceInfo()
98 return mEvsBandwidths; in getEvsBandwidths()
131 mEvsBandwidths.forEach(item -> joiner.add(item.toString())); in getEvsBandwidthsToString()
172 private Set<Integer> mEvsBandwidths = new HashSet<>(Arrays.asList(EvsParams.EVS_BAND_NONE, field in DeviceInfo.Builder
221 this.mEvsBandwidths = evsBandwidths; in setEvsBandwidths()
286 return new DeviceInfo(mInetAddress, mAudioCodecs, mAmrModes, mEvsBandwidths, mEvsModes, in build()