Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
DPeripheralProfile.java148 private static final String kAttr_ChanCounts = "ChanCounts"; field in PeripheralProfile
159 attribs.mChannelCounts = parseIntList(xmlAtts.getValue(kAttr_ChanCounts)); in parseProfileAttributes()