Searched refs:PeripheralProfile (Results 1 – 7 of 7) sorted by relevance
105 private final ArrayList<PeripheralProfile> mProfiles =106 new ArrayList<PeripheralProfile>();108 private PeripheralProfile mParsingProfile = null;110 public boolean addProfile(PeripheralProfile profile) { in addProfile()121 } else if (localName.equals(PeripheralProfile.kTag_Profile)){ in startElement()122 mParsingProfile = new PeripheralProfile(null, null, null, null, null); in startElement()133 } else if (localName.equals(PeripheralProfile.kTag_Profile)){ in endElement()177 public ArrayList<PeripheralProfile> getProfiles() { return mProfiles; } in getProfiles()182 public PeripheralProfile getProfile(int index) { in getProfile()187 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
26 import com.android.cts.verifier.audio.peripheralprofile.PeripheralProfile;65 PeripheralProfile.ProfileAttributes attribs = in updateConnectStatus()133 PeripheralProfile.ProfileAttributes attribs = in updateConnectStatus()
27 import com.android.cts.verifier.audio.peripheralprofile.PeripheralProfile;39 protected PeripheralProfile mSelectedProfile;
24 import com.android.cts.verifier.audio.peripheralprofile.PeripheralProfile;
28 import com.android.cts.verifier.audio.peripheralprofile.PeripheralProfile;
31 import com.android.cts.verifier.audio.peripheralprofile.PeripheralProfile;