Home
last modified time | relevance | path

Searched refs:notNull (Results 1 – 4 of 4) sorted by relevance

/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DUiObject2Ext.kt23 import androidx.test.uiautomator.internal.notNull
140 .notNull(ViewNotFoundException()) in onView()
173 .notNull(ViewNotFoundException()) in onView()
DUiDeviceExt.kt28 import androidx.test.uiautomator.internal.notNull
127 .notNull(ViewNotFoundException()) in onView()
DAccessibilityNodeInfoExt.kt27 import androidx.test.uiautomator.internal.notNull
158 .notNull(ViewNotFoundException()) in onView()
/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/internal/
DUtils.kt44 internal fun <T> T?.notNull(t: Throwable): T = this ?: throw t in nowMs() method