HomeSort by relevance Sort by last modified time
    Searched full:job_id (Results 1 - 4 of 4) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
CancelActivity.java 39 /* package */ final static String JOB_ID = "job_id";
77 mJobId = Integer.parseInt(uri.getQueryParameter(JOB_ID));
NotificationImportExportListener.java 211 .appendQueryParameter(CancelActivity.JOB_ID, String.valueOf(jobId))
  /device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/src/
mm_jpeg.c 68 int32_t mm_jpeg_queue_update_flag(mm_jpeg_queue_t* queue, uint32_t job_id, uint8_t flag);
70 mm_jpeg_job_q_node_t* mm_jpeg_queue_remove_job_by_job_id(mm_jpeg_queue_t* queue, uint32_t job_id);
863 uint32_t job_id = 0; local
876 job_id = mm_jpeg_util_generate_handler(clnt_idx);
888 node->entry.jobId = job_id;
895 *jobId = job_id;
    [all...]
  /external/webkit/PerformanceTests/Parser/resources/
final-url-en     [all...]

Completed in 313 milliseconds