Searched refs:mLogView (Results 1 – 1 of 1) sorted by relevance
31 private TextView mLogView; field in ByodTestActivityWithPrepare42 mLogView = findViewById(R.id.test_log); in onCreate()43 mLogView.setMovementMethod(new ScrollingMovementMethod()); in onCreate()52 return mLogView; in getLogView()