Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
DPeripheralProfile.java32 private String mProfileDescription; field in PeripheralProfile
53 public String getDescription() { return mProfileDescription; } in getDescription()
74 mProfileDescription = profileDescription; in PeripheralProfile()
180 mProfileDescription = atts.getValue(kAttr_ProfileDescription); in startElement()