Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java114 private int mMasId = 0; field in BluetoothMapObexServer
135 mMasId = mas.getMasId(); in BluetoothMapObexServer()
974 msg.arg1 = mMasId; in onClose()
1623 if (mMasId == appParams.getMasInstanceId()) { in sendMASInstanceInformationRsp()
1636 if (mMasId < 10) { in sendMASInstanceInformationRsp()
1638 } else if (mMasId < 100) { in sendMASInstanceInformationRsp()
1641 sb.append(mMasId); in sendMASInstanceInformationRsp()
DBluetoothMapContentObserver.java130 private int mMasId; field in BluetoothMapContentObserver
257 mMasId = mMasInstance.getMasId(); in BluetoothMapContentObserver()
931 msg.arg1 = mMasId; in setNotificationRegistration()
1232 mMnsClient.sendEvent(evt.encode(), mMasId); in sendEvent() local
1923 Log.w(TAG, "Problems contacting the ContentProvider in mas Instance " + mMasId in handleMsgListChanges()
2128 Log.w(TAG, "Problems contacting the ContentProvider in mas Instance " + mMasId in handleContactListChanges()