Searched refs:StartListener (Results 1 – 4 of 4) sorted by relevance
46 interface StartListener { interface in com.android.devicediagnostics.bluetooth.BluetoothServer60 fun start(trustedDeviceInfo: TrustedDeviceInfo, listener: StartListener) { in start()
50 val callbackCaptor = argumentCaptor<BluetoothServer.StartListener>() in <lambda>()
182 val callbackCaptor = argumentCaptor<BluetoothServer.StartListener>() in testTrustedFlow()
56 class QrCodeDisplayFragment() : PreferenceFragmentCompat(), BluetoothServer.StartListener {