Home
last modified time | relevance | path

Searched refs:mShowStopView (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/
DMainActivity.java60 mShowStopView = (TextView) findViewById(R.id.onstop_textview); in onCreate()
80 private TextView mShowStopView; field in MainActivity
103 mShowStopView.setBackgroundColor(defaultColor);
190 mShowStopView.setBackgroundColor(stopJobColor); in onReceivedStopJob()