HomeSort by relevance Sort by last modified time
    Searched refs:getCause (Results 201 - 225 of 326) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
IllegalSelectorExceptionTest.java 36 assertNull(e.getCause());
NoConnectionPendingExceptionTest.java 36 assertNull(e.getCause());
NonReadableChannelExceptionTest.java 36 assertNull(e.getCause());
NonWritableChannelExceptionTest.java 36 assertNull(e.getCause());
NotYetBoundExceptionTest.java 36 assertNull(e.getCause());
NotYetConnectedExceptionTest.java 36 assertNull(e.getCause());
OverlappingFileLockExceptionTest.java 36 assertNull(e.getCause());
UnresolvedAddressExceptionTest.java 36 assertNull(e.getCause());
UnsupportedAddressTypeExceptionTest.java 36 assertNull(e.getCause());
  /external/apache-harmony/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
CharacterCodingExceptionTest.java 34 assertNull(ex.getCause());
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/exception/
ExtCertPathValidatorException.java 26 public Throwable getCause()
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MediaButtonHelper.java 46 Throwable cause = e.getCause();
71 Throwable cause = e.getCause();
  /external/bouncycastle/src/main/java/org/bouncycastle/openssl/
PEMWriter.java 49 if (e.getCause() instanceof IOException)
51 throw (IOException)e.getCause();
  /external/guava/src/com/google/common/base/
Throwables.java 161 while ((cause = throwable.getCause()) != null) {
189 throwable = throwable.getCause();
221 Throwable cause = exception.getCause();
  /cts/tests/tests/util/src/android/util/cts/
AndroidExceptionTest.java 67 assertEquals(CAUSE, e.getCause());
AndroidRuntimeExceptionTest.java 67 assertEquals(CAUSE, e.getCause());
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
IOErrorTest.java 34 assertNull(e.getCause());
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
TypeNotPresentExceptionTest.java 40 assertSame(npe, e.getCause());
  /external/apache-http/src/org/apache/http/client/utils/
CloneUtils.java 55 Throwable cause = ex.getCause();
  /external/javassist/src/main/javassist/
CannotCompileException.java 30 public Throwable getCause() {
  /frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
DynamicProxy.java 56 throw e.getCause();
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
SQLWarningTest.java 358 assertEquals(e, exception.getCause());
359 assertEquals("error", exception.getCause().getMessage());
370 assertEquals(e, exception.getCause());
371 assertEquals("error", exception.getCause().getMessage());
383 assertEquals(e, exception.getCause());
384 assertEquals("error", exception.getCause().getMessage());
397 assertEquals(e, exception.getCause());
398 assertEquals("error", exception.getCause().getMessage());
  /frameworks/base/core/java/android/util/
ReflectiveProperty.java 122 throw new RuntimeException(e.getCause());
143 throw new RuntimeException(e.getCause());
  /libcore/luni/src/main/java/java/security/cert/
CertStore.java 106 Throwable th = e.getCause();
184 Throwable th = e.getCause();
  /cts/tests/tests/app/src/android/app/cts/
PendingIntent_CanceledExceptionTest.java 68 assertSame(ex, e.getCause());

Completed in 213 milliseconds

1 2 3 4 5 6 7 891011>>