Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
DPeripheralProfile.java36 public class ProfileAttributes { class in PeripheralProfile
44 ProfileAttributes mOutputAttributes;
45 ProfileAttributes mInputAttributes;
56 public ProfileAttributes getOutputAttributes() { in getOutputAttributes()
59 public ProfileAttributes getInputAttributes() { in getInputAttributes()
79 mOutputAttributes = new ProfileAttributes(); in PeripheralProfile()
95 mInputAttributes = new ProfileAttributes(); in PeripheralProfile()
108 public static boolean matches(ProfileAttributes attribs, AudioDeviceInfo deviceInfo) { in matches()
157 private void parseProfileAttributes(ProfileAttributes attribs, String elementName, in parseProfileAttributes()
183 mOutputAttributes = new ProfileAttributes(); in startElement()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DUSBAudioPeripheralAttributesActivity.java67 PeripheralProfile.ProfileAttributes attribs = in updateConnectStatus()
135 PeripheralProfile.ProfileAttributes attribs = in updateConnectStatus()