Searched refs:MSG_STOP_JOB (Results 1 – 3 of 3) sorted by relevance
58 private static final int MSG_STOP_JOB = 1; field in JobServiceEngine146 Message m = Message.obtain(service.mHandler, MSG_STOP_JOB, jobParams); in stopJob()176 case MSG_STOP_JOB: { in handleMessage()
281 static final int MSG_STOP_JOB = 2;3387 case MSG_STOP_JOB:3627 mHandler.obtainMessage(MSG_STOP_JOB,
7226 Landroid/app/job/JobServiceEngine;->MSG_STOP_JOB:I