Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java300 if (masInst.getMasId() != masId && masInst.isStarted()) { in stopObexServerSessions()
776 mMasInstances.remove(masInst.getMasId()); in updateMasInstancesHandler()
938 sendConnectMessage(masInst.getMasId()); in onConnect()
DBluetoothMapMasInstance.java248 int getMasId() { in getMasId() method in BluetoothMapMasInstance
DBluetoothMapObexServer.java135 mMasId = mas.getMasId(); in BluetoothMapObexServer()
DBluetoothMapContentObserver.java257 mMasId = mMasInstance.getMasId(); in BluetoothMapContentObserver()