HomeSort by relevance Sort by last modified time
    Searched defs:InterruptedException (Results 1 - 16 of 16) sorted by null

  /libcore/luni/src/main/java/java/lang/
InterruptedException.java 24 public class InterruptedException extends Exception {
29 * Constructs a new {@code InterruptedException} that includes the current
32 public InterruptedException() {
37 * Constructs a new {@code InterruptedException} with the current stack
43 public InterruptedException(String detailMessage) {
  /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();
RecognizerEngine.java 88 abstract protected void setupGrammar() throws IOException, InterruptedException;
91 throws InterruptedException;
171 if (Thread.interrupted()) throw new InterruptedException();
199 } catch (InterruptedException e) {
CommandRecognizerEngine.java 121 protected void setupGrammar() throws IOException, InterruptedException {
190 throws InterruptedException {
197 if (Thread.interrupted()) throw new InterruptedException();
224 private void loadOpenEntriesTable() throws InterruptedException, IOException {
240 if (Thread.interrupted()) throw new InterruptedException();
249 if (Thread.interrupted()) throw new InterruptedException();
317 private void addOpenEntriesToGrammar() throws InterruptedException, IOException {
323 if (Thread.interrupted()) throw new InterruptedException();
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
CyclicBarrier.java 43 * } catch (InterruptedException ex) {
90 * {@link InterruptedException} if they too were interrupted at about
165 throws InterruptedException, BrokenBarrierException,
177 throw new InterruptedException();
203 } catch (InterruptedException ie) {
294 * then {@link InterruptedException} is thrown and the current thread's
318 * @throws InterruptedException if the current thread was interrupted
326 public int await() throws InterruptedException, BrokenBarrierException {
357 * then {@link InterruptedException} is thrown and the current thread's
387 * @throws InterruptedException if the current thread was interrupte
    [all...]
Exchanger.java 43 * } catch (InterruptedException ex) { ... handle ... }
56 * } catch (InterruptedException ex) { ... handle ...}
582 * then {@link InterruptedException} is thrown and the current thread's
587 * @throws InterruptedException if the current thread was
590 public V exchange(V x) throws InterruptedException {
599 throw new InterruptedException();
628 * then {@link InterruptedException} is thrown and the current thread's
639 * @throws InterruptedException if the current thread was
645 throws InterruptedException, TimeoutException {
656 throw new InterruptedException();
    [all...]
SynchronousQueue.java     [all...]
  /frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerHostTestUtils.java 311 * @throws InterruptedException
314 public void waitForPackageManager() throws InterruptedException, IOException {
323 throw new InterruptedException();
353 * @throws InterruptedException
356 public void waitForDeviceToComeOnline() throws InterruptedException, IOException {
366 throw new InterruptedException();
379 * @throws InterruptedException
382 public void waitForApp(String packageName) throws InterruptedException, IOException {
391 throw new InterruptedException();
415 public void runAdbRoot() throws IOException, InterruptedException {
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedLongSynchronizer.java 632 throws InterruptedException {
646 throw new InterruptedException();
662 throws InterruptedException {
684 throw new InterruptedException();
729 throws InterruptedException {
746 throw new InterruptedException();
762 throws InterruptedException {
788 throw new InterruptedException();
    [all...]
AbstractQueuedSynchronizer.java 220 * public void lockInterruptibly() throws InterruptedException {
224 * throws InterruptedException {
254 * public void await() throws InterruptedException {
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 457 milliseconds