/platform_testing/libraries/collectors-helper/memory/test/src/com/android/helpers/tests/ |
D | DumpsysMeminfoHelperTest.java | 91 Map<String, Long> results = mDumpsysMeminfoHelper.getMetrics(); in testCollectMeminfo_noProcess() local 100 Map<String, Long> results = mDumpsysMeminfoHelper.getMetrics(); in testCollectMeminfo_nullProcess() local 108 Map<String, Long> results = mDumpsysMeminfoHelper.getMetrics(); in testCollectMeminfo_nullProcessObjectMap() local 116 Map<String, Long> results = mDumpsysMeminfoHelper.getMetrics(); in testCollectMeminfo_wrongProcesses() local 128 Map<String, Long> results = mDumpsysMeminfoHelper.getMetrics(); in testCollectMeminfo_wrongProcessesNameInProcessObjectMap() local 140 Map<String, Long> results = mDumpsysMeminfoHelper.getMetrics(); in testCollectMeminfo_wrongObjectNameInProcessObjectMap() local 149 Map<String, Long> results = mDumpsysMeminfoHelper.getMetrics(); in testCollectMeminfo_oneProcess() local 159 Map<String, Long> results = mDumpsysMeminfoHelper.getMetrics(); in testCollectMeminfo_multipleProcesses() local 175 Map<String, Long> results = mDumpsysMeminfoHelper.getMetrics(); in testCollectMeminfo_oneProcessObjectMap() local 190 Map<String, Long> results = mDumpsysMeminfoHelper.getMetrics(); in testCollectMeminfo_twoProcessObjectMap() local [all …]
|
/platform_testing/libraries/device-collectors/src/hostsidetests/src/com/android/collectors/ |
D | DeviceCollectorsTest.java | 88 Collection<TestRunResult> results = listener.getRunResults(); in testBaseListenerRuns() local 115 Collection<TestRunResult> results = listener.getRunResults(); in testBaseListenerRuns_withExcludeFilters() local 145 Collection<TestRunResult> results = listener.getRunResults(); in testBaseListenerRuns_withIncludeAndExcludeFilters() local 175 Collection<TestRunResult> results = listener.getRunResults(); in testBaseListenerRuns_withIncludeFilters() local 211 Collection<TestRunResult> results = listener.getRunResults(); in testScheduledListenerRuns() local 234 Collection<TestRunResult> results = listener.getRunResults(); in testScheduledListenerRuns_defaultValue() local
|
D | BatterystatsCollectorHostTest.java | 122 Collection<TestRunResult> results = listener.getRunResults(); in testBatteryStatsListener_perRun() local
|
D | LogcatCollectorHostTest.java | 89 TestRunResult results = getLastDeviceRunResults(); in testCollect() local
|
/platform_testing/libraries/collectors-helper/system/test/src/com/android/helpers/tests/ |
D | DumpsysServiceHelperTest.java | 71 Map<String, String> results = mDumpsysServiceHelper.getMetrics(); in testCollectDumpsys_noService() local 82 Map<String, String> results = mDumpsysServiceHelper.getMetrics(); in testCollectDumpsys_oneService() local 100 Map<String, String> results = mDumpsysServiceHelper.getMetrics(); in testCollectDumpsys_multipleServices() local
|
D | TimeInStateHelperTest.java | 79 Map<String, Long> results = mTimeInStateHelper.getMetrics(); in testCollectTimeInState_noSource() local 97 Map<String, Long> results = mTimeInStateHelper.getMetrics(); in testCollectTimeInState_oneSource() local 122 Map<String, Long> results = mTimeInStateHelper.getMetrics(); in testCollectTimeInState_multipleSources() local
|
/platform_testing/libraries/flicker/src/android/tools/flicker/junit/ |
D | Utils.kt | 65 val results = Bundle() in notifyRunnerProgress() constant
|
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/ |
D | CaseResult.java | 74 List<ITestResult> results = new ArrayList<>(); in getResults() local 88 ArrayList<ITestResult> results = new ArrayList<>(mResults.values()); in getResults() local
|
D | ModuleResult.java | 237 ArrayList<ICaseResult> results = new ArrayList<>(mResults.values()); in getResults() local
|
/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/ |
D | ThermalHelper.java | 103 Map<String, StringBuilder> results = new HashMap<>(); in getMetrics() local 130 private void updateTemperatureMetrics(Map<String, StringBuilder> results) { in updateTemperatureMetrics() 179 Map<String, StringBuilder> results = new HashMap<>(); in getTemperature() local
|
D | BatteryUsageStatsHelper.java | 126 Map<String, Long> results = new HashMap<>(); in batteryUsageStatsFromBucket() local 326 Map<String, Long> results = new HashMap<>(); in getMetrics() local
|
/platform_testing/libraries/flicker/src/android/tools/flicker/ |
D | FlickerServiceResultsCollector.kt | 134 val results = errorReportingBlock { in <lambda>() constant 162 val results = errorReportingBlock { in <lambda>() constant 192 val results = scenarios.flatMap { it.generateAssertions() }.map { it.execute() } in <lambda>() constant 364 val results = mutableListOf<AssertionResult>() in <lambda>() constant
|
/platform_testing/libraries/flicker/test/src/android/tools/flicker/ |
D | ScenarioInstanceTest.kt | 93 val results = assertions.map { it.execute() } in willReportFlickerAssertions() constant 167 val results = assertions.map { it.execute() } in willReportMainBlockAssertions() constant
|
/platform_testing/libraries/device-collectors/src/hostsidetests/src/com/android/loggers/ |
D | DeviceFileLoggerHostTest.java | 77 Collection<TestRunResult> results = listener.getRunResults(); in testFileIsLogged() local
|
/platform_testing/host_runners/utils/src/com/android/runner/utils/ |
D | InstrumentationResultProtoParser.java | 125 ResultsBundle results = testStatus.getResults(); in processTestStatus() local 154 ResultsBundle results = sessionStatus.getResults(); in processSessionStatus() local
|
/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/ |
D | MemLeaksHelper.java | 81 Map<String, Long> results = new HashMap<>(); in getMetrics() local 105 Map<String, Long> results = new HashMap<>(); in getMeminfo() local
|
D | FreeMemHelper.java | 114 Map<String, Long> results = new HashMap<>(); in getMetrics() local
|
/platform_testing/libraries/flicker/test/src/android/tools/integration/ |
D | TransitionErrorTest.kt | 54 val results = in <lambda>() constant
|
/platform_testing/tests/automotive/functional/settings/src/android/platform/tests/ |
D | AppInfoSettingTest.java | 82 List<Integer> results = in testAllowedAppNumber() local
|
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/ |
D | ClassMetricRuleTest.java | 77 List<Bundle> results = addResultsCaptor.getAllValues(); in testRunsSpecifiedCollectorsAndReportRunMetrics() local
|
/platform_testing/libraries/collectors-helper/generic/src/com/android/helpers/ |
D | GenericExecutableCollectorHelper.java | 82 Map<String, String> results = new HashMap<>(); in getMetrics() local
|
/platform_testing/libraries/screenshot/proto/src/main/proto/ |
D | screenshot_result.proto | 108 repeated DiffResult results = 1; field
|
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/ |
D | ProcessStatusTracker.java | 184 List<RunningAppProcessInfo> results = new ArrayList<RunningAppProcessInfo>(); in getRunningAppProcesses() local
|
/platform_testing/libraries/collectors-helper/jank/src/com/android/helpers/ |
D | SfStatsCollectionHelper.java | 86 Map<String, Double> results = new HashMap<>(); in getMetrics() local
|
/platform_testing/libraries/collectors-helper/simpleperf/src/com/android/helpers/ |
D | SimpleperfHelper.java | 209 Map<String, String> results = new HashMap<>(); in getMetrics() local
|