Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java153 final HashMap<BluetoothDevice, PbapStateMachine> mPbapStateMachineMap = new HashMap<>(); field in BluetoothPbapService
224 synchronized (mPbapStateMachineMap) { in parseIntent()
225 PbapStateMachine sm = mPbapStateMachineMap.get(device); in parseIntent()
261 synchronized (mPbapStateMachineMap) { in parseIntent()
262 PbapStateMachine sm = mPbapStateMachineMap.get(device); in parseIntent()
271 synchronized (mPbapStateMachineMap) { in parseIntent()
272 PbapStateMachine sm = mPbapStateMachineMap.get(device); in parseIntent()
354 synchronized (mPbapStateMachineMap) { in cleanUpServerSocket()
355 for (PbapStateMachine stateMachine : mPbapStateMachineMap.values()) { in cleanUpServerSocket()
573 synchronized (mPbapStateMachineMap) { in handleMessage()
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapServiceTest.java118 mService.mPbapStateMachineMap.put(mRemoteDevice, sm); in disconnect()
128 mService.mPbapStateMachineMap.put(mRemoteDevice, sm); in getConnectedDevices()
153 mService.mPbapStateMachineMap.put(mRemoteDevice, sm); in getDevicesMatchingConnectionStates()
164 mService.mPbapStateMachineMap.put(mRemoteDevice, sm); in onAcceptFailed()
168 assertThat(mService.mPbapStateMachineMap).isEmpty(); in onAcceptFailed()
183 mService.mPbapStateMachineMap.put(mRemoteDevice, sm); in broadcastReceiver_onReceive_withActionConnectionAccessReply()
197 mService.mPbapStateMachineMap.put(mRemoteDevice, sm); in broadcastReceiver_onReceive_withActionAuthResponse()
214 mService.mPbapStateMachineMap.put(mRemoteDevice, sm); in broadcastReceiver_onReceive_withActionAuthCancelled()