HomeSort by relevance Sort by last modified time
    Searched refs:InterruptedException (Results 151 - 175 of 1537) sorted by null

1 2 3 4 5 67 8 91011>>

  /cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
MyActivity.java 53 } catch (InterruptedException e) {
61 } catch (InterruptedException e) {
  /cts/libs/deviceutil/src/android/cts/util/
WatchDog.java 65 } catch (InterruptedException e) {
89 } catch (InterruptedException e) {
  /cts/tests/JobScheduler/src/android/jobscheduler/
MockJobService.java 82 public boolean awaitExecution() throws InterruptedException {
92 public boolean awaitTimeout() throws InterruptedException {
  /cts/tests/tests/location/src/android/location/cts/
GeocoderTest.java 44 public void testGetFromLocation() throws IOException, InterruptedException {
97 public void testGetFromLocationName() throws IOException, InterruptedException {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
SendToClientBlockingTest.java 65 } catch (InterruptedException e) {
85 } catch (InterruptedException e) {
  /development/tools/emulator/test-apps/SmokeTests/src/com/android/emulator/smoketests/sms/
SmsTest.java 52 public void testReceivedSms() throws java.lang.InterruptedException {
65 private Cursor getSmsCursor() throws java.lang.InterruptedException {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
CurrentContendedMonitorDebuggee.java 57 } catch (InterruptedException e) {
99 } catch (InterruptedException e) {
InterruptDebuggee.java 38 * If it receives an <code>InterruptedException</code>, it notifies debugger via
57 } catch (InterruptedException e) {
95 } catch (InterruptedException e) {
  /external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
TestThread.java 87 } catch (InterruptedException ie) {
134 } catch (InterruptedException ie) {
  /external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
JavaScriptUtils.java 29 ContentViewCore viewCore, String code) throws InterruptedException, TimeoutException {
44 throws InterruptedException, TimeoutException {
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractCheckedFuture.java 45 * Translates from an {@link InterruptedException},
50 * <p>If {@code e} is an {@code InterruptedException}, the calling
68 * <p>In addition, if {@code get} throws an {@link InterruptedException}, this
72 * @throws X if {@link #get()} throws an {@link InterruptedException},
79 } catch (InterruptedException e) {
96 * <p>In addition, if {@code get} throws an {@link InterruptedException}, this
100 * @throws X if {@link #get()} throws an {@link InterruptedException},
108 } catch (InterruptedException e) {
ForwardingFuture.java 62 public V get() throws InterruptedException, ExecutionException {
68 throws InterruptedException, ExecutionException, TimeoutException {
  /external/junit/src/org/junit/internal/runners/statements/
FailOnTimeout.java 25 private StatementThread evaluateStatement() throws InterruptedException {
64 } catch (InterruptedException e) {
65 //don't log the InterruptedException
  /external/smack/src/org/jivesoftware/smack/
PacketCollector.java 120 catch (InterruptedException e) {
137 catch (InterruptedException e) {
  /frameworks/base/core/tests/coretests/src/android/os/
HandlerThreadTest.java 63 } catch (InterruptedException e) {
95 } catch (InterruptedException e) {
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServicesTests/src/com/android/framework/multidexlegacytestservices/test/
ServicesTests.java 53 } catch (InterruptedException e) {
64 } catch (InterruptedException e) {
  /frameworks/volley/tests/src/com/android/volley/mock/
WaitableQueue.java 36 throws TimeoutException, InterruptedException {
44 public Request<?> take() throws InterruptedException {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
P2pBroadcastReceiverTest.java 73 * @throws InterruptedException
76 throws InterruptedException {
100 * @throws InterruptedException
102 public synchronized WifiP2pInfo waitConnectionNotice(long msec) throws InterruptedException {
119 * @throws InterruptedException
122 throws InterruptedException {
146 * @throws InterruptedException
149 throws InterruptedException {
181 * @throws InterruptedException
183 public synchronized WifiP2pInfo waitDisconnectionNotice(long msec) throws InterruptedException {
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
TokenWatcherTest.java 94 } catch (InterruptedException e) {
112 public void testTokenWatcher() throws RemoteException, InterruptedException {
143 public void testCleanUp() throws RemoteException, InterruptedException {
162 private boolean waitUntilAcquired() throws InterruptedException {
173 private boolean waitUntilReleased() throws InterruptedException {
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/
ShortcutHelperTest.java 84 public void testAddWebappShortcuts() throws InterruptedException {
114 public void testAddBookmarkShortcut() throws InterruptedException {
133 public void testAddWebappShortcutsWithoutTitleEdit() throws InterruptedException {
146 public void testAddWebappShortcutsWithTitleEdit() throws InterruptedException {
153 private void addShortcutToURL(String url, final String title) throws InterruptedException {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
PacketDispatcher.java 105 * @throws InterruptedException
108 throws InterruptedException {
126 * @throws InterruptedException
132 throws InterruptedException, IOException {
225 * @throws InterruptedException
228 InterruptedException {
269 throws InterruptedException, IOException {
399 throws InterruptedException, IOException {
606 } catch (InterruptedException e) {
631 * @throws InterruptedException
    [all...]
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/
AutofillPopupTest.java 136 throws InterruptedException, ExecutionException, TimeoutException {
194 throws InterruptedException, ExecutionException, TimeoutException {
242 throws InterruptedException, ExecutionException, TimeoutException {
261 throws InterruptedException, ExecutionException, TimeoutException {
279 throws InterruptedException, ExecutionException, TimeoutException {
294 final int count) throws InterruptedException {
304 private void waitForAnchorViewAdd(final ViewGroup view) throws InterruptedException {
314 private void waitForAutofillPopopShow(final AutofillPopup popup) throws InterruptedException {
324 private void waitForInputFieldFill(final ContentViewCore viewCore) throws InterruptedException {
332 } catch (InterruptedException e)
    [all...]
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/test/
ModalDialogTest.java 61 throws InterruptedException, TimeoutException, ExecutionException {
79 throws InterruptedException, TimeoutException, ExecutionException {
99 throws InterruptedException, TimeoutException, ExecutionException {
142 throws InterruptedException, TimeoutException, ExecutionException {
179 throws InterruptedException, TimeoutException, ExecutionException {
214 throws InterruptedException, TimeoutException, ExecutionException {
236 throws InterruptedException, TimeoutException, ExecutionException {
282 throws InterruptedException, TimeoutException, ExecutionException {
308 throws InterruptedException {
318 throws InterruptedException {
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
QueuesTest.java 63 public void tearDown() throws InterruptedException {
72 long timeout, TimeUnit unit, boolean interruptibly) throws InterruptedException {
85 throws InterruptedException {
136 private void testZeroElements(BlockingQueue<Object> q) throws InterruptedException {
159 private void testNegativeMaxElements(BlockingQueue<Object> q) throws InterruptedException {
183 } catch (InterruptedException expected) {
235 } catch (InterruptedException e) {
245 } catch (InterruptedException expected) {
280 } catch (InterruptedException e) {
300 } catch (InterruptedException e)
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
LinkedBlockingQueueTest.java 225 public void testPut() throws InterruptedException {
238 public void testBlockingPut() throws InterruptedException {
242 public void realRun() throws InterruptedException {
252 } catch (InterruptedException success) {}
259 } catch (InterruptedException success) {}
274 public void testPutWithTake() throws InterruptedException {
280 public void realRun() throws InterruptedException {
290 } catch (InterruptedException success) {}
312 public void realRun() throws InterruptedException {
322 } catch (InterruptedException success) {
    [all...]

Completed in 1709 milliseconds

1 2 3 4 5 67 8 91011>>