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

<<11121314151617181920>>

  /external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/signin/
SyncStatusHelperTest.java 146 public void testToggleMasterSyncAutomaticallyFromSettings() throws InterruptedException {
158 public void testToggleAccountSyncFromSettings() throws InterruptedException {
197 public void testToggleAccountSyncFromApplication() throws InterruptedException {
223 public void testToggleSyncabilityForMultipleAccounts() throws InterruptedException {
264 public void testSyncSettingsCaching() throws InterruptedException {
319 public void testCachedAccountSyncSettingsExitEarly() throws InterruptedException {
357 public void testCachedAccountSyncSettingsDidUpdate() throws InterruptedException {
421 public void testSyncStatusHelperPostsNotifications() throws InterruptedException {
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
StreamGobbler.java 153 catch (InterruptedException e)
233 catch (InterruptedException e)
  /external/guava/guava-testlib/src/com/google/common/testing/
GcFinalization.java 134 } catch (InterruptedException ie) {
166 } catch (InterruptedException ie) {
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
ConnectorAdapter.java 140 } catch( InterruptedException e ) {
210 } catch( InterruptedException e ) {
  /external/mockwebserver/src/test/java/com/google/mockwebserver/
CustomDispatcherTest.java 42 public MockResponse dispatch(RecordedRequest request) throws InterruptedException {
65 public MockResponse dispatch(RecordedRequest request) throws InterruptedException {
  /external/proguard/src/proguard/gui/splash/
SplashPanel.java 121 catch (InterruptedException ex)
175 catch (InterruptedException ex)
  /external/replicaisland/src/com/replica/replicaisland/
GameThread.java 98 } catch (InterruptedException e) {
113 } catch (InterruptedException e) {
  /external/smack/src/org/jivesoftware/smack/
PacketWriter.java 91 catch (InterruptedException ie) {
154 catch (InterruptedException ie) {
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
StreamNegotiator.java 116 InterruptedException;
131 * @throws InterruptedException If thread is interrupted.
134 throws XMPPException, InterruptedException;
  /frameworks/base/tests/SslLoad/src/com/android/sslload/
SslLoad.java 92 } catch (InterruptedException e) { /* ignored */ }
118 } catch (InterruptedException e) { /* ignored */ }
  /packages/apps/Camera/src/com/android/camera/
MediaSaver.java 80 } catch (InterruptedException ex) {
104 } catch (InterruptedException ex) {
  /packages/apps/Gallery/src/com/android/camera/
ImageLoader.java 130 } catch (InterruptedException ex) {
169 } catch (InterruptedException ex) {
  /packages/apps/Mms/src/com/android/mms/util/
RateController.java 121 } catch (InterruptedException _) {
152 } catch (InterruptedException _) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DictionaryPool.java 83 throws InterruptedException {
110 } catch (InterruptedException e) {
  /art/test/044-proxy/src/
BasicTest.java 66 } catch (InterruptedException ie) {
136 public void upCheck() throws InterruptedException;
220 public void upCheck() throws InterruptedException {
221 throw new InterruptedException("upcheck");
  /art/test/079-phantom/src/
Main.java 23 } catch (InterruptedException ie) {
  /art/test/109-suspend-check/src/
Main.java 45 } catch (InterruptedException ie) {
  /art/test/ThreadStress/
ThreadStress.java 141 } catch (InterruptedException e) {
212 } catch (InterruptedException ignored) {
219 } catch (InterruptedException ignored) {
228 } catch (InterruptedException ignored) {
  /cts/hostsidetests/holo/app/src/android/holo/app/
CaptureActivity.java 84 public void waitForCompletion() throws InterruptedException {
  /cts/libs/vogar-expect/src/vogar/commands/
Command.java 116 throws IOException, InterruptedException {
152 } catch (InterruptedException e) {
172 } catch (InterruptedException e) {
215 } catch (InterruptedException e) {
  /cts/suite/audio_quality/client/src/com/android/cts/audiotest/
CtsAudioClientActivity.java 34 } catch (InterruptedException e) {
  /cts/tests/src/android/opengl/cts/
EglConfigStubActivity.java 87 public void waitToFinishDrawing() throws InterruptedException {
OpenGlEsVersionStubActivity.java 69 public String getVersionString() throws InterruptedException {
  /cts/tests/src/android/text/method/cts/
KeyListenerStubActivity.java 95 } catch (InterruptedException e) {
  /cts/tests/src/android/view/animation/cts/
AnimationTestUtils.java 94 * @throws InterruptedException
98 final long duration) throws InterruptedException {

Completed in 1967 milliseconds

<<11121314151617181920>>