Searched refs:type (Results 1 – 8 of 8) sorted by relevance
228 public fun type(text: String): Unit = uiDevice.type(text) method in androidx.test.uiautomator.UiAutomatorTestScope
74 public fun UiDevice.type(text: String) { in type() method
190 public <T> @NonNull UiSelector className(@NonNull Class<T> type) { in className() argument191 requireNonNull(type, "type cannot be null"); in className()192 return buildSelector(SELECTOR_CLASS, type.getName()); in className()
58 type = SoftwareType.INTERNAL_TEST_LIBRARY
45 type = SoftwareType.PUBLISHED_LIBRARY
69 type = SoftwareType.PUBLISHED_LIBRARY
252 method public void type(String text);371 method public static void type(androidx.test.uiautomator.UiDevice, String text);