Home
last modified time | relevance | path

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

/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/
DMainActivity.java46 public static final int MSG_UNCOLOUR_STOP = 1; field in MainActivity
105 case MSG_UNCOLOUR_STOP:
183 Message m = Message.obtain(mHandler, MSG_UNCOLOUR_STOP); in onReceivedStopJob()