Home
last modified time | relevance | path

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

/development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/
DMainActivity.java212 View showStopView = mainActivity.findViewById(R.id.onstop_textview); in handleMessage() local
236 showStopView.setBackgroundColor(getColor(R.color.stop_received)); in handleMessage()
248 showStopView.setBackgroundColor(getColor(R.color.none_received)); in handleMessage()