Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
DPeripheralProfile.java47 ProfileButtonAttributes mButtonAttributes; field in PeripheralProfile
63 return mButtonAttributes; in getButtonAttributes()
105 mButtonAttributes = buttonAttributes; in PeripheralProfile()
189 mButtonAttributes = new ProfileButtonAttributes(); in startElement()
190 parseProfileButtons(mButtonAttributes, localName, atts); in startElement()