Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java222 BluetoothMapMasInstance masInst = mMasInstances.get(masId); // returns null for -1 in startSocketListeners() local
223 if (masInst != null) { in startSocketListeners()
224 masInst.startSocketListeners(); in startSocketListeners()
303 BluetoothMapMasInstance masInst = mMasInstances.valueAt(i); in stopObexServerSessions() local
304 if (masInst.getMasId() != masId && masInst.isStarted()) { in stopObexServerSessions()
316 BluetoothMapMasInstance masInst = mMasInstances.get(masId); // returns null for -1 in stopObexServerSessions() local
317 if (masInst != null) { in stopObexServerSessions()
318 masInst.restartObexServerSession(); in stopObexServerSessions()
452 BluetoothMapMasInstance masInst = mMasInstances.get(msg.arg1); in handleMessage() local
453 if (masInst != null && masInst.mObserver != null) { in handleMessage()
[all …]