Searched refs:startButton (Results 1 – 2 of 2) sorted by relevance
295 holder.startButton = ((Button) convertView.findViewById(R.id.start)); in getView()296 holder.startButton.setOnClickListener(mStartListener); in getView()317 public Button startButton; field in UsageReporterActivity.ViewHolder
157 mStartStopButton = (Button) findViewById(R.id.startButton); in onCreate()