Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
DPeripheralProfile.java72 ProfileButtonAttributes buttonAttributes) { in PeripheralProfile() argument
105 mButtonAttributes = buttonAttributes; in PeripheralProfile()
166 private void parseProfileButtons(ProfileButtonAttributes buttonAttributes, String elementName, in parseProfileButtons() argument
168 buttonAttributes.mHasBtnA = Integer.parseInt(xmlAtts.getValue(kAttr_HasBtnA)) == 1; in parseProfileButtons()
169 buttonAttributes.mHasBtnB = Integer.parseInt(xmlAtts.getValue(kAttr_HasBtnB)) == 1; in parseProfileButtons()
170 buttonAttributes.mHasBtnC = Integer.parseInt(xmlAtts.getValue(kAttr_HasBtnC)) == 1; in parseProfileButtons()