Searched refs:PROCESS_QUEUE_WAIT_TIME (Results 1 – 1 of 1) sorted by relevance
79 private static final int PROCESS_QUEUE_WAIT_TIME = 30 * ((int)DateUtils.MINUTE_IN_MILLIS); field in AttachmentService717 mLock.wait(PROCESS_QUEUE_WAIT_TIME); in run()