Searched refs:getEventually (Results 1 – 6 of 6) sorted by relevance
21 import static com.android.compatibility.common.util.SystemUtil.getEventually;94 return getEventually(() -> { in getNonNullUiAutomation()
24 import static com.android.compatibility.common.util.SystemUtil.getEventually;137 return getEventually(() -> { in getNonNullUiAutomation()
257 SystemUtil.getEventually(() -> { in assertPrivacyChipAndIndicatorsPresent()282 SystemUtil.getEventually(() -> { in assertPrivacyChipAndIndicatorsPresent()
48 import com.android.compatibility.common.util.SystemUtil.getEventually in <lambda>()705 getEventually { in <lambda>()709 getEventually { in <lambda>()713 getEventually { in <lambda>()727 getEventually { in <lambda>()731 getEventually { in <lambda>()736 getEventually { in <lambda>()
373 public static <T> T getEventually(@NonNull Callable<T> c) throws Exception { in getEventually() method in SystemUtil374 return getEventually(c, TIMEOUT_MILLIS); in getEventually()386 public static <T> T getEventually(@NonNull Callable<T> c, long timeoutMillis) throws Exception { in getEventually() method in SystemUtil
56 import com.android.compatibility.common.util.SystemUtil.getEventually in <lambda>()771 return getEventually({ in waitFindNode()