OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InterruptedException
(Results
101 - 125
of
1410
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
EventQueueImpl.java
81
public EventSet remove() throws
InterruptedException
{
89
public EventSet remove(long timeout) throws
InterruptedException
{
120
EventSet removeInternal() throws
InterruptedException
{
150
throws
InterruptedException
{
237
} catch (
InterruptedException
e) {
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
RuntimeEnvironmentTest.java
30
public void isMainThread_forNewThread_withoutSwitch() throws
InterruptedException
{
43
throw new
InterruptedException
("Thread " + t + " didn't finish timely");
50
public void isMainThread_forNewThread_withSwitch() throws
InterruptedException
{
63
throw new
InterruptedException
("Thread " + t + " didn't finish timely");
70
public void isMainThread_withArg_forNewThread_withSwitch() throws
InterruptedException
{
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
InstallUpdateTest.java
50
public void testInstallUpdate_failFileNotFound() throws
InterruptedException
{
56
public void testInstallUpdate_failNoZipOtaFile() throws
InterruptedException
{
63
public void testInstallUpdate_failWrongPayloadFile() throws
InterruptedException
{
70
public void testInstallUpdate_failEmptyOtaFile() throws
InterruptedException
{
77
public void testInstallUpdate_failWrongHash() throws
InterruptedException
{
84
public void testInstallUpdate_failWrongSize() throws
InterruptedException
{
148
throws
InterruptedException
{
/external/webrtc/webrtc/examples/androidtests/src/org/appspot/apprtc/test/
PeerConnectionClientTest.java
110
throws
InterruptedException
{
183
throws
InterruptedException
{
193
throws
InterruptedException
{
203
throws
InterruptedException
{
217
throws
InterruptedException
{
286
throws
InterruptedException
{
309
throws
InterruptedException
{
350
public void testLoopbackAudio() throws
InterruptedException
{
354
public void testLoopbackVp8() throws
InterruptedException
{
358
public void DISABLED_testLoopbackVp9() throws
InterruptedException
{
[
all
...]
/cts/tests/tests/telephony/current/src/android/telephony/euicc/cts/
EuiccServiceTest.java
136
} catch (
InterruptedException
e) {
159
} catch (
InterruptedException
e) {
187
} catch (
InterruptedException
e) {
210
} catch (
InterruptedException
e) {
235
} catch (
InterruptedException
e) {
266
} catch (
InterruptedException
e) {
290
} catch (
InterruptedException
e) {
314
} catch (
InterruptedException
e) {
337
} catch (
InterruptedException
e) {
361
} catch (
InterruptedException
e)
[
all
...]
/cts/common/device-side/util/src/com/android/compatibility/common/util/devicepolicy/provisioning/
SilentProvisioningTestManager.java
49
} catch (
InterruptedException
e) {
66
public boolean startProvisioningAndWait(Intent provisioningIntent) throws
InterruptedException
{
78
private boolean waitDeviceOwnerProvisioning() throws
InterruptedException
{
82
private boolean waitManagedProfileProvisioning() throws
InterruptedException
{
113
private boolean pollProvisioningResult() throws
InterruptedException
{
165
public boolean await() throws
InterruptedException
{
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/devicepolicy/provisioning/
SilentProvisioningTestManager.java
50
} catch (
InterruptedException
e) {
67
public boolean startProvisioningAndWait(Intent provisioningIntent) throws
InterruptedException
{
79
private boolean waitDeviceOwnerProvisioning() throws
InterruptedException
{
83
private boolean waitManagedProfileProvisioning() throws
InterruptedException
{
114
private boolean pollProvisioningResult() throws
InterruptedException
{
166
public boolean await() throws
InterruptedException
{
/external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java
487
static void delay(long millis) throws
InterruptedException
{
513
} catch (
InterruptedException
ie) {
514
fail("Unexpected
InterruptedException
");
534
} catch (
InterruptedException
ie) {
535
fail("Unexpected
InterruptedException
");
556
} catch (
InterruptedException
ie) {
557
fail("Unexpected
InterruptedException
");
714
} catch (
InterruptedException
ie) {
716
new AssertionFailedError("Unexpected
InterruptedException
");
779
} catch (
InterruptedException
ie)
[
all
...]
InterruptionUtil.java
58
} catch (
InterruptedException
e) {
84
} catch (
InterruptedException
wontHappen) {
131
} catch (
InterruptedException
e) {
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/util/concurrent/
RoboExecutorService.java
39
public V get() throws
InterruptedException
, ExecutionException {
79
public boolean awaitTermination(long l, TimeUnit timeUnit) throws
InterruptedException
{
114
public <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> callables) throws
InterruptedException
{
119
public <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> callables, long l, TimeUnit timeUnit) throws
InterruptedException
{
124
public <T> T invokeAny(Collection<? extends Callable<T>> callables) throws
InterruptedException
, ExecutionException {
129
public <T> T invokeAny(Collection<? extends Callable<T>> callables, long l, TimeUnit timeUnit) throws
InterruptedException
, ExecutionException, TimeoutException {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
SensorPowerTestActivity.java
38
public void waitForUserAcknowledgement(final String message) throws
InterruptedException
{
65
protected void activitySetUp() throws
InterruptedException
{
71
protected void activityCleanUp() throws
InterruptedException
{
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
SensorSettingContainer.java
57
boolean modeOn) throws
InterruptedException
{
72
throws
InterruptedException
{
80
throws
InterruptedException
{
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
ReceiveUriActivity.java
102
} catch (
InterruptedException
e) {
129
} catch (
InterruptedException
e) {
144
} catch (
InterruptedException
e) {
/cts/tests/framework/base/windowmanager/src/android/server/wm/
WindowManagerTestBase.java
48
static <T extends FocusableActivity> T startActivity(Class<T> cls) throws
InterruptedException
{
53
throws
InterruptedException
{
88
void waitAndAssertWindowFocusState(boolean hasFocus) throws
InterruptedException
{
/external/volley/src/main/java/com/android/volley/toolbox/
RequestFuture.java
46
* } catch (
InterruptedException
e) {
86
public T get() throws
InterruptedException
, ExecutionException {
96
throws
InterruptedException
, ExecutionException, TimeoutException {
101
throws
InterruptedException
, ExecutionException, TimeoutException {
/art/test/304-method-tracing/src/
Main.java
43
} catch (
InterruptedException
e) {
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/activities/
AccessibilityTestActivity.java
51
} catch (
InterruptedException
e) {}
/cts/tests/app/app/src/android/app/stubs/
CTSActivityTestCaseBase.java
45
protected void waitForResult() throws
InterruptedException
{
/cts/tests/backup/src/android/backup/cts/
FullBackupQuotaTest.java
64
} catch (
InterruptedException
e) {}
/cts/tests/tests/content/src/android/content/cts/
ContentProviderClientTest.java
113
public void testQueryTimeout() throws RemoteException,
InterruptedException
{
134
public void testGetTypeTimeout() throws RemoteException,
InterruptedException
{
148
public void testGetStreamTypesTimeout() throws RemoteException,
InterruptedException
{
162
public void testCanonicalizeTimeout() throws RemoteException,
InterruptedException
{
176
public void testUncanonicalizeTimeout() throws RemoteException,
InterruptedException
{
190
public void testRefreshTimeout() throws RemoteException,
InterruptedException
{
209
public void testInsertTimeout() throws RemoteException,
InterruptedException
{
223
public void testBulkInsertTimeout() throws RemoteException,
InterruptedException
{
237
public void testDeleteTimeout() throws RemoteException,
InterruptedException
{
252
public void testUpdateTimeout() throws RemoteException,
InterruptedException
{
[
all
...]
/cts/tests/tests/security/src/android/security/cts/
IntentSenderRemovalTest.java
38
public void testIntentSenderIntent() throws
InterruptedException
{
/cts/tests/tests/simpleperf/CtsSimpleperfDebuggableApp/com/android/simpleperf/debuggable/
MainActivity.java
48
} catch (
InterruptedException
e) {
/cts/tests/tests/simpleperf/CtsSimpleperfProfileableApp/com/android/simpleperf/profileable/
MainActivity.java
48
} catch (
InterruptedException
e) {
/cts/tests/tests/widget/src/android/widget/cts/
PopupWindowCtsActivity.java
43
void waitForConfigurationChanged() throws
InterruptedException
{
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeyThrottleEvent.java
44
} catch (
InterruptedException
e1) {
Completed in 1680 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>