/platform_testing/libraries/collectors-helper/memory/test/src/com/android/helpers/tests/ |
D | DumpsysMeminfoHelperTest.java | 68 Map<String, Long> results = mDumpsysMeminfoHelper.getMetrics(); in testCollectMeminfo_noProcess() local 77 Map<String, Long> results = mDumpsysMeminfoHelper.getMetrics(); in testCollectMeminfo_nullProcess() local 85 Map<String, Long> results = mDumpsysMeminfoHelper.getMetrics(); in testCollectMeminfo_wrongProcesses() local 93 Map<String, Long> results = mDumpsysMeminfoHelper.getMetrics(); in testCollectMeminfo_oneProcess() local 103 Map<String, Long> results = mDumpsysMeminfoHelper.getMetrics(); in testCollectMeminfo_multipleProcesses() local 110 private void verifyKeysForProcess(Map<String, Long> results, String processName) { in verifyKeysForProcess()
|
/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/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
|
D | ResultHandler.java | 138 List<IInvocationResult> results = new ArrayList<>(); in getLightResults() 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 | 74 Map<String, Long> results = new HashMap<>(); in batteryUsageStatsFromBucket() local 228 Map<String, Long> results = new HashMap<>(); in getMetrics() local
|
/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/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/com/android/server/wm/flicker/ |
D | TransitionRunnerTest.kt | 122 val results = runner.execute(flicker).runResults in storesSuccessExecutionStatusInRunResult() constant 137 val results = runner.execute(flicker).runResults in storesFailedExecutionStatusInRunResult() constant
|
/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/flicker/src/com/android/server/wm/flicker/service/ |
D | AssertionEngine.kt | 131 val results = assertions.associate { in <lambda>() constant
|
/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
|
D | JankCollectionHelper.java | 332 Map<String, Double> results = new HashMap<String, Double>(); in parseGfxInfoMetrics() local
|
/platform_testing/libraries/collectors-helper/simpleperf/src/com/android/helpers/ |
D | SimpleperfHelper.java | 209 Map<String, String> results = new HashMap<>(); in getMetrics() local
|
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/ |
D | FlickerRunResult.kt | 288 val results = buildTraceResults(testName, iteration, status).toMutableList() in buildAll() constant
|