Searched refs:AsyncLineStopper (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/javax/sound/sampled/DataLine/
H A DDataLine_ArrayIndexOutOfBounds.java83 static class AsyncLineStopper implements Runnable { class in class:DataLine_ArrayIndexOutOfBounds
90 public AsyncLineStopper(DataLine line, long delayMS) { method in class:DataLine_ArrayIndexOutOfBounds.AsyncLineStopper
133 log(" AsyncLineStopper has been interrupted: " + ex);
165 AsyncLineStopper lineStopper = new AsyncLineStopper(line, STOPPER_DELAY);
205 AsyncLineStopper lineStopper = new AsyncLineStopper(line, STOPPER_DELAY);

Completed in 29 milliseconds