Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
DPeripheralProfile.java154 private static final String kAttr_HasBtnB = "HasBtnB"; field in PeripheralProfile
169 buttonAttributes.mHasBtnB = Integer.parseInt(xmlAtts.getValue(kAttr_HasBtnB)) == 1; in parseProfileButtons()