Home
last modified time | relevance | path

Searched defs: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
297 BluetoothMapMasInstance masInst = mMasInstances.valueAt(i); in stopObexServerSessions() local
310 BluetoothMapMasInstance masInst = mMasInstances.get(masId); // returns null for -1 in stopObexServerSessions() local
428 BluetoothMapMasInstance masInst = mMasInstances.get(msg.arg1); in handleMessage() local
452 BluetoothMapMasInstance masInst = mMasInstances.get(masId); in onConnectHandler() local
699 BluetoothMapMasInstance masInst = mMasInstanceMap.remove(account); in updateMasInstancesHandler() local
737 BluetoothMapMasInstance masInst = mMasInstances.valueAt(i); in updateMasInstancesHandler() local
850 public boolean onConnect(BluetoothDevice remoteDevice, BluetoothMapMasInstance masInst) { in onConnect()
1110 BluetoothMapMasInstance masInst = null; in onReceive() local