/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
|
/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 | 134 List<IInvocationResult> results = new ArrayList<>(); in getLightResults() 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/flicker/test/src/com/android/server/wm/flicker/monitor/ |
D | TraceMonitorTest.kt | 78 val results = builder.buildAll() in captureLayersTrace() constant
|
/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/ |
D | ThermalHelper.java | 97 Map<String, StringBuilder> results = new HashMap<>(); in getMetrics() local
|
/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/memory/src/com/android/helpers/ |
D | FreeMemHelper.java | 114 Map<String, Long> results = new HashMap<>(); in getMetrics() local
|