Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DMockMasInstance.java8 private final int mMasId; field in MockMasInstance
13 this.mMasId = masId; in MockMasInstance()
18 return mMasId; in getMasId()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java103 private int mMasId = 0; field in BluetoothMapObexServer
127 mMasId = mas.getMasId(); in BluetoothMapObexServer()
816 msg.arg1 = mMasId; in onClose()
1366 if(mMasId == appParams.getMasInstanceId()) { in sendMASInstanceInformationRsp()
1379 if(mMasId < 10) { in sendMASInstanceInformationRsp()
1381 } else if(mMasId < 100) { in sendMASInstanceInformationRsp()
1384 sb.append(mMasId); in sendMASInstanceInformationRsp()
DBluetoothMapContentObserver.java125 private int mMasId; field in BluetoothMapContentObserver
265 mMasId = mMasInstance.getMasId(); in BluetoothMapContentObserver()
916 msg.arg1 = mMasId; in setNotificationRegistration()
1174 mMnsClient.sendEvent(evt.encode(), mMasId); in sendEvent() local
1807 + mMasId + " restaring ObexServerSession"); in handleMsgListChanges()
2029 + mMasId + " restaring ObexServerSession"); in handleContactListChanges()