Searched refs:PeripheralProfile (Results 1 – 4 of 4) sorted by relevance
108 private final ArrayList<PeripheralProfile> mProfiles =109 new ArrayList<PeripheralProfile>();111 private PeripheralProfile mParsingProfile = null;113 public boolean addProfile(PeripheralProfile profile) { in addProfile()124 } else if (localName.equals(PeripheralProfile.kTag_Profile)){ in startElement()125 mParsingProfile = new PeripheralProfile(null, null, null, null, null); in startElement()136 } else if (localName.equals(PeripheralProfile.kTag_Profile)){ in endElement()180 public ArrayList<PeripheralProfile> getProfiles() { return mProfiles; } in getProfiles()185 public PeripheralProfile getProfile(int index) { in getProfile()190 public PeripheralProfile getProfile(String productName) { in getProfile()[all …]
30 public class PeripheralProfile extends DefaultHandler { class69 public PeripheralProfile(String profileName, String profileDescription, in PeripheralProfile() method in PeripheralProfile
27 import com.android.cts.verifier.audio.peripheralprofile.PeripheralProfile;190 PeripheralProfile.ProfileAttributes attribs = in updateConnectStatus()240 PeripheralProfile.ProfileAttributes attribs = in updateConnectStatus()
34 import com.android.cts.verifier.audio.peripheralprofile.PeripheralProfile;49 protected PeripheralProfile mSelectedProfile;