Home
last modified time | relevance | path

Searched refs:getBluetoothServer (Results 1 – 7 of 7) sorted by relevance

/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/main/java/com/android/devicediagnostics/
DEvaluationModeActivity.kt36 val btServer = ApplicationInterface.app.getBluetoothServer() in onResume()
DApplicationInterface.kt53 open fun getBluetoothServer(): BluetoothServer { in getBluetoothServer() method in com.android.devicediagnostics.ApplicationInterface
/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/androidTest/java/com/android/devicediagnostics/
DMainActivityTest.kt95 val btServer = app.getBluetoothServer() in testEvaluationFlow()
165 val btServer = app.getBluetoothServer() in testTrustedFlow()
DTestApplication.kt49 whenever(app.getBluetoothServer()).thenReturn(btServer) in setupMocks()
DQrCodeScanActivityTests.kt49 val btServer = app.getBluetoothServer() in <lambda>()
/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/main/java/com/android/devicediagnostics/trusted/
DWaitForResultsActivity.kt75 val btServer = ApplicationInterface.app.getBluetoothServer() in onPermissionsGranted()
DQrCodeDisplayActivity.kt72 app.getBluetoothServer().start(info, this) in onCreatePreferences()