Home
last modified time | relevance | path

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

/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/
DMainActivity.java59 mShowStartView = (TextView) findViewById(R.id.onstart_textview); in onCreate()
81 TextView mShowStartView; field in MainActivity
103 mShowStartView.setBackgroundColor(defaultColor);
175 mShowStartView.setBackgroundColor(startJobColor); in onReceivedStartJob()