Home
last modified time | relevance | path

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

/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceControlViewHostTests.java902 CountDownLatch surfacePackageReparented = new CountDownLatch(1); in testCanCopySurfacePackage() local
906 t.addTransactionCommittedListener(Runnable::run, surfacePackageReparented::countDown); in testCanCopySurfacePackage()
910 surfacePackageReparented.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS)); in testCanCopySurfacePackage()