Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMasInstance.java81 private int mMasInstanceId = -1; field in BluetoothMapMasInstance
128 mMasInstanceId = masId; in BluetoothMapMasInstance()
136 if (V) Log.d(TAG, "Removing SDP record for MAS instance: " + mMasInstanceId + in removeSdpRecord()
151 return "MasId: " + mMasInstanceId + " Uri:" + mBaseUri + " SMS/MMS:" + mEnableSmsMms; in toString()
244 return mMasInstanceId; in getMasId()
295 if(V) Log.d(TAG, "Creating new SDP record for MAS instance: " + mMasInstanceId + in startRfcommSocketListener()
335 mMasInstanceId, in createMasSdpRecord()
348 if (D) Log.d(TAG, "Map Service startObexServerSession masid = " + mMasInstanceId); in startObexServerSession()
DBluetoothMapAppParams.java151 private int mMasInstanceId = INVALID_VALUE_PARAMETER; field in BluetoothMapAppParams
1194 return mMasInstanceId; in getMasInstanceId()
1200 this.mMasInstanceId = masInstanceId; in setMasInstanceId()