Home
last modified time | relevance | path

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

/development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/
DMainActivity.java57 public static final int MSG_UNCOLOR_START = 0; field in MainActivity
226 m = Message.obtain(this, MSG_UNCOLOR_START); in handleMessage()
243 case MSG_UNCOLOR_START: in handleMessage()