Searched refs:btServer (Results 1 – 6 of 6) sorted by relevance
95 val btServer = app.getBluetoothServer() in testEvaluationFlow() constant96 whenever(btServer.bluetoothEnabled).thenReturn(true) in testEvaluationFlow()165 val btServer = app.getBluetoothServer() in testTrustedFlow() constant166 whenever(btServer.bluetoothEnabled).thenReturn(true) in testTrustedFlow()183 verify(btServer, times(1)).start(any(), callbackCaptor.capture()) in testTrustedFlow()207 verify(btServer, times(1)).startRead(readCaptor.capture()) in testTrustedFlow()
48 val btServer = Mockito.mock(BluetoothServer::class.java) in setupMocks() constant49 whenever(app.getBluetoothServer()).thenReturn(btServer) in setupMocks()
49 val btServer = app.getBluetoothServer() in <lambda>() constant51 verify(btServer, times(1)).start(any(), callbackCaptor.capture()) in <lambda>()
36 val btServer = ApplicationInterface.app.getBluetoothServer() in onResume() constant37 val enabled = btServer.bluetoothEnabled in onResume()
35 private val btServer = BluetoothServer() constant in com.android.devicediagnostics.ApplicationInterface54 return btServer in getBluetoothServer()
75 val btServer = ApplicationInterface.app.getBluetoothServer() in onPermissionsGranted() constant76 btServer.startRead(this) in onPermissionsGranted()