Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java156 @VisibleForTesting BluetoothLeBroadcastMetadata mPendingSourceToAdd = null; field in BassClientStateMachine
249 mPendingSourceToAdd = null; in cleanup()
1225 if (mPendingSourceToAdd != null) { in onSyncEstablished()
1227 message.obj = mPendingSourceToAdd; in onSyncEstablished()
1236 mPendingSourceToAdd = null; in onSyncEstablished()
1967 mPendingSourceToAdd = metaData; in processMessage()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientStateMachineTest.java2248 Assert.assertEquals(mBassClientStateMachine.mPendingSourceToAdd, metadata); in addBcastSource_withCachedScanResults()