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

1 2 3 4 5 6 78 91011>>

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
P2pBroadcastReceiverTest.java 75 * @throws InterruptedException
78 throws InterruptedException {
102 * @throws InterruptedException
104 public synchronized WifiP2pInfo waitConnectionNotice(long msec) throws InterruptedException {
121 * @throws InterruptedException
124 throws InterruptedException {
148 * @throws InterruptedException
151 throws InterruptedException {
183 * @throws InterruptedException
185 public synchronized WifiP2pInfo waitDisconnectionNotice(long msec) throws InterruptedException {
    [all...]
ListenerTest.java 63 * @throws InterruptedException
65 public boolean check(ListenerArgument arg, long msec) throws InterruptedException {
78 * @throws InterruptedException
81 throws InterruptedException {
162 private synchronized void waitCallback(long msec) throws InterruptedException {
ServReqAllTestCase01.java 39 protected boolean executeTest() throws InterruptedException {
ServReqAllTestCase02.java 40 protected boolean executeTest() throws InterruptedException {
ServReqAllTestCase03.java 41 protected boolean executeTest() throws InterruptedException {
ServReqDnsPtrTestCase.java 37 protected boolean executeTest() throws InterruptedException {
ServReqDnsTxtTestCase.java 37 protected boolean executeTest() throws InterruptedException {
ServReqUpnpAllTestCase.java 37 protected boolean executeTest() throws InterruptedException {
ServReqUpnpRootDeviceTestCase.java 37 protected boolean executeTest() throws InterruptedException {
  /external/glide/library/src/main/java/com/bumptech/glide/request/
RequestFutureTarget.java 108 public R get() throws InterruptedException, ExecutionException {
120 public R get(long time, TimeUnit timeUnit) throws InterruptedException, ExecutionException, TimeoutException {
186 private synchronized R doGet(Long timeoutMillis) throws ExecutionException, InterruptedException, TimeoutException {
206 throw new InterruptedException();
262 public void waitForTimeout(Object toWaitOn, long timeoutMillis) throws InterruptedException {
  /external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
AltsHandshakerStubTest.java 68 private void sendAndExpectError() throws InterruptedException {
78 private void sendAndExpectComplete() throws InterruptedException {
88 private void sendAndExpectUnexpectedMessage() throws InterruptedException {
105 public void getServiceErrorTest() throws InterruptedException {
127 public void closeEarlyTest() throws InterruptedException {
  /external/guava/guava/src/com/google/common/util/concurrent/
WrappingExecutorService.java 115 Collection<? extends Callable<T>> tasks) throws InterruptedException {
122 throws InterruptedException {
128 throws InterruptedException, ExecutionException {
135 throws InterruptedException, ExecutionException, TimeoutException {
163 throws InterruptedException {
  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechWrapper.java 61 private boolean initTts() throws InterruptedException {
65 private boolean initTts(String engine) throws InterruptedException {
69 private boolean initTts(TextToSpeech tts) throws InterruptedException {
78 public boolean waitForComplete(String utteranceId) throws InterruptedException {
82 public boolean waitForStop(String utteranceId) throws InterruptedException {
121 throws InterruptedException {
131 throws InterruptedException {
158 public boolean waitForInit() throws InterruptedException {
306 throws InterruptedException {
323 throws InterruptedException {
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
PacketDispatcher.java 104 * @throws InterruptedException
107 throws InterruptedException {
125 * @throws InterruptedException
131 throws InterruptedException, IOException {
224 * @throws InterruptedException
227 InterruptedException {
269 throws InterruptedException, IOException {
399 throws InterruptedException, IOException {
603 } catch (InterruptedException e) {
628 * @throws InterruptedException
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
QueuesTest.java 63 public void tearDown() throws InterruptedException {
72 long timeout, TimeUnit unit, boolean interruptibly) throws InterruptedException {
85 throws InterruptedException {
136 private void testZeroElements(BlockingQueue<Object> q) throws InterruptedException {
159 private void testNegativeMaxElements(BlockingQueue<Object> q) throws InterruptedException {
183 } catch (InterruptedException expected) {
246 } catch (InterruptedException e) {
256 } catch (InterruptedException expected) {
291 } catch (InterruptedException e) {
311 } catch (InterruptedException e)
    [all...]
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
VideoCapturerAndroidTestFixtures.java 72 public int WaitForNextFrameToRender() throws InterruptedException {
92 public List<I420Frame> waitForPendingFrames() throws InterruptedException {
150 public boolean WaitForCapturerToStart() throws InterruptedException {
157 public int WaitForNextCapturedFrame() throws InterruptedException {
223 public String WaitForCameraFreezed() throws InterruptedException {
248 throws InterruptedException {
262 static public void switchCamera(VideoCapturerAndroid capturer) throws InterruptedException {
303 Context appContext) throws InterruptedException {
325 VideoCapturerAndroid capturer, Context appContext) throws InterruptedException {
349 throws InterruptedException {
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
WrappingExecutorServiceTest.java 47 public void testDelegations() throws InterruptedException {
70 public void testSubmit() throws InterruptedException, ExecutionException {
95 public void testInvokeAll() throws InterruptedException, ExecutionException {
115 public void testInvokeAny() throws InterruptedException, ExecutionException, TimeoutException {
136 throws InterruptedException, ExecutionException {
214 throws InterruptedException {
223 throws InterruptedException {
233 throws ExecutionException, InterruptedException {
241 throws ExecutionException, InterruptedException, TimeoutException {
ListenableFutureTester.java 68 throws InterruptedException, ExecutionException {
80 throws InterruptedException, ExecutionException {
95 throws InterruptedException {
  /art/tools/dexfuzz/src/dexfuzz/
StreamConsumer.java 91 } catch (InterruptedException e) {
143 } catch (InterruptedException e) {
144 Log.error("StreamConsumer caught InterruptedException while consuming");
158 } catch (InterruptedException e) {
159 Log.error("StreamConsumer caught InterruptedException while waiting for work");
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
SensorCtsVerifierTestActivity.java 57 protected SensorTestDetails executeTests() throws InterruptedException {
105 private SensorTestDetails executeTest(Method testMethod) throws InterruptedException {
131 throw new InterruptedException();
  /cts/tests/tests/content/src/android/content/cts/
BroadcastReceiverTest.java 120 throws InterruptedException {
128 throws InterruptedException {
170 public void testOnReceive () throws InterruptedException {
190 public void testManifestReceiverPackage() throws InterruptedException {
218 public void testManifestReceiverComponent() throws InterruptedException {
247 public void testManifestReceiverPermission() throws InterruptedException {
274 public void testNoManifestReceiver() throws InterruptedException {
301 public void testAbortBroadcast() throws InterruptedException {
357 public void testPeekService() throws InterruptedException {
385 public void testNewPhotoBroadcast_notReceived() throws InterruptedException {
    [all...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GlAppSwitchTest.java 55 public void testGlActivitySwitchingFast() throws InterruptedException {
62 public void testGlActivitySwitchingSlow() throws InterruptedException {
106 * @throws InterruptedException
109 throws InterruptedException {
  /art/test/054-uncaught/src/
Main.java 35 } catch (InterruptedException ex) {
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
PollingCheck.java 49 } catch (InterruptedException e) {
50 Assert.fail("unexpected InterruptedException");
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
PollingCheck.java 49 } catch (InterruptedException e) {
50 Assert.fail("unexpected InterruptedException");

Completed in 1539 milliseconds

1 2 3 4 5 6 78 91011>>