Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
DPeripheralProfile.java150 private static final String kAttr_ChanIndexMasks = "ChanIndexMasks"; field in PeripheralProfile
161 attribs.mChannelIndexMasks = parseIntList(xmlAtts.getValue(kAttr_ChanIndexMasks)); in parseProfileAttributes()