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.java224 BluetoothMapMasInstance masInst = mMasInstances.get(masId); // returns null for -1 in startRfcommSocketListeners() local
225 if(masInst != null) { in startRfcommSocketListeners()
226 masInst.startRfcommSocketListener(); in startRfcommSocketListeners()
297 BluetoothMapMasInstance masInst = mMasInstances.valueAt(i); in stopObexServerSessions() local
298 if(masInst.getMasId() != masId && masInst.isStarted()) { in stopObexServerSessions()
310 BluetoothMapMasInstance masInst = mMasInstances.get(masId); // returns null for -1 in stopObexServerSessions() local
311 if(masInst != null) { in stopObexServerSessions()
312 masInst.restartObexServerSession(); in stopObexServerSessions()
428 BluetoothMapMasInstance masInst = mMasInstances.get(msg.arg1); in handleMessage() local
429 if (masInst != null && masInst.mObserver != null) { in handleMessage()
[all …]