HomeSort by relevance Sort by last modified time
    Searched defs:SdpPseRecord (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/bluetooth/
SdpPseRecord.java 22 public class SdpPseRecord implements Parcelable {
30 public SdpPseRecord(int l2capPsm,
44 public SdpPseRecord(Parcel in) {
121 public SdpPseRecord createFromParcel(Parcel in) {
122 return new SdpPseRecord(in);
125 public SdpPseRecord[] newArray(int size) {
126 return new SdpPseRecord[size];
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 199 milliseconds