Home
last modified time | relevance | path

Searched refs:getDeviceForSyncHandle (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientServiceTest.java574 assertThat(mBassClientService.getDeviceForSyncHandle(TEST_SYNC_HANDLE)) in testStopSearchingForSources()
590 assertThat(mBassClientService.getDeviceForSyncHandle(TEST_SYNC_HANDLE)).isEqualTo(null); in testStopSearchingForSources()
611 assertThat(mBassClientService.getDeviceForSyncHandle(TEST_SYNC_HANDLE)) in testStop()
624 assertThat(mBassClientService.getDeviceForSyncHandle(TEST_SYNC_HANDLE)).isEqualTo(null); in testStop()
658 assertThat(mBassClientService.getDeviceForSyncHandle(TEST_SYNC_HANDLE)) in testStopSearchingForSources_startAndSyncAgain()
697 assertThat(mBassClientService.getDeviceForSyncHandle(TEST_SYNC_HANDLE)) in testStop_startAndSyncAgain()
752 assertThat(mBassClientService.getDeviceForSyncHandle(TEST_SYNC_HANDLE)) in testStopSearchingForSources_addSourceCauseSyncEvenWithoutScanning()
802 assertThat(mBassClientService.getDeviceForSyncHandle(TEST_SYNC_HANDLE)) in testStopSearchingForSources_timeoutForActiveSync()
839 assertThat(mBassClientService.getDeviceForSyncHandle(TEST_SYNC_HANDLE)) in testStopSearchingForSources_clearTimeoutForActiveSync()
850 assertThat(mBassClientService.getDeviceForSyncHandle(TEST_SYNC_HANDLE)) in testStopSearchingForSources_clearTimeoutForActiveSync()
[all …]
DBassClientStateMachineTest.java2365 when(mBassClientService.getDeviceForSyncHandle(syncHandle)).thenReturn(testDevice); in periodicAdvertisingCallbackOnBigInfoAdvertisingReport_updateRssi()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientService.java704 BluetoothDevice getDeviceForSyncHandle(int syncHandle) { in getDeviceForSyncHandle() method in BassClientService
1948 BluetoothDevice srcDevice = getDeviceForSyncHandle(syncHandle); in onBigInfoAdvertisingReport()
1986 BluetoothDevice srcDevice = getDeviceForSyncHandle(syncHandle); in clearAllDataForSyncHandle()
DBassClientStateMachine.java356 BluetoothDevice srcDevice = mService.getDeviceForSyncHandle(syncHandle); in parseBaseData()
1293 BluetoothDevice srcDevice = mService.getDeviceForSyncHandle(syncHandle); in onBigInfoAdvertisingReport()