Home
last modified time | relevance | path

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

/camera/camera-camera2/src/androidTest/java/androidx/camera/camera2/internal/
DCamera2CameraImplTest.java23 import static androidx.camera.camera2.internal.Camera2CameraImplTest.TestUseCase.SurfaceOption;
24 import static androidx.camera.camera2.internal.Camera2CameraImplTest.TestUseCase.SurfaceOption.NON_…
25 import static androidx.camera.camera2.internal.Camera2CameraImplTest.TestUseCase.SurfaceOption.REPE…
703 TestUseCase useCase = createUseCase(NON_REPEATING); in onUseCaseReset_toRepeating_meteringRepeatingIsAttached()
719 TestUseCase useCase = createUseCase(REPEATING); in onUseCaseReset_toNonRepeating_meteringRepeatingIsAttached()
904 private @NonNull TestUseCase createUseCase() { in createUseCase()
908 private @NonNull TestUseCase createUseCase(int template) { in createUseCase()
912 private @NonNull TestUseCase createUseCase(int template, int imageFormat) { in createUseCase()
916 private @NonNull TestUseCase createUseCase(@NonNull SurfaceOption surfaceOption) { in createUseCase()
920 private @NonNull TestUseCase createUseCase(int template, @NonNull SurfaceOption surfaceOption, in createUseCase()
[all …]