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

<<11121314151617181920>>

  /cts/tests/tests/location/src/android/location/cts/
TestGnssMeasurementListener.java 133 public boolean awaitStatus() throws InterruptedException {
137 public boolean await() throws InterruptedException {
TestUtils.java 40 public static boolean waitFor(CountDownLatch latch, int timeInSec) throws InterruptedException {
138 boolean enableAirplaneMode) throws InterruptedException {
  /cts/tests/tests/net/api23Test/src/android/net/cts/api23test/
ConnectivityManagerApi23Test.java 78 throws InterruptedException {
117 Intent intent, int timeoutMs) throws InterruptedException {
  /cts/tests/tests/opengl/src/android/opengl/cts/
OpenGLES20ActivityOne.java 26 import java.lang.InterruptedException;
72 } catch (InterruptedException e) {
OpenGLES20NativeActivityOne.java 27 import java.lang.InterruptedException;
70 } catch (InterruptedException e) {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentRetainInstance.java 127 } catch (InterruptedException e) {
144 } catch (InterruptedException e) {
  /development/samples/IntentPlayground/src/com/example/android/intentplayground/
TestBase.java 67 } catch (InterruptedException ie) {
78 } catch (InterruptedException ie) {
  /external/archive-patcher/generator/src/main/java/com/google/archivepatcher/generator/
FileByFileV1DeltaGenerator.java 63 * @throws InterruptedException if any thread has interrupted the current thread
67 throws IOException, InterruptedException {
103 * @throws InterruptedException if any thread has interrupted the current thread
106 throws IOException, InterruptedException {
  /external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/helloworldtls/
HelloWorldServerTls.java 99 private void blockUntilShutdown() throws InterruptedException {
108 public static void main(String[] args) throws IOException, InterruptedException {
  /external/grpc-grpc-java/testing/src/main/java/io/grpc/internal/testing/
TestClientStreamTracer.java 37 public void await() throws InterruptedException {
42 public boolean await(long timeout, TimeUnit timeUnit) throws InterruptedException {
  /external/guava/guava-testlib/src/com/google/common/testing/
GcFinalization.java 149 } catch (InterruptedException ie) {
181 } catch (InterruptedException ie) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
MeasureUnitThreadTest.java 37 try {thread.join();} catch(InterruptedException e) {};
72 public void NumericRaceTest() throws InterruptedException {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
MeasureUnitThreadTest.java 34 try {thread.join();} catch(InterruptedException e) {};
69 public void NumericRaceTest() throws InterruptedException {
  /external/junit/src/main/java/org/junit/internal/runners/statements/
FailOnTimeout.java 122 } catch (InterruptedException e) {
157 public void awaitStarted() throws InterruptedException {
  /external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
ExecutorFactoryTest.java 93 } catch (InterruptedException e) {
103 } catch (InterruptedException e) {
  /external/mockwebserver/src/test/java/com/google/mockwebserver/
CustomDispatcherTest.java 42 public MockResponse dispatch(RecordedRequest request) throws InterruptedException {
65 public MockResponse dispatch(RecordedRequest request) throws InterruptedException {
  /external/okhttp/mockwebserver/src/test/java/com/squareup/okhttp/mockwebserver/
CustomDispatcherTest.java 42 public MockResponse dispatch(RecordedRequest request) throws InterruptedException {
65 public MockResponse dispatch(RecordedRequest request) throws InterruptedException {
  /external/proguard/src/proguard/gui/splash/
SplashPanel.java 121 catch (InterruptedException ex)
175 catch (InterruptedException ex)
  /external/replicaisland/src/com/replica/replicaisland/
GameThread.java 98 } catch (InterruptedException e) {
113 } catch (InterruptedException e) {
  /external/setupcompat/main/java/com/google/android/setupcompat/internal/
SetupCompatServiceInvoker.java 71 } catch (InterruptedException | TimeoutException | RemoteException e) {
86 } catch (InterruptedException | TimeoutException | RemoteException e) {
  /external/volley/src/main/java/com/android/volley/
NetworkDispatcher.java 91 } catch (InterruptedException e) {
108 private void processRequest() throws InterruptedException {
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
SurfaceTextureHelperTest.java 75 public synchronized void waitForNewFrame() throws InterruptedException {
86 public synchronized boolean waitForNewFrame(final long timeoutMs) throws InterruptedException {
114 public static void testThreeConstantColorFrames() throws InterruptedException {
182 public static void testLateReturnFrame() throws InterruptedException {
248 public static void testDisconnect() throws InterruptedException {
296 public static void testFrameOnSeparateThread() throws InterruptedException {
332 public static void testLateReturnFrameOnSeparateThread() throws InterruptedException {
364 public static void testTexturetoYUV() throws InterruptedException {
  /frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
MyAutofillCallback.java 55 } catch (InterruptedException e) {
76 } catch (InterruptedException e) {
  /frameworks/base/apct-tests/perftests/core/src/android/text/
StaticLayoutMultithreadPerfTest.java 83 } catch (InterruptedException e) {
94 } catch (InterruptedException e) {
  /art/test/030-bad-finalizer/src/
Main.java 77 } catch (InterruptedException ie) {

Completed in 2297 milliseconds

<<11121314151617181920>>