Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPinnedStackTests.java1369 final CompletableFuture<Boolean> callbackReturnNotStashed = new CompletableFuture<>(); in testPictureInPictureStateChangeCallback() local
1371 callbackReturnNotStashed.complete(result.getBoolean(PIP_CALLBACK_RESULT_KEY))); in testPictureInPictureStateChangeCallback()
1373 Truth.assertThat(callbackReturnNotStashed.get(5000, TimeUnit.MILLISECONDS)) in testPictureInPictureStateChangeCallback()