Home
last modified time | relevance | path

Searched defs:bluetoothClient (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/main/java/com/android/devicediagnostics/evaluated/
DEvaluationFinalizeActivity.kt88 val bluetoothClient = ApplicationInterface.app.getBluetoothClient() in buildReport() constant
131 val bluetoothClient = ApplicationInterface.app.getBluetoothClient() in sendReport() constant
DQrCodeScanActivity.kt135 private var bluetoothClient: BluetoothClient? = null variable in com.android.devicediagnostics.evaluated.QrCodeScanActivity