Home
last modified time | relevance | path

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

/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DRootcanalUtils.java204 waitPropertyValue(device, "hwservicemanager.ready", "true", 10_000); in enableRootcanal()
307 private void waitPropertyValue(ITestDevice device, String name, String value, long timeoutMs) in waitPropertyValue() method in RootcanalUtils