Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java673 if (getMasInstanceId() != INVALID_VALUE_PARAMETER) { in EncodeParams()
676 appParamBuf.put((byte) getMasInstanceId()); in EncodeParams()
1193 public int getMasInstanceId() { in getMasInstanceId() method in BluetoothMapAppParams
DBluetoothMapObexServer.java903 + appParams.getMasInstanceId()); in onGet()
1366 if(mMasId == appParams.getMasInstanceId()) { in sendMASInstanceInformationRsp()
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DSdpManagerTestServer.java191 Assert.assertEquals(record.getMasInstanceId(), SdpManagerTest.SDP_MAS_ID); in onReceive()
DObexTest.java665 assertEquals(record.getMasInstanceId(), SDP_MAS_ID); in onReceive()