OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InterruptedException
(Results
451 - 475
of
1410
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/testng/src/main/java/org/testng/internal/thread/
ExecutorAdapter.java
44
catch(
InterruptedException
handled) {
/external/vogar/test/vogar/target/main/
TestRunnerMainTest.java
85
public static void main(String[] args) throws
InterruptedException
{
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/programmer/
BootloaderConnection.java
70
} catch (
InterruptedException
e) {
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/util/
LooperExecutor.java
55
} catch (
InterruptedException
e) {
/external/webrtc/webrtc/examples/androidtests/src/org/appspot/apprtc/test/
LooperExecutorTest.java
25
public void testLooperExecutor() throws
InterruptedException
{
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
DecodeThread.java
65
} catch (
InterruptedException
ie) {
/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
OneTimeSettingsListener.java
77
} catch (
InterruptedException
e) {
/cts/tests/tests/appwidget/src/android/appwidget/cts/
CollectionAppWidgetTest.java
144
} catch (
InterruptedException
ie) {
185
} catch (
InterruptedException
ie) {
243
} catch (
InterruptedException
ie) {
281
} catch (
InterruptedException
ie) {
410
} catch (
InterruptedException
ie) {
432
} catch (
InterruptedException
e) {
455
} catch (
InterruptedException
e) {
/cts/tests/tests/media/src/android/media/cts/
MediaBrowserTest.java
159
} catch (
InterruptedException
e) {
160
fail("Unexpected
InterruptedException
occurred.");
207
} catch (
InterruptedException
e) {
208
fail("Unexpected
InterruptedException
occurred.");
256
} catch (
InterruptedException
e) {
257
fail("Unexpected
InterruptedException
occurred.");
313
} catch (
InterruptedException
e) {
314
fail("Unexpected
InterruptedException
occurred.");
357
} catch (
InterruptedException
e) {
358
fail("Unexpected
InterruptedException
occurred.")
[
all
...]
VisualizerTest.java
153
} catch (
InterruptedException
e) {
214
} catch (
InterruptedException
e) {
247
} catch (
InterruptedException
e) {
279
} catch (
InterruptedException
e) {
350
} catch (
InterruptedException
e) {
422
} catch (
InterruptedException
e) {
556
} catch(
InterruptedException
e) {
MediaSyncTest.java
185
public void testSetPlaybackParamsFail() throws
InterruptedException
{
211
public void testSetPlaybackParamsSucceed() throws
InterruptedException
{
225
public void testAudioBufferReturn() throws
InterruptedException
{
273
} catch (
InterruptedException
e) {
282
public void testFlush() throws
InterruptedException
{
340
} catch (
InterruptedException
e) {
540
} catch (
InterruptedException
e) {
557
} catch (
InterruptedException
e) {
576
} catch (
InterruptedException
e) {
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
ConnectivityConstraintTest.java
415
throws
InterruptedException
{
423
throws
InterruptedException
{
433
WifiManager wm) throws
InterruptedException
{
465
private void disconnectWifiToConnectToMobile() throws
InterruptedException
{
545
public boolean waitForStateChange() throws
InterruptedException
{
/cts/tests/tests/content/src/android/content/cts/
ContentResolverSyncTestCase.java
117
} catch (
InterruptedException
e) {
118
fail("should not throw an
InterruptedException
");
139
} catch (
InterruptedException
e) {
140
fail("should not throw an
InterruptedException
");
153
} catch (
InterruptedException
e) {
169
} catch (
InterruptedException
e) {
170
fail("should not throw an
InterruptedException
");
259
} catch (
InterruptedException
e) {
/cts/tests/tests/os/src/android/os/cts/
SeccompTest.java
199
public void testIsolatedServicePolicy() throws
InterruptedException
, ExecutionException,
230
public void testViolateIsolatedServicePolicy() throws
InterruptedException
,
298
public ISeccompIsolatedService get() throws
InterruptedException
, ExecutionException {
320
} catch (
InterruptedException
e) {
327
} catch (
InterruptedException
e) {
/development/apps/Development/src/com/android/development/
BadBehaviorActivity.java
57
try { Thread.sleep(20000); } catch (
InterruptedException
e) { Log.wtf(TAG, e); }
71
try { Thread.sleep(30000); } catch (
InterruptedException
e) { Log.wtf(TAG, e); }
92
try { Thread.sleep(mDelay); } catch (
InterruptedException
e) { Log.wtf(TAG, e); }
146
try { Thread.sleep(20000); } catch (
InterruptedException
e) { Log.wtf(TAG, e); }
208
try { Thread.sleep(20000); } catch (
InterruptedException
e) { Log.wtf(TAG, e); }
/cts/tests/app/src/android/app/cts/
WallpaperManagerTest.java
136
} catch (
InterruptedException
| IOException e) {
161
} catch (
InterruptedException
| IOException e) {
217
} catch (
InterruptedException
| IOException e) {
370
} catch (
InterruptedException
| IOException e) {
399
} catch (
InterruptedException
| IOException e) {
461
} catch (
InterruptedException
| IOException e) {
/cts/tests/tests/opengl/src/android/opengl/cts/
OpenGlEsVersionTest.java
83
public void testOpenGlEsVersion() throws
InterruptedException
{
104
public void testRequiredExtensions() throws
InterruptedException
{
145
public void testExtensionPack() throws
InterruptedException
{
176
public void testOpenGlEsVersionForVrHighPerformance() throws
InterruptedException
{
194
public void testRequiredExtensionsForVrHighPerformance() throws
InterruptedException
{
505
private void verifyGlVersionString(int major, int minor) throws
InterruptedException
{
/art/test/004-ThreadStress/src-art/
Main.java
210
} catch (
InterruptedException
ignored) {
230
} catch (
InterruptedException
ignored) {
249
} catch (
InterruptedException
ignored) {
280
} catch (
InterruptedException
ignored) {
317
} catch (
InterruptedException
ignored) {
564
} catch (
InterruptedException
ignored) {
592
} catch (
InterruptedException
ignored) {
850
public synchronized void await() throws
InterruptedException
{
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
CtsMediaOutputSurface.java
247
} catch (
InterruptedException
ie) {
275
} catch (
InterruptedException
ie) {
MagneticFieldMeasurementTestActivity.java
49
public void activitySetUp() throws
InterruptedException
{
199
private void calibrateMagnetometer() throws
InterruptedException
{
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
BaseSensorTestActivity.java
248
* {@link
InterruptedException
} propagate.
260
* - let {@link
InterruptedException
} propagate
274
protected abstract SensorTestDetails executeTests() throws
InterruptedException
;
308
protected void waitForUser(int waitMessageResId) throws
InterruptedException
{
323
protected void waitForUserToBegin() throws
InterruptedException
{
331
protected void waitForUserToRetry() throws
InterruptedException
{
343
public void waitForUserToContinue() throws
InterruptedException
{
351
public int executeActivity(String action) throws
InterruptedException
{
359
public int executeActivity(Intent intent) throws
InterruptedException
{
425
protected void playSound() throws
InterruptedException
{
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
SensorFeaturesDeactivator.java
53
public synchronized void requestDeactivationOfFeatures() throws
InterruptedException
{
69
public synchronized void requestToRestoreFeatures() throws
InterruptedException
{
SensorTestScreenManipulator.java
96
throws
InterruptedException
{
152
} catch (
InterruptedException
e) {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifi/
TestUtils.java
56
private boolean startScanAndWaitForResults() throws
InterruptedException
{
111
throws
InterruptedException
{
/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
AppRestrictionsDelegateTest.java
102
public void testCanAccessApis() throws
InterruptedException
{
155
private Bundle waitForChangedRestriction() throws
InterruptedException
{
Completed in 1375 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>