Searched refs:MSG_STOP_JOB (Results 1 – 3 of 3) sorted by relevance
49 private static final int MSG_STOP_JOB = 1; field in JobServiceEngine83 Message m = Message.obtain(service.mHandler, MSG_STOP_JOB, jobParams); in stopJob()112 case MSG_STOP_JOB: in handleMessage()
223 static final int MSG_STOP_JOB = 2;2021 case MSG_STOP_JOB:2220 mHandler.obtainMessage(MSG_STOP_JOB,
7226 Landroid/app/job/JobServiceEngine;->MSG_STOP_JOB:I