Searched refs:MSG_STOP_JOB (Results 1 – 3 of 3) sorted by relevance
52 private static final int MSG_STOP_JOB = 1; field in JobServiceEngine86 Message m = Message.obtain(service.mHandler, MSG_STOP_JOB, jobParams); in stopJob()115 case MSG_STOP_JOB: in handleMessage()
169 static final int MSG_STOP_JOB = 2; field in JobSchedulerService1890 case MSG_STOP_JOB: in handleMessage()2045 mHandler.obtainMessage(MSG_STOP_JOB, job).sendToTarget(); in accept()
7718 Landroid/app/job/JobServiceEngine;->MSG_STOP_JOB:I