Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DSdpMasRecord.java22 private final int mMasInstanceId; field in SdpMasRecord
46 mMasInstanceId = masInstanceId; in SdpMasRecord()
56 mMasInstanceId = in.readInt(); in SdpMasRecord()
72 return mMasInstanceId; in getMasInstanceId()
106 dest.writeInt(mMasInstanceId); in writeToParcel()
119 if (mMasInstanceId != -1) { in toString()
120 ret += "Mas Instance Id: " + mMasInstanceId + "\n"; in toString()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapMasInstance.java90 private int mMasInstanceId = -1; field in BluetoothMapMasInstance
133 mMasInstanceId = masId; in BluetoothMapMasInstance()
143 + mMasInstanceId in removeSdpRecord()
156 return "MasId: " + mMasInstanceId + " Uri:" + mBaseUri + " SMS/MMS:" + mEnableSmsMms; in toString()
246 return mMasInstanceId; in getMasId()
307 + mMasInstanceId in startSocketListeners()
373 mMasInstanceId, in createMasSdpRecord()
386 debug("Map Service startObexServerSession masid = " + mMasInstanceId); in startObexServerSession()
DBluetoothMapAppParams.java153 private int mMasInstanceId = INVALID_VALUE_PARAMETER; field in BluetoothMapAppParams
1615 return mMasInstanceId; in getMasInstanceId()
1622 this.mMasInstanceId = masInstanceId; in setMasInstanceId()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt2729 Landroid/bluetooth/SdpMasRecord;->mMasInstanceId:I