Searched refs:getDeviceForSyncHandle (Results 1 – 4 of 4) sorted by relevance
574 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 …]
2365 when(mBassClientService.getDeviceForSyncHandle(syncHandle)).thenReturn(testDevice); in periodicAdvertisingCallbackOnBigInfoAdvertisingReport_updateRssi()
704 BluetoothDevice getDeviceForSyncHandle(int syncHandle) { in getDeviceForSyncHandle() method in BassClientService1948 BluetoothDevice srcDevice = getDeviceForSyncHandle(syncHandle); in onBigInfoAdvertisingReport()1986 BluetoothDevice srcDevice = getDeviceForSyncHandle(syncHandle); in clearAllDataForSyncHandle()
356 BluetoothDevice srcDevice = mService.getDeviceForSyncHandle(syncHandle); in parseBaseData()1293 BluetoothDevice srcDevice = mService.getDeviceForSyncHandle(syncHandle); in onBigInfoAdvertisingReport()