/frameworks/base/core/java/android/os/ |
HandlerThread.java | 80 } catch (InterruptedException e) {
|
/frameworks/base/core/java/com/android/server/ |
ResettableTimeout.java | 117 catch (InterruptedException e) {
|
/frameworks/base/core/tests/coretests/src/android/os/ |
HandlerTester.java | 38 catch (InterruptedException e) {
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
RuimPhoneBookInterfaceManager.java | 64 } catch (InterruptedException e) {
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
SimPhoneBookInterfaceManager.java | 64 } catch (InterruptedException e) {
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/ |
MockTask.java | 47 public synchronized void waitForCompletion() throws InterruptedException {
|
/packages/wallpapers/Basic/src/com/android/wallpaper/fall/ |
FallView.java | 53 } 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...] |
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
ExecutorCompletionService.java | 29 * throws InterruptedException, ExecutionException { 49 * throws InterruptedException { 157 public Future<V> take() throws InterruptedException { 165 public Future<V> poll(long timeout, TimeUnit unit) throws InterruptedException {
|
AbstractExecutorService.java | 64 throws InterruptedException, ExecutionException, TimeoutException { 117 } catch (InterruptedException ie) { 138 throws InterruptedException, ExecutionException { 149 throws InterruptedException, ExecutionException, TimeoutException { 154 throws InterruptedException { 185 throws InterruptedException {
|
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/ |
ThreadLocalTest.java | 83 } catch(InterruptedException e) { 103 } catch(InterruptedException e) {
|
AbstractQueuedSynchronizerTest.java | 77 } catch(InterruptedException success){} 93 } catch(InterruptedException success){} 366 } catch(InterruptedException success){} 604 catch(InterruptedException e) { 782 catch(InterruptedException e) { 824 catch(InterruptedException e) { 839 catch(InterruptedException e) { 884 catch(InterruptedException e) { 898 catch(InterruptedException e) { 978 catch(InterruptedException success) [all...] |
ArrayBlockingQueueTest.java | 296 catch (InterruptedException ie) { 314 catch (InterruptedException ie) { 334 } catch (InterruptedException ie){ 344 catch (InterruptedException ie) { 367 } catch (InterruptedException e){ 396 } catch (InterruptedException success){} 419 } catch (InterruptedException e){ 434 } catch (InterruptedException success){ } 460 } catch (InterruptedException success){ 469 catch (InterruptedException ie) [all...] |
LinkedBlockingQueueTest.java | 286 catch (InterruptedException ie) { 304 catch (InterruptedException ie) { 324 } catch (InterruptedException ie){ 334 catch (InterruptedException ie) { 357 } catch (InterruptedException e){ 386 } catch (InterruptedException success){} 409 } catch (InterruptedException e){ 424 } catch (InterruptedException success){ } 450 } catch (InterruptedException success){ 459 catch (InterruptedException ie) [all...] |
CyclicBarrierTest.java | 135 } catch(InterruptedException success){} 159 } catch(InterruptedException e){ 175 } catch(InterruptedException success){ 199 } catch(InterruptedException e){ 224 } catch(InterruptedException e){ 262 } catch(InterruptedException e){ 300 } catch(InterruptedException e){ 340 } catch(InterruptedException e){ 400 catch (InterruptedException ie) { 484 catch(InterruptedException ok) { [all...] |
/dalvik/libcore/luni/src/test/java/com/google/coretests/ |
CoreTestResult.java | 130 } catch (InterruptedException ex) { 139 } catch (InterruptedException ex) {
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/ |
CoroutineManager.java | 237 catch(java.lang.InterruptedException e) 279 catch(java.lang.InterruptedException e)
|
/dalvik/tests/079-phantom/src/ |
Bitmap.java | 57 } catch (InterruptedException ie) { 142 } catch (InterruptedException ie) {
|
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
GSMTestHandler.java | 69 } catch (InterruptedException e) {} 102 } catch (InterruptedException e) {
|
/frameworks/base/media/tests/SoundPoolTest/src/com/android/ |
SoundPoolTest.java | 104 private int initSoundPool(int numStreams) throws java.lang.InterruptedException { 131 private boolean TestSounds() throws java.lang.InterruptedException { 151 private boolean TestScales() throws java.lang.InterruptedException { 173 private boolean TestRates() throws java.lang.InterruptedException { 197 private boolean TestPriority() throws java.lang.InterruptedException { 242 private boolean TestPauseResume() throws java.lang.InterruptedException { 295 private boolean TestVolume() throws java.lang.InterruptedException { 350 } catch (java.lang.InterruptedException e) { 378 } 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 | 220 } catch (InterruptedException e) { 284 } catch (InterruptedException e) { 294 private void rebootDevice(TestSession ts) throws InterruptedException, 336 } catch (InterruptedException ignored) { 395 } catch (InterruptedException e) {
|
/dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/ |
DalvikExecTest.java | 45 throws IOException, InterruptedException { 77 throws IOException, InterruptedException { 90 public void test_execExistingJar () throws IOException, InterruptedException { 136 public void test_execCreatedJar () throws IOException, InterruptedException { 202 public void test_execCreatedJarWithManifest () throws IOException, InterruptedException {
|
/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); } 114 try { Thread.sleep(20000); } catch (InterruptedException e) { Log.wtf(TAG, e); } 176 try { Thread.sleep(20000); } catch (InterruptedException e) { Log.wtf(TAG, e); }
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
ThreadGroupTest.java | 46 } catch (InterruptedException e) { 212 } catch (InterruptedException e) { 224 } catch (InterruptedException e) { 396 } catch (InterruptedException ie) { 416 } catch (InterruptedException ie) { 627 } catch (InterruptedException ie) { 649 } catch (InterruptedException ie) { 670 } catch (InterruptedException ie) { 848 } catch (InterruptedException e) { 859 } catch (InterruptedException e) [all...] |