Home
last modified time | relevance | path

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

/development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/
DMainActivity.java46 public static final int MSG_UNCOLOUR_STOP = 1; field in MainActivity
102 case MSG_UNCOLOUR_STOP:
191 Message m = Message.obtain(mHandler, MSG_UNCOLOUR_STOP); in onReceivedStopJob()