Searched refs:evsBandwidths (Results 1 – 1 of 1) sorted by relevance
42 Set<Integer> audioCodecs, Set<Integer> amrModes, Set<Integer> evsBandwidths, in DeviceInfo() argument49 this.mEvsBandwidths = evsBandwidths; in DeviceInfo()219 public DeviceInfo.Builder setEvsBandwidths(Set<Integer> evsBandwidths) { in setEvsBandwidths() argument220 if (!evsBandwidths.isEmpty()) { in setEvsBandwidths()221 this.mEvsBandwidths = evsBandwidths; in setEvsBandwidths()