Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DSdpDipRecord.java28 private final boolean mPrimaryRecord; field in SdpDipRecord
43 this.mPrimaryRecord = primaryRecord; in SdpDipRecord()
52 this.mPrimaryRecord = in.readBoolean(); in SdpDipRecord()
76 return mPrimaryRecord; in getPrimaryRecord()
86 dest.writeBoolean(mPrimaryRecord); in writeToParcel()