Searched refs:BluetoothServer (Results 1 – 7 of 7) sorted by relevance
26 import com.android.devicediagnostics.bluetooth.BluetoothServer35 private val btServer = BluetoothServer()53 open fun getBluetoothServer(): BluetoothServer { in getBluetoothServer()
28 import com.android.devicediagnostics.bluetooth.BluetoothServer48 val btServer = Mockito.mock(BluetoothServer::class.java) in setupMocks()
27 import com.android.devicediagnostics.bluetooth.BluetoothServer in <lambda>()50 val callbackCaptor = argumentCaptor<BluetoothServer.StartListener>() in <lambda>()
40 import com.android.devicediagnostics.bluetooth.BluetoothServer in <lambda>()182 val callbackCaptor = argumentCaptor<BluetoothServer.StartListener>() in testTrustedFlow()206 val readCaptor = argumentCaptor<BluetoothServer.ReadListener>() in testTrustedFlow()
29 import com.android.devicediagnostics.bluetooth.BluetoothServer47 class WaitForResultActivity : CollapsingToolbarBaseActivity(), BluetoothServer.ReadListener {
34 import com.android.devicediagnostics.bluetooth.BluetoothServer56 class QrCodeDisplayFragment() : PreferenceFragmentCompat(), BluetoothServer.StartListener {
39 class BluetoothServer { class