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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java202 BluetoothMapMasInstance masInst = mMasInstances.get(masId); // returns null for -1
203 if(masInst != null) {
204 masInst.startRfcommSocketListener();
275 BluetoothMapMasInstance masInst = mMasInstances.valueAt(i);
276 if(masInst.getMasId() != masId && masInst.isStarted()) {
288 BluetoothMapMasInstance masInst = mMasInstances.get(masId); // returns null for -1
289 if(masInst != null) {
290 masInst.restartObexServerSession();
403 BluetoothMapMasInstance masInst
763 onConnect(BluetoothDevice remoteDevice, BluetoothMapMasInstance masInst) argument
[all...]

Completed in 68 milliseconds