Searched refs:repeatingCallbackMock (Results 1 – 1 of 1) sorted by relevance
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | CameraExtensionSessionTest.java | 914 CameraExtensionSession.ExtensionCaptureCallback repeatingCallbackMock = in test10bitRepeatingAndCaptureCombined() local 917 new SimpleCaptureCallback(extension, repeatingCallbackMock, in test10bitRepeatingAndCaptureCombined() 929 verify(repeatingCallbackMock, atLeastOnce()) in test10bitRepeatingAndCaptureCombined() 932 verify(repeatingCallbackMock, atLeastOnce()) in test10bitRepeatingAndCaptureCombined() 935 verify(repeatingCallbackMock, in test10bitRepeatingAndCaptureCombined() 940 verify(repeatingCallbackMock, times(0)).onCaptureProcessProgressed( in test10bitRepeatingAndCaptureCombined() 1030 verify(repeatingCallbackMock, in test10bitRepeatingAndCaptureCombined() 1033 verify(repeatingCallbackMock, times(0)) in test10bitRepeatingAndCaptureCombined() 1477 CameraExtensionSession.ExtensionCaptureCallback repeatingCallbackMock = in testRepeatingAndCaptureCombined() local 1486 new SimpleCaptureCallback(extension, repeatingCallbackMock, in testRepeatingAndCaptureCombined() [all …]
|