Home
last modified time | relevance | path

Searched defs:capture (Results 1 – 11 of 11) sorted by relevance

/platform_testing/libraries/device-collectors/src/test/java/android/device/collectors/
DLogcatCollectorTest.java123 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testLogcatCollectionOnEveryTestEnd() local
195 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testLogcatCollectionWithBeforeDuration() local
244 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testLogcatCollectionWithDirectoryOption() local
279 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testLogcatOnlyOnTestFailureOption() local
325 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testRetrievingLogcat() local
395 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testLogcatTimespan() local
481 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testMultipleIterations() local
DScreenshotOnFailureCollectorTest.java132 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testSavePngAsFile() local
168 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testSaveUixAsFile() local
205 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testNoUixWithoutOption() local
DBaseMetricListenerInstrumentedTest.java134 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testReportMetrics() local
180 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testReportMetrics_withIncludeFilters() local
228 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testReportMetrics_withIncludeFilters_multiGroup() local
272 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testReportMetrics_withExcludeFilters() local
316 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testReportMetrics_withBothFilters() local
562 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testReportMetricsSameMethodName() local
615 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testSameMethodNameWithValidIntervalOption() local
670 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testSameMethodNameWithSkipIterationOption() local
724 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testSameMethodNameWithInvalidIntervalNumber() local
764 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testReportAsInstrumentationResultsIfEnabled() local
DBatteryStatsListenerTest.java170 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testTestRunToBytesCollector() local
216 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testTestCaseCollector() local
DGcaEventLogCollectorTest.java103 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testGcaEventLogCollectionOnTestEnd_includeFailure() local
159 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testGcaEventLogCollectOnTestEnd_skipFailure() local
DScreenRecordCollectorTest.java151 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testScreenRecord() local
326 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); in testNullMethodNameDoesNotAppearInVideoName() local
/platform_testing/libraries/audio-test-harness/client-lib/src/test/java/com/android/media/audiotestharness/client/grpc/
DAudioTestHarnessTestImpl.java39 public void capture( in capture() method in AudioTestHarnessTestImpl
/platform_testing/libraries/motion/src/platform/test/motion/golden/
DTimeSeriesCapture.kt28 fun capture(observed: T) = captureFn(observed) in capture() method
/platform_testing/libraries/audio-test-harness/server/src/main/java/com/android/media/audiotestharness/server/service/
DAudioTestHarnessImpl.java68 public void capture( in capture() method in AudioTestHarnessImpl
/platform_testing/libraries/motion/src/platform/test/motion/view/
DViewToolkit.kt69 fun <T> T.capture( in <lambda>() method
87 fun <T : View> T.capture( in <lambda>() method
/platform_testing/host_runners/utils/tests/src/com/android/runner/utils/
DInstrumentationResultProtoParserTest.java669 ArgumentCaptor<String> capture = ArgumentCaptor.forClass(String.class); in testDirectFailure() local