Searched refs:PROCESS_DESTROY_TIMEOUT_SEC (Results 1 – 1 of 1) sorted by relevance
51 private static final long PROCESS_DESTROY_TIMEOUT_SEC = 2; field in RunUtil717 if (!mCountDown.await(PROCESS_DESTROY_TIMEOUT_SEC, TimeUnit.SECONDS)) { in cancel()