Searched refs:btClient (Results 1 – 3 of 3) sorted by relevance
45 val btClient = Mockito.mock(BluetoothClient::class.java) in setupMocks() constant46 whenever(app.getBluetoothClient()).thenReturn(btClient) in setupMocks()
110 val btClient = app.getBluetoothClient() in testEvaluationFlow() constant128 verify(btClient).start(btCaptor.capture()) in testEvaluationFlow()154 verify(btClient, times(1)).sendReport(reportCaptor.capture()) in testEvaluationFlow()
34 private val btClient = BluetoothClientImpl() constant in com.android.devicediagnostics.ApplicationInterface50 return btClient in getBluetoothClient()