HomeSort by relevance Sort by last modified time
    Searched refs:InterruptedException (Results 101 - 125 of 604) sorted by null

1 2 3 45 6 7 8 91011>>

  /cts/tests/tests/os/src/android/os/cts/
MessageQueueTest.java 38 public void testAddIdleHandler() throws InterruptedException {
51 public void testRemoveIdleHandler() throws InterruptedException {
109 public boolean hasIdleHandlerBeenCalled() throws InterruptedException {
204 public void doTest(long timeout, long interval) throws InterruptedException {
  /cts/tools/dx-tests/src/dxc/junit/opcodes/areturn/jm/
T_areturn_7.java 54 catch(InterruptedException ie) {
  /cts/tools/dx-tests/src/dxc/junit/opcodes/invokeinterface/jm/
T_invokeinterface_19.java 61 catch(InterruptedException ie) {
  /cts/tools/dx-tests/src/dxc/junit/opcodes/lreturn/jm/
T_lreturn_7.java 53 catch(InterruptedException ie) {
  /dalvik/dx/src/junit/extensions/
ActiveTestSuite.java 54 } catch (InterruptedException e) {
  /dalvik/tests/048-server-socket/src/
Main.java 14 } catch (InterruptedException ie) {
  /dalvik/tests/054-uncaught/src/
Main.java 21 } catch (InterruptedException ex) {
  /external/junit/src/junit/extensions/
ActiveTestSuite.java 56 } catch (InterruptedException e) {
  /frameworks/base/core/java/android/os/
HandlerThread.java 80 } catch (InterruptedException e) {
  /frameworks/base/core/java/com/android/server/
ResettableTimeout.java 117 catch (InterruptedException e) {
  /frameworks/base/core/tests/coretests/src/android/os/
HandlerTester.java 38 catch (InterruptedException e) {
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
RuimPhoneBookInterfaceManager.java 64 } catch (InterruptedException e) {
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SimPhoneBookInterfaceManager.java 64 } catch (InterruptedException e) {
  /libcore/junit/src/main/java/junit/extensions/
ActiveTestSuite.java 54 } catch (InterruptedException e) {
  /libcore/luni/src/main/java/java/util/concurrent/
FutureTask.java 82 public V get() throws InterruptedException, ExecutionException {
90 throws InterruptedException, ExecutionException, TimeoutException {
219 V innerGet() throws InterruptedException, ExecutionException {
228 V innerGet(long nanosTimeout) throws InterruptedException, ExecutionException, TimeoutException {
ExecutorCompletionService.java 29 * throws InterruptedException, ExecutionException {
49 * throws InterruptedException {
163 public Future<V> take() throws InterruptedException {
171 public Future<V> poll(long timeout, TimeUnit unit) throws InterruptedException {
  /libcore/luni/src/test/java/tests/api/java/lang/
ProcessTest.java 75 } catch (InterruptedException e) {
76 fail("InterruptedException executing avail test: " + e);
101 } catch (InterruptedException e) {
124 } catch (InterruptedException e) {
125 fail("InterruptedException executing avail test: " + e);
236 public int waitFor() throws InterruptedException {
  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
DelayQueueTest.java 342 public void testPutWithTake() throws InterruptedException {
362 public void testTimedOffer() throws InterruptedException {
365 public void realRun() throws InterruptedException {
381 public void testTake() throws InterruptedException {
391 public void testTakeFromEmpty() throws InterruptedException {
393 Thread t = new ThreadShouldThrow(InterruptedException.class) {
394 public void realRun() throws InterruptedException {
407 public void testBlockingTake() throws InterruptedException {
410 public void realRun() throws InterruptedException {
417 } catch (InterruptedException success) {
    [all...]
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
MockTask.java 47 public synchronized void waitForCompletion() throws InterruptedException {
  /packages/wallpapers/Basic/src/com/android/wallpaper/fall/
FallView.java 53 } catch (InterruptedException e) {
  /cts/tests/tests/widget/src/android/widget/cts/
ScrollerTest.java 216 } catch (InterruptedException e) {
217 fail("unexpected InterruptedException when sleep");
233 } catch (InterruptedException e) {
234 fail("unexpected InterruptedException when sleep");
250 } catch (InterruptedException e) {
251 fail("unexpected InterruptedException when sleep");
317 } catch (InterruptedException e) {
318 fail("unexpected InterruptedException when sleep");
383 } catch (InterruptedException e) {
384 fail("unexpected InterruptedException when sleep")
    [all...]
  /cts/tests/appsecurity-tests/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
ReceiveUriService.java 100 } catch (InterruptedException e) {
121 } catch (InterruptedException e) {
  /dalvik/tests/079-phantom/src/
Bitmap.java 57 } catch (InterruptedException ie) {
142 } catch (InterruptedException ie) {
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMTestHandler.java 69 } catch (InterruptedException e) {}
102 } catch (InterruptedException e) {
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
CoroutineManager.java 237 catch(java.lang.InterruptedException e)
279 catch(java.lang.InterruptedException e)

Completed in 2142 milliseconds

1 2 3 45 6 7 8 91011>>