Searched refs:mStartStop (Results 1 – 1 of 1) sorted by relevance
152 private Button mStartStop; field in LoadtestActivity294 mStartStop = findViewById(R.id.start_stop); in onCreate()295 mStartStop.setOnClickListener(new View.OnClickListener() { in onCreate()534 mStartStop.setBackgroundColor(started ? in updateStarted()536 mStartStop.setText(started ? getString(R.string.stop) : getString(R.string.start)); in updateStarted()