HomeSort by relevance Sort by last modified time
    Searched defs:InterruptedException (Results 1 - 22 of 22) 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() {
36 * Constructs a new {@code InterruptedException} with the current stack
42 public InterruptedException(String detailMessage) {
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
PhoneTypeChoiceRecognizerEngine.java 33 protected void setupGrammar() throws IOException, InterruptedException {
48 protected void onRecognitionSuccess(RecognizerClient recognizerClient) throws InterruptedException {
96 if (Thread.interrupted()) throw new InterruptedException();
RecognizerEngine.java 87 abstract protected void setupGrammar() throws IOException, InterruptedException;
90 throws InterruptedException;
170 if (Thread.interrupted()) throw new InterruptedException();
198 } catch (InterruptedException e) {
CommandRecognizerEngine.java 119 protected void setupGrammar() throws IOException, InterruptedException {
193 throws InterruptedException {
200 if (Thread.interrupted()) throw new InterruptedException();
229 private void loadOpenEntriesTable() throws InterruptedException, IOException {
245 if (Thread.interrupted()) throw new InterruptedException();
254 if (Thread.interrupted()) throw new InterruptedException();
322 private void addOpenEntriesToGrammar() throws InterruptedException, IOException {
328 if (Thread.interrupted()) throw new InterruptedException();
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
CyclicBarrier.java 41 * } catch (InterruptedException ex) {
88 * {@link InterruptedException} if they too were interrupted at about
163 throws InterruptedException, BrokenBarrierException,
175 throw new InterruptedException();
201 } catch (InterruptedException ie) {
292 * then {@link InterruptedException} is thrown and the current thread's
316 * @throws InterruptedException if the current thread was interrupted
324 public int await() throws InterruptedException, BrokenBarrierException {
355 * then {@link InterruptedException} is thrown and the current thread's
385 * @throws InterruptedException if the current thread was interrupte
    [all...]
Exchanger.java 41 * } catch (InterruptedException ex) { ... handle ... }
54 * } 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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceFileParserTask.java 159 InterruptedException {
183 throw new InterruptedException();
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
NativeSymbolResolverTask.java 105 throws InvocationTargetException, InterruptedException {
145 private void resolveLibraryAddresses(IProgressMonitor monitor) throws InterruptedException {
285 private void checkCancellation(IProgressMonitor monitor) throws InterruptedException {
287 throw new InterruptedException();
  /frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerHostTestUtils.java 368 * @throws InterruptedException
375 public void waitForPackageManager() throws InterruptedException, IOException, TimeoutException,
385 throw new InterruptedException();
415 * @throws InterruptedException
418 public void waitForDeviceToComeOnline() throws InterruptedException, IOException {
428 throw new InterruptedException();
441 * @throws InterruptedException
448 public void waitForApp(String packageName) throws InterruptedException, IOException,
458 throw new InterruptedException();
491 public void runAdbRoot() throws IOException, InterruptedException, TimeoutException
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedLongSynchronizer.java 630 throws InterruptedException {
644 throw new InterruptedException();
660 throws InterruptedException {
682 throw new InterruptedException();
727 throws InterruptedException {
744 throw new InterruptedException();
760 throws InterruptedException {
786 throw new InterruptedException();
    [all...]
AbstractQueuedSynchronizer.java 225 * public void lockInterruptibly() throws InterruptedException {
229 * throws InterruptedException {
259 * public void await() throws InterruptedException {
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 165 milliseconds