Searched refs:mPendingSourceToSwitch (Results 1 – 2 of 2) sorted by relevance
164 @VisibleForTesting BluetoothLeBroadcastMetadata mPendingSourceToSwitch = null; field in BassClientStateMachine250 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 …]
898 mBassClientStateMachine.mPendingSourceToSwitch = mBassClientStateMachine.mPendingMetadata; in gattCallbackOnCharacteristicRead()910 assertThat(mBassClientStateMachine.mPendingSourceToSwitch).isEqualTo(null); in gattCallbackOnCharacteristicRead()1425 assertThat(mBassClientStateMachine.mPendingSourceToSwitch).isEqualTo(metadata); in sendSwitchSourceMessage_inConnectedState()