Searched refs:notNull (Results 1 – 4 of 4) sorted by relevance
23 import androidx.test.uiautomator.internal.notNull140 .notNull(ViewNotFoundException()) in onView()173 .notNull(ViewNotFoundException()) in onView()
28 import androidx.test.uiautomator.internal.notNull127 .notNull(ViewNotFoundException()) in onView()
27 import androidx.test.uiautomator.internal.notNull158 .notNull(ViewNotFoundException()) in onView()
44 internal fun <T> T?.notNull(t: Throwable): T = this ?: throw t in nowMs() method