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.java218 BluetoothMapMasInstance masInst = mMasInstances.get(masId); // returns null for -1 in startSocketListeners() local
219 if (masInst != null) { in startSocketListeners()
220 masInst.startSocketListeners(); in startSocketListeners()
299 BluetoothMapMasInstance masInst = mMasInstances.valueAt(i); in stopObexServerSessions() local
300 if (masInst.getMasId() != masId && masInst.isStarted()) { in stopObexServerSessions()
312 BluetoothMapMasInstance masInst = mMasInstances.get(masId); // returns null for -1 in stopObexServerSessions() local
313 if (masInst != null) { in stopObexServerSessions()
314 masInst.restartObexServerSession(); in stopObexServerSessions()
444 BluetoothMapMasInstance masInst = mMasInstances.get(msg.arg1); in handleMessage() local
445 if (masInst != null && masInst.mObserver != null) { in handleMessage()
[all …]