Searched refs:MSG_COLOR_STOP (Results 1 – 2 of 2) sorted by relevance
32 import static com.example.android.jobscheduler.MainActivity.MSG_COLOR_STOP;83 sendMessage(MSG_COLOR_STOP, params.getJobId()); in onStartJob()96 sendMessage(MSG_COLOR_STOP, params.getJobId()); in onStopJob()
60 public static final int MSG_COLOR_STOP = 3; field in MainActivity234 case MSG_COLOR_STOP: in handleMessage()