Searched refs:TestUseCase (Results 1 – 1 of 1) sorted by relevance
23 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 …]