Searched refs:infoView (Results 1 – 1 of 1) sorted by relevance
69 final TextView infoView = findViewById(R.id.tracing_controller_textview); in onCreate() local70 infoView.setVisibility(View.GONE); in onCreate()78 infoView.setVisibility(View.GONE); in onCreate()103 FileOutputStream os = new VerifyingFileOutputStream(logPath, infoView, in onCreate()128 VerifyingFileOutputStream(String logPath, TextView infoView, Button tracingButton) in VerifyingFileOutputStream() argument132 mInfoView = infoView; in VerifyingFileOutputStream()