Searched refs:POLL_INTERVAL_MS (Results 1 – 1 of 1) sorted by relevance
39 private static final int POLL_INTERVAL_MS = 100; field in FuseDaemon126 Log.v(TAG, "Waiting " + POLL_INTERVAL_MS + "ms for FUSE start. Count " + count); in waitForStart()127 Thread.sleep(POLL_INTERVAL_MS); in waitForStart()138 int waitMs = POLL_COUNT * POLL_INTERVAL_MS; in waitForExit()