Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/test/app/ImsMediaTestingApp/app/src/main/java/com/example/imsmediatestingapp/
DDeviceInfo.java42 Set<Integer> audioCodecs, Set<Integer> amrModes, Set<Integer> evsBandwidths, in DeviceInfo() argument
49 this.mEvsBandwidths = evsBandwidths; in DeviceInfo()
219 public DeviceInfo.Builder setEvsBandwidths(Set<Integer> evsBandwidths) { in setEvsBandwidths() argument
220 if (!evsBandwidths.isEmpty()) { in setEvsBandwidths()
221 this.mEvsBandwidths = evsBandwidths; in setEvsBandwidths()