Home
last modified time | relevance | path

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

/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/
DMainActivity.java60 mShowStopView = (TextView) findViewById(R.id.onstop_textview); in onCreate()
82 TextView mShowStopView; field in MainActivity
106 mShowStopView.setBackgroundColor(defaultColor);
182 mShowStopView.setBackgroundColor(stopJobColor); in onReceivedStopJob()