Home
last modified time | relevance | path

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

/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/main/java/com/android/devicediagnostics/
DApplicationInterface.kt26 import com.android.devicediagnostics.bluetooth.BluetoothServer
35 private val btServer = BluetoothServer()
53 open fun getBluetoothServer(): BluetoothServer { in getBluetoothServer()
/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/androidTest/java/com/android/devicediagnostics/
DTestApplication.kt28 import com.android.devicediagnostics.bluetooth.BluetoothServer
48 val btServer = Mockito.mock(BluetoothServer::class.java) in setupMocks()
DQrCodeScanActivityTests.kt27 import com.android.devicediagnostics.bluetooth.BluetoothServer in <lambda>()
50 val callbackCaptor = argumentCaptor<BluetoothServer.StartListener>() in <lambda>()
DMainActivityTest.kt40 import com.android.devicediagnostics.bluetooth.BluetoothServer in <lambda>()
182 val callbackCaptor = argumentCaptor<BluetoothServer.StartListener>() in testTrustedFlow()
206 val readCaptor = argumentCaptor<BluetoothServer.ReadListener>() in testTrustedFlow()
/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/main/java/com/android/devicediagnostics/trusted/
DWaitForResultsActivity.kt29 import com.android.devicediagnostics.bluetooth.BluetoothServer
47 class WaitForResultActivity : CollapsingToolbarBaseActivity(), BluetoothServer.ReadListener {
DQrCodeDisplayActivity.kt34 import com.android.devicediagnostics.bluetooth.BluetoothServer
56 class QrCodeDisplayFragment() : PreferenceFragmentCompat(), BluetoothServer.StartListener {
/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/main/java/com/android/devicediagnostics/bluetooth/
DBluetoothServer.kt39 class BluetoothServer { class