HomeSort by relevance Sort by last modified time
    Searched refs:InterruptedException (Results 476 - 500 of 1246) sorted by null

<<11121314151617181920>>

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccSmsInterfaceManager.java 223 } catch (InterruptedException e) {
265 } catch (InterruptedException e) {
304 } catch (InterruptedException e) {
725 } catch (InterruptedException e) {
745 } catch (InterruptedException e) {
765 } catch (InterruptedException e) {
785 } catch (InterruptedException e) {
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
FuturesTest.java 446 throws InterruptedException, ExecutionException, TimeoutException {
488 @Override public T get() throws InterruptedException, ExecutionException {
495 throws TimeoutException, ExecutionException, InterruptedException {
531 public void waitForCall() throws InterruptedException {
794 public String get() throws ExecutionException, InterruptedException {
801 ExecutionException, InterruptedException, TimeoutException {
    [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/audio/lwjgl/
LwjglAudioRenderer.java 131 }catch (InterruptedException ex){
297 } catch (InterruptedException ex) {
516 } catch (InterruptedException ex) {
587 } catch (InterruptedException ex) {
797 } catch (InterruptedException ex) {
821 } catch (InterruptedException ex) {
862 } catch (InterruptedException ex) {
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
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...]
  /cts/tests/tests/view/src/android/view/animation/cts/
LayoutAnimationControllerTest.java 74 public void testAccessOrder() throws InterruptedException {
162 public void testAccessDelay() throws InterruptedException {
232 public void testAccessAnimation() throws InterruptedException {
303 public void testAccessInterpolator() throws InterruptedException {
420 public void testIsDone() throws InterruptedException {
426 public void testGetAnimationForView() throws InterruptedException {
  /external/guava/guava-tests/test/com/google/common/cache/
CacheBuilderTest.java 390 public void testRemovalNotification_clear() throws InterruptedException {
397 @Override public String load(String key) throws InterruptedException {
455 public void testRemovalNotification_clear_basher() throws InterruptedException {
533 public void testRemovalNotification_get_basher() throws InterruptedException {
546 @Override public String load(String key) throws InterruptedException {
629 @Override public T load(T key) throws InterruptedException {
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
ConnectionUtil.java 380 } catch (InterruptedException e) {
454 } catch (InterruptedException e) {
501 } catch (InterruptedException e) {
604 } catch (InterruptedException e) {
678 } catch (InterruptedException e) {}
739 } catch (InterruptedException e) {
740 Log.e(LOG_TAG, "Ping test Failed: InterruptedException");
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java 534 catch (InterruptedException e) {
649 InterruptedException {
661 InterruptedException {
676 throws TimeoutException, InterruptedException {
690 InterruptedException {
730 // if we get InterruptedException's, ignore them and just keep sleeping
734 } catch (InterruptedException e) {
778 * @throws InterruptedException if interrupted
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
PresentationSyncTest.java 139 catch (InterruptedException ignored) {}
454 catch (InterruptedException ignored) {}
463 catch (InterruptedException ignored) {}
MediaScannerConnectionTest.java 70 public void testMediaScannerConnection() throws InterruptedException {
  /frameworks/base/core/java/android/app/
UiAutomation.java 207 } catch (InterruptedException ie) {
490 } catch (InterruptedException ie) {
545 } catch (InterruptedException ie) {
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
BlockingGLTextureView.java 374 } catch (InterruptedException e) {
389 } catch (InterruptedException e) {
426 } catch (InterruptedException e) {
  /libcore/luni/src/main/java/java/util/concurrent/
TimeUnit.java 276 * throws InterruptedException {
286 * @throws InterruptedException if interrupted while waiting
289 throws InterruptedException {
306 * @throws InterruptedException if interrupted while waiting
309 throws InterruptedException {
325 * @throws InterruptedException if interrupted while sleeping
327 public void sleep(long timeout) throws InterruptedException {
  /packages/apps/Gallery2/src/com/android/photos/views/
BlockingGLTextureView.java 374 } catch (InterruptedException e) {
389 } catch (InterruptedException e) {
426 } catch (InterruptedException e) {
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
BlockingGLTextureView.java 374 } catch (InterruptedException e) {
389 } catch (InterruptedException e) {
426 } catch (InterruptedException e) {
  /packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
SourceLatency.java 105 } catch (InterruptedException ex) {
114 } catch (InterruptedException ex) {
250 } catch (InterruptedException ex) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
ServReqMultiClientTestCase01.java 35 protected boolean executeTest() throws InterruptedException {
ServReqMultiClientTestCase02.java 34 protected boolean executeTest() throws InterruptedException {
ServReqMultiClientTestCase03.java 34 protected boolean executeTest() throws InterruptedException {
TestCase.java 137 * @throws InterruptedException
139 abstract protected boolean executeTest() throws InterruptedException;
  /cts/suite/cts/hostTests/uihost/control/src/com/android/cts/taskswitching/control/
TaskswitchingDeviceTest.java 105 public boolean waitForBroadcast(long timeoutInSec) throws InterruptedException {
  /cts/tests/tests/app/src/android/app/cts/
ActivityManagerMemoryClassTest.java 115 private void runHeapTestApp(int memoryClass) throws InterruptedException {
  /cts/tests/tests/graphics/src/android/opengl/cts/
EglConfigTest.java 58 throws InterruptedException {
  /cts/tests/tests/graphics2/src/android/graphics2/cts/
TextureViewCameraActivity.java 109 public boolean waitForCompletion(long timeoutInSecs) throws InterruptedException {
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
NativeMediaActivity.java 107 * @throws InterruptedException
109 public Boolean waitForNativeMediaLifeCycle() throws InterruptedException {

Completed in 894 milliseconds

<<11121314151617181920>>