Home
last modified time | relevance | path

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

/cts/tests/wallpapereffectsgeneration/src/android/wallpapereffectsgeneration/cts/
DWallpaperEffectsGenerationManagerTest.java114 CinematicEffectRequest request = createSimpleCinematicEffectRequest("ok-task"); in testGenerateCinematicEffect_okResponse()
127 CinematicEffectRequest request = createSimpleCinematicEffectRequest("error-task"); in testGenerateCinematicEffect_errorResponse()
240 private CinematicEffectRequest createSimpleCinematicEffectRequest(String taskId) { in createSimpleCinematicEffectRequest() method in WallpaperEffectsGenerationManagerTest