Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java164 @VisibleForTesting BluetoothLeBroadcastMetadata mPendingSourceToSwitch = null; field in BassClientStateMachine
250 mPendingSourceToSwitch = null; in cleanup()
987 if (mPendingSourceToSwitch != null) { in processBroadcastReceiverState()
996 message.obj = mPendingSourceToSwitch; in processBroadcastReceiverState()
998 mPendingSourceToSwitch = null; in processBroadcastReceiverState()
1928 mPendingSourceToSwitch = metaData; in processMessage()
2104 if (mPendingSourceToSwitch != null) { in processMessage()
2110 mPendingSourceToSwitch, in processMessage()
2112 mPendingSourceToSwitch = null; in processMessage()
2190 if (mPendingSourceToSwitch != null) { in sendPendingCallbacks()
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientStateMachineTest.java898 mBassClientStateMachine.mPendingSourceToSwitch = mBassClientStateMachine.mPendingMetadata; in gattCallbackOnCharacteristicRead()
910 assertThat(mBassClientStateMachine.mPendingSourceToSwitch).isEqualTo(null); in gattCallbackOnCharacteristicRead()
1425 assertThat(mBassClientStateMachine.mPendingSourceToSwitch).isEqualTo(metadata); in sendSwitchSourceMessage_inConnectedState()