HomeSort by relevance Sort by last modified time
    Searched refs:InterruptedException (Results 126 - 150 of 759) sorted by null

1 2 3 4 56 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UnwrapAction.java 38 } catch (InterruptedException e) {
WrapInAction.java 38 } catch (InterruptedException e) {
  /cts/tests/tests/widget/src/android/widget/cts/
ScrollerTest.java 216 } catch (InterruptedException e) {
217 fail("unexpected InterruptedException when sleep");
233 } catch (InterruptedException e) {
234 fail("unexpected InterruptedException when sleep");
250 } catch (InterruptedException e) {
251 fail("unexpected InterruptedException when sleep");
317 } catch (InterruptedException e) {
318 fail("unexpected InterruptedException when sleep");
383 } catch (InterruptedException e) {
384 fail("unexpected InterruptedException when sleep")
    [all...]
  /cts/tests/appsecurity-tests/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
ReceiveUriService.java 100 } catch (InterruptedException e) {
121 } catch (InterruptedException e) {
  /cts/tests/tests/media/src/android/media/cts/
MediaScannerNotificationTest.java 36 public void testMediaScannerNotification() throws InterruptedException {
98 public void waitForCalls(int expectedCalls, long timeout) throws InterruptedException {
  /dalvik/tests/079-phantom/src/
Bitmap.java 57 } catch (InterruptedException ie) {
142 } catch (InterruptedException ie) {
  /dalvik/tests/084-class-init/src/
Main.java 26 } catch (InterruptedException ie) {
67 } catch (InterruptedException ie) {
  /development/samples/StackWidget/src/com/example/android/stackwidget/
StackWidgetService.java 61 } catch (InterruptedException e) {
99 } catch (InterruptedException e) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadLocalTest.java 90 } catch (InterruptedException ie) {
140 } catch (InterruptedException ie) {
ThreadGroupTest.java 38 } catch (InterruptedException e) {
144 } catch (InterruptedException e) {
156 } catch (InterruptedException e) {
236 } catch (InterruptedException ie) {
258 } catch (InterruptedException ie) {
279 } catch (InterruptedException ie) {
672 } catch (InterruptedException ie) {
698 } catch (InterruptedException ie) {
730 } catch (InterruptedException ie) {
779 } catch (InterruptedException ie)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
CoroutineManager.java 237 catch(java.lang.InterruptedException e)
279 catch(java.lang.InterruptedException e)
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMTestHandler.java 69 } catch (InterruptedException e) {}
102 } catch (InterruptedException e) {
  /libcore/luni/src/main/java/java/util/concurrent/
ExecutorCompletionService.java 29 * throws InterruptedException, ExecutionException {
49 * throws InterruptedException {
163 public Future<V> take() throws InterruptedException {
172 throws InterruptedException {
AbstractExecutorService.java 112 throws InterruptedException, ExecutionException, TimeoutException {
184 throws InterruptedException, ExecutionException {
195 throws InterruptedException, ExecutionException, TimeoutException {
200 throws InterruptedException {
231 throws InterruptedException {
  /packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainTestActivity.java 109 } catch (InterruptedException e) {
120 } catch (InterruptedException e) {
131 } catch (InterruptedException e) {
142 } catch (InterruptedException e) {
233 } catch (InterruptedException ignored) {
259 } catch (InterruptedException e) {
281 } catch (InterruptedException e) {
  /frameworks/base/media/tests/SoundPoolTest/src/com/android/
SoundPoolTest.java 103 private int initSoundPool(int numStreams) throws java.lang.InterruptedException {
130 private boolean TestSounds() throws java.lang.InterruptedException {
150 private boolean TestScales() throws java.lang.InterruptedException {
172 private boolean TestRates() throws java.lang.InterruptedException {
196 private boolean TestPriority() throws java.lang.InterruptedException {
241 private boolean TestPauseResume() throws java.lang.InterruptedException {
294 private boolean TestVolume() throws java.lang.InterruptedException {
349 } catch (java.lang.InterruptedException e) {
377 } catch (java.lang.InterruptedException e) { }
  /cts/tests/tests/os/src/android/os/cts/
TokenWatcherTest.java 96 } catch (InterruptedException e) {
157 public void testTokenWatcher() throws RemoteException, InterruptedException {
200 public void testCleanUp() throws RemoteException, InterruptedException {
219 private boolean waitUntilAcquired() throws InterruptedException {
230 private boolean waitUntilReleased() throws InterruptedException {
  /cts/tools/host/src/com/android/cts/
DeviceManager.java 232 } catch (InterruptedException e) {
293 } catch (InterruptedException e) {
303 private void rebootDevice(TestSession ts) throws InterruptedException,
350 } catch (InterruptedException ignored) {
408 } catch (InterruptedException e) {
  /development/apps/Development/src/com/android/development/
BadBehaviorActivity.java 52 try { Thread.sleep(20000); } catch (InterruptedException e) { Log.wtf(TAG, e); }
66 try { Thread.sleep(30000); } catch (InterruptedException e) { Log.wtf(TAG, e); }
87 try { Thread.sleep(mDelay); } catch (InterruptedException e) { Log.wtf(TAG, e); }
118 try { Thread.sleep(20000); } catch (InterruptedException e) { Log.wtf(TAG, e); }
180 try { Thread.sleep(20000); } catch (InterruptedException e) { Log.wtf(TAG, e); }
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SimSmsInterfaceManager.java 156 } catch (InterruptedException e) {
186 } catch (InterruptedException e) {
212 } catch (InterruptedException e) {
333 } catch (InterruptedException e) {
353 } catch (InterruptedException e) {
  /libcore/luni/src/test/java/libcore/java/util/jar/
DalvikExecTest.java 38 throws IOException, InterruptedException {
69 throws IOException, InterruptedException {
74 public void test_execExistingJar () throws IOException, InterruptedException {
101 public void test_execCreatedJar () throws IOException, InterruptedException {
149 public void test_execCreatedJarWithManifest () throws IOException, 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...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
RuimSmsInterfaceManager.java 133 } catch (InterruptedException e) {
163 } catch (InterruptedException e) {
187 } catch (InterruptedException e) {
  /libcore/luni/src/main/java/java/io/
PipedInputStream.java 237 } catch (InterruptedException e) {
316 } catch (InterruptedException e) {
396 } catch (InterruptedException e) {
PipedReader.java 263 } catch (InterruptedException e) {
364 } catch (InterruptedException e) {
413 } catch (InterruptedException e) {

Completed in 512 milliseconds

1 2 3 4 56 7 8 91011>>