HomeSort by relevance Sort by last modified time
    Searched refs:InterruptedException (Results 251 - 275 of 1410) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/location/src/android/location/cts/
GeocoderTest.java 66 public void testGetFromLocation() throws IOException, InterruptedException {
119 public void testGetFromLocationName() throws IOException, InterruptedException {
  /cts/tests/tests/net/util/java/android/net/cts/util/
CtsNetUtils.java 111 } catch (InterruptedException ex) {
153 } catch (InterruptedException ex) {
179 } catch (InterruptedException e) {
188 public Network connectToCell() throws InterruptedException {
303 public boolean waitForState() throws InterruptedException {
320 public Network waitForAvailable() throws InterruptedException {
324 public Network waitForLost() throws InterruptedException {
328 public boolean waitForUnavailable() throws InterruptedException {
  /cts/tests/tests/opengl/src/android/opengl/cts/
OpenGLES20ActivityTwo.java 26 import java.lang.InterruptedException;
46 } catch (InterruptedException e) {
OpenGLES20NativeActivityTwo.java 26 import java.lang.InterruptedException;
47 } catch (InterruptedException e) {
  /cts/tests/tests/os/src/android/os/cts/
ConditionVariableTest.java 64 } catch (InterruptedException e) {
83 } catch (InterruptedException e) {
TokenWatcherTest.java 93 } catch (InterruptedException e) {
111 public void testTokenWatcher() throws RemoteException, InterruptedException {
142 public void testCleanUp() throws RemoteException, InterruptedException {
161 public void testRepeatedAcquire() throws RemoteException, InterruptedException {
191 private boolean waitUntilAcquired() throws InterruptedException {
202 private boolean waitUntilReleased() throws InterruptedException {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
SendToClient.java 73 } catch (InterruptedException e) {
95 } catch (InterruptedException e) {
  /development/samples/StackWidget/src/com/example/android/stackwidget/
StackWidgetService.java 61 } catch (InterruptedException e) {
99 } catch (InterruptedException e) {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
CurrentContendedMonitorDebuggee.java 58 } catch (InterruptedException e) {
101 } catch (InterruptedException e) {
InterruptDebuggee.java 38 * If it receives an <code>InterruptedException</code>, it notifies debugger via
58 } catch (InterruptedException e) {
97 } catch (InterruptedException e) {
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
CoroutineManager.java 237 catch(java.lang.InterruptedException e)
279 catch(java.lang.InterruptedException e)
  /external/archive-patcher/generator/src/main/java/com/google/archivepatcher/generator/bsdiff/
BsDiffMatcher.java 86 public Matcher.NextMatch next() throws IOException, InterruptedException {
110 throw new InterruptedException();
  /external/desugar/test/java/com/google/devtools/build/android/desugar/runtime/
ConcurrentWeakIdentityHashMapTest.java 52 throws InterruptedException {
85 public void testSingleThreadedUse() throws InterruptedException {
116 throws InterruptedException {
161 throws InterruptedException {
180 public void testMultiThreadedUseMedium() throws InterruptedException {
187 public void testMultiThreadedUseLarge() throws InterruptedException {
194 public void testMultiThreadedUseSmall() throws InterruptedException {
251 } catch (InterruptedException e) {
  /external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/advanced/
HelloJsonServer.java 78 private void blockUntilShutdown() throws InterruptedException {
87 public static void main(String[] args) throws IOException, InterruptedException {
  /external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/alts/
HelloWorldAltsClient.java 38 public static void main(String[] args) throws InterruptedException {
81 private void run(String[] args) throws InterruptedException {
HelloWorldAltsServer.java 39 public static void main(String[] args) throws IOException, InterruptedException {
82 private void start(String[] args) throws IOException, InterruptedException {
  /external/grpc-grpc-java/testing/src/main/java/io/grpc/internal/testing/
TestServerStreamTracer.java 33 public void await() throws InterruptedException {
38 public boolean await(long timeout, TimeUnit timeUnit) throws InterruptedException {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
ThreadTest.java 54 } catch (InterruptedException e) {
98 } catch (InterruptedException e) {
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
ThreadTest.java 51 } catch (InterruptedException e) {
95 } catch (InterruptedException e) {
  /external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
NettyFlowControlTest.java 101 public void largeBdp() throws InterruptedException, IOException {
110 public void smallBdp() throws InterruptedException, IOException {
119 public void verySmallWindowMakesProgress() throws InterruptedException, IOException {
131 private void doTest(int bandwidth, int latency) throws InterruptedException {
164 throws InterruptedException {
230 public int waitFor() throws InterruptedException {
  /external/guava/guava-bootstrap/src/java/util/concurrent/
AbstractExecutorService.java 40 throws InterruptedException, ExecutionException, TimeoutException {
84 } catch (InterruptedException ie) {
105 throws InterruptedException, ExecutionException {
116 throws InterruptedException, ExecutionException, TimeoutException {
121 throws InterruptedException {
152 throws InterruptedException {
  /external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
SameThreadScheduledExecutorService.java 75 throws InterruptedException {
101 Collection<? extends Callable<T>> tasks) throws InterruptedException {
109 throws InterruptedException {
117 throws InterruptedException, ExecutionException {
125 throws InterruptedException, ExecutionException, TimeoutException {
157 throws InterruptedException, ExecutionException, TimeoutException {
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
LockTaskTest.java 458 private void assertLockTaskModeInactive() throws InterruptedException {
475 private void stopAndFinish(String className) throws InterruptedException {
486 private void finishAndWait(String className) throws InterruptedException {
498 private void waitForResume() throws InterruptedException {
510 private void startLockTask(String className) throws InterruptedException {
519 private void startLockTaskWithOptions(String className) throws InterruptedException {
528 private void stopLockTask(String className) throws InterruptedException {
537 private void finish(String className) throws InterruptedException {
548 private void startAndWait(Intent intent) throws InterruptedException {
555 private void startAndWait(Intent intent, Bundle options) throws InterruptedException {
    [all...]
  /cts/tests/JobScheduler/src/android/jobscheduler/
MockJobService.java 98 } catch (InterruptedException e) {
247 } catch (InterruptedException e) {
418 public boolean awaitExecution() throws InterruptedException {
422 public boolean awaitExecution(long timeoutMillis) throws InterruptedException {
435 public boolean awaitTimeout() throws InterruptedException {
439 public boolean awaitTimeout(long timeoutMillis) throws InterruptedException {
443 public boolean awaitWaitingForStop() throws InterruptedException {
447 public boolean awaitDoWork() throws InterruptedException {
451 public boolean awaitDoJob() throws InterruptedException {
458 public boolean awaitStopped() throws InterruptedException {
    [all...]
  /cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/
MockJobService.java 98 } catch (InterruptedException e) {
247 } catch (InterruptedException e) {
418 public boolean awaitExecution() throws InterruptedException {
422 public boolean awaitExecution(long timeoutMillis) throws InterruptedException {
435 public boolean awaitTimeout() throws InterruptedException {
439 public boolean awaitTimeout(long timeoutMillis) throws InterruptedException {
443 public boolean awaitWaitingForStop() throws InterruptedException {
447 public boolean awaitDoWork() throws InterruptedException {
451 public boolean awaitDoJob() throws InterruptedException {
458 public boolean awaitStopped() throws InterruptedException {
    [all...]

Completed in 2136 milliseconds

<<11121314151617181920>>