/platform_testing/libraries/device-collectors/src/test/java/android/device/collectors/ |
D | HeapDumpListenerTest.java | 59 HeapDumpListener collector = new HeapDumpListener(enableAllBundle, mHelper); in testHeapCollectionEnableAllIterations() local 72 HeapDumpListener collector = new HeapDumpListener(disableAllBundle, mHelper); in testHeapCollectionEnableAllFlagDisabled() local 84 HeapDumpListener collector = new HeapDumpListener(defaultDisabledAllBundle, mHelper); in testHeapCollectionEnableAllDisabledByDefault() local 98 HeapDumpListener collector = new HeapDumpListener(enableSpecificIterationsBundle, mHelper); in testHeapCollectionSpecificIterations() local 117 HeapDumpListener collector = new HeapDumpListener(enableSpecificIterationsBundle, mHelper); in testHeapCollectionWithProcessNames() local 135 HeapDumpListener collector = new HeapDumpListener(enableSpecificIterationsBundle, mHelper); in testHeapCollectionSpecificIterationsMultipleTests() local 156 HeapDumpListener collector = new HeapDumpListener(enableSpecificIterationsBundle, mHelper); in testEnableAllOverrideIndvidualIterationIdFlag() local 175 HeapDumpListener collector = new HeapDumpListener(enableAllBundle, mHelper); in testHeapCollectionTestWithIterationSeparator() local 189 HeapDumpListener collector = new HeapDumpListener(nativeHeapDumpBundle, mHelper); in testNativeHeapDumpFlag() local 202 HeapDumpListener collector = new HeapDumpListener(collectPerRunBundle, mHelper); in testHeapCollectionOnlyForTestRun() local [all …]
|
D | BinderListenerTest.java | 61 BinderListener collector = new BinderListener(singleProcessBundle, mHelper); in testCollect_singleSpecificProcess() local 79 BinderListener collector = new BinderListener(multiProcessBundle, mHelper); in testCollect_multiSpecificProcess() local 93 BinderListener collector = new BinderListener(new Bundle(), mHelper); in testCollect_noSpecificProcess() local
|
D | BaselineProfileCollectorTest.java | 82 BaselineProfileCollector collector = getCollector(); in testBaselineProfile_isReportedIfOneExists() local 99 BaselineProfileCollector collector = getCollector(); in testBaselineProfile_areAllReportedIfManyExists() local 122 BaselineProfileCollector collector = getCollector(); in testBaselineProfile_isNotReportedIfNoneExist() local 134 BaselineProfileCollector collector = new BaselineProfileCollector(new Bundle()); in testThrows_ifAdditionalTestOutputDir_notSpecified() local
|
D | JankListenerTest.java | 61 JankListener collector = new JankListener(twoProcBundle, mHelper); in testCollect_specificProcess() local 75 JankListener collector = new JankListener(new Bundle(), mHelper); in testCollect_allProcesses() local
|
D | OatDumpCollectorTest.java | 63 OatDumpCollector collector = new OatDumpCollector(bundle); in testCollectOatDump_onRunStartAndRunEnd() local 117 OatDumpCollector collector = new OatDumpCollector(bundle); in testFailsIfProcessNotSpecified() local 126 OatDumpCollector collector = new OatDumpCollector(bundle); in testFailsIfOutputDirNotSpecified() local
|
D | SfStatsListenerTest.java | 51 SfStatsListener collector = new SfStatsListener(new Bundle(), mHelper); in testCollect_allProcesses() local
|
/platform_testing/libraries/flicker/test/src/android/tools/flicker/ |
D | FlickerServiceResultsCollectorTest.kt | 61 val collector = createCollector(reportOnlyForPassingTests = true) in <lambda>() constant 91 val collector = in <lambda>() constant 112 val collector = createCollector(collectMetricsPerTest = true) in <lambda>() constant 131 val collector = createCollector(collectMetricsPerTest = false) in <lambda>() constant 151 val collector = createCollector(assertionResults = assertionResults) in <lambda>() constant 176 val collector = createCollector(assertionResults = assertionResults) in <lambda>() constant 201 val collector = in <lambda>() constant 232 val collector = createCollector(assertionResults = assertionResults) in <lambda>() constant 268 val collector = createCollector() in <lambda>() constant 289 val collector = in <lambda>() constant [all …]
|
/platform_testing/libraries/flicker/test/src/android/tools/integration/ |
D | FlickerServiceTracesCollectorTest.kt | 61 val collector = FlickerServiceTracesCollector() in canCollectTraces() constant 74 val collector = FlickerServiceTracesCollector() in reportsTraceFile() constant 95 val collector = FlickerServiceTracesCollector() in reportedTraceFileContainsAllTraces() constant 109 val collector = FlickerServiceTracesCollector() in supportHavingNoTransitions() constant
|
/platform_testing/libraries/device-collectors/src/hostsidetests/src/com/android/collectors/ |
D | BatterystatsCollectorHostTest.java | 92 FilePullerDeviceMetricCollector collector = new FilePullerDeviceMetricCollector() { in testBatteryStatsListener_perRun() local 143 FilePullerDeviceMetricCollector collector = new FilePullerDeviceMetricCollector() { in testBatteryStatsListener_perTest() local
|
D | ScreenshotOnFailureCollectorHostTest.java | 83 FilePullerDeviceMetricCollector collector = in testScreenshotListener() local
|
D | LogcatCollectorHostTest.java | 81 TestFilePullerDeviceMetricCollector collector = new TestFilePullerDeviceMetricCollector(); in testCollect() local
|