Searched refs:getBluetoothServer (Results 1 – 7 of 7) sorted by relevance
36 val btServer = ApplicationInterface.app.getBluetoothServer() in onResume()
53 open fun getBluetoothServer(): BluetoothServer { in getBluetoothServer() method in com.android.devicediagnostics.ApplicationInterface
95 val btServer = app.getBluetoothServer() in testEvaluationFlow()165 val btServer = app.getBluetoothServer() in testTrustedFlow()
49 whenever(app.getBluetoothServer()).thenReturn(btServer) in setupMocks()
49 val btServer = app.getBluetoothServer() in <lambda>()
75 val btServer = ApplicationInterface.app.getBluetoothServer() in onPermissionsGranted()
72 app.getBluetoothServer().start(info, this) in onCreatePreferences()