Searched refs:mParamsTextView (Results 1 – 1 of 1) sorted by relevance
61 mParamsTextView = (TextView) findViewById(R.id.task_params); in onCreate()81 private TextView mParamsTextView; field in MainActivity168 mParamsTextView.setText(""); in finishJob()180 mParamsTextView.setText("Executing: " + params.getJobId() + " " + params.getExtras()); in onReceivedStartJob()193 mParamsTextView.setText(""); in onReceivedStopJob()