Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 3 of 3) sorted by relevance

/core/core-animation-integration-tests/testapp/src/androidTest/java/androidx/core/animation/
DAnimatorInflaterTest.java121 InflateException exception = assertThrows(InflateException.class, () -> { in pathInterpolator_wrongControlPoint() local
132 InflateException exception = assertThrows(InflateException.class, () -> { in pathInterpolator_wrongControlPoints() local
142 IllegalArgumentException exception = assertThrows(IllegalArgumentException.class, () -> { in pathInterpolator_wrongStartEnd() local
151 IllegalArgumentException exception = assertThrows(IllegalArgumentException.class, () -> { in pathInterpolator_loopBack() local
161 IllegalArgumentException exception = assertThrows(IllegalArgumentException.class, () -> { in pathInterpolator_discontinuity() local
/core/core-ktx/src/androidTest/java/androidx/core/database/sqlite/
DSQLiteDatabaseTest.kt43 val exception = RuntimeException() in throwingBodyNotSuccessful() constant
/core/core-telecom/integration-tests/testapp/src/main/java/androidx/core/telecom/test/
DCallingMainActivity.kt230 val handler = CoroutineExceptionHandler { _, exception -> in <lambda>() method