HomeSort by relevance Sort by last modified time
    Searched refs:InterruptedException (Results 76 - 100 of 546) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/apps/IM/src/com/android/im/imps/
DataChannel.java 77 * @throws InterruptedException
79 public abstract Primitive receivePrimitive() throws InterruptedException;
HttpCirChannel.java 95 } catch (InterruptedException e) {
108 } catch (InterruptedException e) {
  /dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
SemaphoreTest.java 46 } catch(InterruptedException success){}
62 } catch(InterruptedException success){}
125 } catch( InterruptedException e){
170 } catch( InterruptedException e){
187 } catch(InterruptedException ie){
201 } catch( InterruptedException e){
228 } catch( InterruptedException e){
247 } catch(InterruptedException ie){
260 } catch( InterruptedException e){
275 } catch(InterruptedException success){
    [all...]
SystemTest.java 49 catch(InterruptedException ie) {
75 catch(InterruptedException ie) {
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebView_HitTestResultTest.java 40 private void waitForLoading(final WebView webView, long timeout) throws InterruptedException {
62 public void testHitTestResult() throws InterruptedException {
  /dalvik/libcore/luni/src/main/java/java/lang/ref/
ReferenceQueue.java 76 * @throws InterruptedException
79 public Reference<? extends T> remove() throws InterruptedException {
96 * @throws InterruptedException
100 InterruptedException {
  /dalvik/tests/053-wait-some/src/
Main.java 27 } catch (InterruptedException ie) {
37 } catch (InterruptedException ie) {
  /dalvik/tests/067-preemptive-unpark/src/
Main.java 28 } catch (InterruptedException ex) {
89 } catch (InterruptedException ex) {
  /frameworks/base/core/tests/coretests/src/android/os/
HandlerThreadTest.java 63 } catch (InterruptedException e) {
95 } catch (InterruptedException e) {
  /frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerHostTestUtils.java 270 * @throws InterruptedException
273 public void waitForPackageManager() throws InterruptedException, IOException {
282 throw new InterruptedException();
312 * @throws InterruptedException
315 public void waitForDeviceToComeOnline() throws InterruptedException, IOException {
325 throw new InterruptedException();
338 * @throws InterruptedException
341 public void waitForApp(String packageName) throws InterruptedException, IOException {
350 throw new InterruptedException();
374 public void runAdbRoot() throws IOException, InterruptedException {
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
PhoneTypeChoiceRecognizerEngine.java 34 protected void setupGrammar() throws IOException, InterruptedException {
49 protected void onRecognitionSuccess(RecognizerClient recognizerClient) throws InterruptedException {
97 if (Thread.interrupted()) throw new InterruptedException();
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/
AbstractQueuedSynchronizer.java 202 * public void lockInterruptibly() throws InterruptedException {
206 * throws InterruptedException {
236 * public void await() throws InterruptedException {
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
TimerTest.java 74 } catch (InterruptedException e) {
118 } catch (InterruptedException e) {
150 } catch (InterruptedException e) {
182 } catch (InterruptedException e) {}
226 } catch (InterruptedException e) {}
277 } catch (InterruptedException e) {
286 } catch (InterruptedException e) {
299 } catch (InterruptedException e) {
310 } catch (InterruptedException e) {
331 } catch (InterruptedException e)
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
AliasActivityTest.java 44 public void testAliasActivity() 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/libcore/concurrent/src/main/java/java/util/concurrent/
FutureTask.java 81 public V get() throws InterruptedException, ExecutionException {
89 throws InterruptedException, ExecutionException, TimeoutException {
218 V innerGet() throws InterruptedException, ExecutionException {
227 V innerGet(long nanosTimeout) throws InterruptedException, ExecutionException, TimeoutException {
  /dalvik/libcore/junit/src/main/java/junit/extensions/
ActiveTestSuite.java 54 } catch (InterruptedException e) {
  /dalvik/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 {
  /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/awt/com/android/internal/awt/
AndroidNativeEventQueue.java 68 } catch (InterruptedException ignore) {

Completed in 248 milliseconds

1 2 34 5 6 7 8 91011>>