Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DMockMasInstance.java17 public int getMasId() { in getMasId() method in MockMasInstance
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java298 if(masInst.getMasId() != masId && masInst.isStarted()) { in stopObexServerSessions()
703 mMasInstances.remove(masInst.getMasId()); in updateMasInstancesHandler()
900 sendConnectMessage(masInst.getMasId()); in onConnect()
DBluetoothMapMasInstance.java243 int getMasId() { in getMasId() method in BluetoothMapMasInstance
DBluetoothMapObexServer.java127 mMasId = mas.getMasId(); in BluetoothMapObexServer()
DBluetoothMapContentObserver.java265 mMasId = mMasInstance.getMasId(); in BluetoothMapContentObserver()