Home
last modified time | relevance | path

Searched defs:timeout (Results 1 – 2 of 2) sorted by relevance

/xr/scenecore/scenecore-testing/src/main/java/androidx/xr/scenecore/testing/
DFakeScheduledExecutorService.java114 public boolean awaitTermination(long timeout, @Nullable TimeUnit unit) { in awaitTermination()
199 long timeout = toClockUnit(duration); in simulateSleepExecutingAllTasks() local
220 long timeout = toClockUnit(duration); in simulateSleepExecutingAtMostOneTask() local
311 public T get(long timeout, TimeUnit unit) in get()
359 public T get(long timeout, TimeUnit unit) in get()
/xr/scenecore/scenecore/src/test/java/androidx/xr/scenecore/impl/
DAnchorEntityImplTest.java622 Duration timeout = AnchorEntityImpl.ANCHOR_SEARCH_DELAY.plusMillis(1); in createAndInitAnchor_withinTimeout_success() local
650 Duration timeout = AnchorEntityImpl.ANCHOR_SEARCH_DELAY.minusMillis(1); in createAndInitAnchor_passedTimeout_error() local