Home
last modified time | relevance | path

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

/cts/tests/wallpapereffectsgeneration/src/android/wallpapereffectsgeneration/cts/
DWallpaperEffectsGenerationManagerTest.java97 await(ctsCinematicEffectListener.mOkResponse, "wait for initial task returned"); in setup()
118 await(ctsCinematicEffectListener.mOkResponse, "Result is okay"); in testGenerateCinematicEffect_okResponse()
150 await(ctsCinematicEffectListener1.mOkResponse, in testGenerateCinematicEffect_pendingResponse()
171 await(ctsCinematicEffectListener1.mOkResponse, in testGenerateCinematicEffect_tooManyRequestsResponse()
178 CountDownLatch mOkResponse = new CountDownLatch(1); field in WallpaperEffectsGenerationManagerTest.CtsCinematicEffectListener
189 mOkResponse.countDown(); in onCinematicEffectGenerated()