Home
last modified time | relevance | path

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

/development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/
DMainActivity.java211 View showStartView = mainActivity.findViewById(R.id.onstart_textview); in handleMessage() local
222 showStartView.setBackgroundColor(getColor(R.color.start_received)); in handleMessage()
244 showStartView.setBackgroundColor(getColor(R.color.none_received)); in handleMessage()