Home
last modified time | relevance | path

Searched refs:getMasId (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java311 if (masInst.getMasId() != masId && masInst.isStarted()) { in stopObexServerSessions()
808 mMasInstances.remove(masInst.getMasId()); in updateMasInstancesHandler()
993 sendConnectMessage(masInst.getMasId()); in onConnect()
DBluetoothMapMasInstance.java245 int getMasId() { in getMasId() method in BluetoothMapMasInstance
DBluetoothMapObexServer.java143 mMasId = mas.getMasId(); in BluetoothMapObexServer()
DBluetoothMapContentObserver.java270 mMasId = mMasInstance.getMasId(); in BluetoothMapContentObserver()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentObserverTest.java191 when(mInstance.getMasId()).thenReturn(TEST_ID); in setUp()