Searched refs:UncaughtException (Results 1 – 4 of 4) sorted by relevance
93 else -> Invalid(error = UncaughtException(it)) in validate()132 findings += UncaughtException(it, property.key) in validate()
110 data class UncaughtException(val thrown: Throwable, val key: String? = null) : Finding { dataClass
29 import com.android.intentresolver.validation.UncaughtException83 .isInstanceOf(UncaughtException::class.java) in createActivityModel()
130 assertThat(errorType).isEqualTo(UncaughtException::class) in thrown_exception()