Home
last modified time | relevance | path

Searched refs:type (Results 1 – 8 of 8) sorted by relevance

/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DUiAutomatorTestScope.kt228 public fun type(text: String): Unit = uiDevice.type(text) method in androidx.test.uiautomator.UiAutomatorTestScope
DUiDeviceExt.kt74 public fun UiDevice.type(text: String) { in type() method
DUiSelector.java190 public <T> @NonNull UiSelector className(@NonNull Class<T> type) { in className() argument
191 requireNonNull(type, "type cannot be null"); in className()
192 return buildSelector(SELECTOR_CLASS, type.getName()); in className()
/test/screenshot/screenshot/
Dbuild.gradle58 type = SoftwareType.INTERNAL_TEST_LIBRARY
/test/ext/junit-gtest/
Dbuild.gradle45 type = SoftwareType.PUBLISHED_LIBRARY
/test/uiautomator/uiautomator/
Dbuild.gradle69 type = SoftwareType.PUBLISHED_LIBRARY
/test/uiautomator/uiautomator/api/
Dcurrent.txt252 method public void type(String text);
371 method public static void type(androidx.test.uiautomator.UiDevice, String text);
Drestricted_current.txt252 method public void type(String text);
371 method public static void type(androidx.test.uiautomator.UiDevice, String text);