| /platform_testing/libraries/collectors-helper/memory/test/src/com/android/helpers/tests/ | 
| D | HeapDumpHelperTest.java | 64         Map<String, String> metrics = mHeapDumpHelper.getMetrics();  in testHeapDumpCollectionNoProcess()  local74         Map<String, String> metrics = mHeapDumpHelper.getMetrics();  in testSuccessfulHeapDumpCollection()  local
 90         Map<String, String> metrics = mHeapDumpHelper.getMetrics();  in testHeapCollectionProcessWithSpecialChars()  local
 107         Map<String, String> metrics = mHeapDumpHelper.getMetrics();  in testSuccessfulHeapDumpCollectionForTwoProcesses()  local
 131         Map<String, String> metrics = mHeapDumpHelper.getMetrics();  in testSuccessfulNativeHeapDumpCollectionForTwoProcesses()  local
 164         Map<String, String> metrics = mHeapDumpHelper.getMetrics();  in testHeapDumpNotCollectedWithEmptyId()  local
 175         Map<String, String> metrics = mHeapDumpHelper.getMetrics();  in testHeapDumpCollectionForInvalidProcesses()  local
 193         Map<String, String> metrics = mHeapDumpHelper.getMetrics();  in testNativeHeapDumpCollectionForInvalidProcesses()  local
 
 | 
| D | ShowmapSnapshotHelperTest.java | 120         Map<String, String> metrics = mShowmapSnapshotHelper.getMetrics();  in testEmptyProcessName()  local167         Map<String, String> metrics = mShowmapSnapshotHelper.getMetrics();  in testGetMetrics_AllProcess()  local
 185         Map<String, String> metrics = mShowmapSnapshotHelper.getMetrics();  in testGetMetrics_Invalid_Metric_Pattern()  local
 198         Map<String, String> metrics = mShowmapSnapshotHelper.getMetrics();  in testGetMetrics_Empty_Metric_Pattern()  local
 210         Map<String, String> metrics = mShowmapSnapshotHelper.getMetrics();  in testGetMetrics_Summation_Metric_Pattern()  local
 222         Map<String, String> metrics = mShowmapSnapshotHelper.getMetrics();  in testGetMetrics_verify_child_processes_metrics()  local
 247         Map<String, String> metrics = mShowmapSnapshotHelper.getMetrics();  in testGetMetrics_parent_process_child_processes_metrics()  local
 260     private boolean verifyDefaultMetrics(Map<String, String> metrics) {  in verifyDefaultMetrics()  argument
 280         Map<String, String> metrics = mShowmapSnapshotHelper.getMetrics();  in testProcessList()  local
 305         Map<String, String> metrics = mShowmapSnapshotHelper.getMetrics();  in testCountThreads()  local
 [all …]
 
 | 
| D | MemLeaksHelperTest.java | 146         Map<String, Long> metrics = mMemLeaksHelper.getMetrics();  in testGetMetricsNoIncrease()  local320         Map<String, Long> metrics = mMemLeaksHelper.getMetrics();  in testGetMetricsHasIncrease()  local
 419         Map<String, Long> metrics = mMemLeaksHelper.getMetrics();  in testNoUnreachableMemory()  local
 484         Map<String, Long> metrics = mMemLeaksHelper.getMetrics();  in testNoProcessName()  local
 535         Map<String, Long> metrics = mMemLeaksHelper.getMetrics();  in testEnclosedProcessName()  local
 946         Map<String, Long> metrics = mMemLeaksHelper.getMetrics();  in testByGivenNamesDiffOff()  local
 1392         Map<String, Long> metrics = mMemLeaksHelper.getMetrics();  in testByGivenNamesDiffOn()  local
 1448         Map<String, Long> metrics = mMemLeaksHelper.getMetrics();  in testByGivenEmptyNames()  local
 
 | 
| D | PinnerHelperTest.java | 106         Map<String, String> metrics = mPinnerHelper.getMetrics();  in testPinnerSnapshotDumpFile()  local118         Map<String, String> metrics = mPinnerHelper.getMetrics();  in testPinnerTotalFileSizeMetric()  local
 130         Map<String, String> metrics = mPinnerHelper.getMetrics();  in testSystemFileSizeMetrics()  local
 145         Map<String, String> metrics = mPinnerHelper.getMetrics();  in testIndividualAppFileSizeMetrics()  local
 160         Map<String, String> metrics = mPinnerHelper.getMetrics();  in testValidateTotalFileSizeCount()  local
 200         Map<String, String> metrics = mMockedPinnerHelper.getMetrics();  in testOnlySystemPinnerInfoIsPresent()  local
 226         Map<String, String> metrics = mMockedPinnerHelper.getMetrics();  in testOnlyAppPinnerMetricsInfoIsPresent()  local
 266         Map<String, String> metrics = mMockedPinnerHelper.getMetrics();  in testMetricMapResetOnMultipleGetMetrics()  local
 
 | 
| /platform_testing/libraries/collectors-helper/jank/test/src/com/android/helpers/ | 
| D | JankCollectionHelperTest.java | 115         Map<String, Double> metrics = mHelper.getMetrics();  in testCollect_valuesMatch()  local159         Map<String, Double> metrics = mHelper.getMetrics();  in testCollect_singlePackage()  local
 184         Map<String, Double> metrics = mHelper.getMetrics();  in testCollect_multiPackage()  local
 224         Map<String, Double> metrics = mHelper.getMetrics();  in testCollect_allPackages()  local
 274         Map<String, Double> metrics = mHelper.getMetrics();  in testCollect_ignoreMissingFields()  local
 339         Map<String, Double> metrics = mHelper.getMetrics();  in testCollect_firstValuesMatch()  local
 388         Map<String, Double> metrics = mHelper.getMetrics();  in testCollect_ignoreUnknownField()  local
 450         Map<String, Double> metrics = mHelper.getMetrics();  in testCollect_withFailures_stillReportsSuccessfulPackages()  local
 
 | 
| D | SfStatsCollectionHelperTest.java | 151         Map<String, Double> metrics = mHelper.getMetrics();  in testCollect_valuesMatch()  local
 | 
| /platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/ | 
| D | LauncherJankTests.java | 101     public void afterTestOpenAllAppsContainer(Bundle metrics) throws IOException {  in afterTestOpenAllAppsContainer()115     public void afterTestAllAppsContainerSwipe(Bundle metrics) throws IOException {  in afterTestAllAppsContainerSwipe()
 141     public void afterTestHomeScreenSwipe(Bundle metrics) throws IOException {  in afterTestHomeScreenSwipe()
 167     public void afterTestWidgetsContainerFling(Bundle metrics) throws IOException {  in afterTestWidgetsContainerFling()
 192     public void afterOpenCloseMessagesApp(Bundle metrics) throws IOException {  in afterOpenCloseMessagesApp()
 
 | 
| D | SystemUiJankTests.java | 175     public void forceStopPackages(Bundle metrics) throws IOException {  in forceStopPackages()405     public void afterNotificationListPull(Bundle metrics) throws Exception {  in afterNotificationListPull()
 437     public void afterNotificationListScroll(Bundle metrics) throws Exception {  in afterNotificationListScroll()
 495     public void afterQuickSettings(Bundle metrics) throws Exception {  in afterQuickSettings()
 530     public void afterUnlock(Bundle metrics) throws Exception {  in afterUnlock()
 567     public void afterExpand(Bundle metrics) throws Exception {  in afterExpand()
 615     public void afterClearAll(Bundle metrics) throws Exception {  in afterClearAll()
 653     public void afterChangeBrightness(Bundle metrics) throws Exception {  in afterChangeBrightness()
 695     public void afterNotificationAppear(Bundle metrics) throws Exception {  in afterNotificationAppear()
 748     public void afterAmbientWakeUp(Bundle metrics) throws Exception {  in afterAmbientWakeUp()
 [all …]
 
 | 
| /platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/ | 
| D | ThermalHelperTest.java | 133         Map<String, StringBuilder> metrics = mThermalHelper.getMetrics();  in testSingleEvent()  local163         Map<String, StringBuilder> metrics = mThermalHelper.getMetrics();  in testMultipleDifferentEvents()  local
 183         Map<String, StringBuilder> metrics = mThermalHelper.getMetrics();  in testParseTemperature()  local
 218         Map<String, StringBuilder> metrics = mThermalHelper.getMetrics();  in testParseTemperatureMock()  local
 
 | 
| /platform_testing/libraries/collectors-helper/generic/test/src/com/android/helpers/tests/ | 
| D | GenericExecutableCollectorHelperTest.java | 119         Map<String, String> metrics = mGenericExecutableCollectorHelper.getMetrics();  in testMultipleGoodFiles()  local177         Map<String, String> metrics = mGenericExecutableCollectorHelper.getMetrics();  in testBadExectuable_goodExecutableStillCollects()  local
 
 | 
| /platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/ | 
| D | DumpsysMeminfoHelper.java | 76         Map<String, Long> metrics = new HashMap<>();  in getMetrics()  local129         Map<String, Long> metrics = new HashMap<>();  in parseMetrics()  local
 150         Map<String, Long> metrics = new HashMap<>();  in parseObjectCountMetrics()  local
 248             Map<String, Long> metrics,  in putHeapMetrics()
 264             Map<String, Long> metrics,  in putHeapMetric()
 
 | 
| /platform_testing/libraries/collectors-helper/lyric/test/src/com/android/helpers/ | 
| D | LyricCpuUtilizationHelperTest.java | 59         Map<String, Double> metrics = LyricCpuUtilizationHelper.processOutput(testString);  in testProcessOutput()  local
 | 
| D | LyricMemProfilerHelperTest.java | 227         Map<String, Integer> metrics = helper.processOutput(memInfoStringList, dmabufDumpString);  in testParsePid()  local388         Map<String, Integer> metrics = helper.processOutput(memInfoStringList, dmabufDumpString);  in testProcessOutput()  local
 441         Map<String, Integer> metrics = helper.getMetrics();  in testProfilePeriod()  local
 522         Map<String, Integer> metrics = helper.getMetrics();  in testProfilePeriodLessThanMin()  local
 
 | 
| /platform_testing/libraries/collectors-helper/lyric/src/com/android/helpers/ | 
| D | LyricCpuUtilizationHelper.java | 93         Map<String, Double> metrics = new HashMap<>();  in processOutput()  local102         Map<String, Double> metrics = new HashMap<>();  in processMatch()  local
 
 | 
| /platform_testing/libraries/collectors-helper/power/test/src/com/android/helpers/ | 
| D | PwrStatsUtilHelperTest.java | 71         Map<String, Long> metrics = mHelper.getMetrics();  in successfulRun()  local
 | 
| /platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/ | 
| D | DeviceEmulationRuleTest.kt | 64             val metrics = DisplayMetrics()  in <lambda>()  constant
 | 
| /platform_testing/tests/jank/touch_latency_wear/src/com/android/wearable/touch/janktests/ | 
| D | BouncingBallJankTest.java | 49     public void goBackHome(Bundle metrics) {  in goBackHome()
 | 
| /platform_testing/tests/jank/sysapp_wear/src/com/android/wearable/sysapp/janktests/ | 
| D | WatchFacePickerJankTest.java | 142     public void removeAllButOneWatchFace(Bundle metrics) {  in removeAllButOneWatchFace()167     public void goBackHome(Bundle metrics) {  in goBackHome()
 
 | 
| D | AppLauncherFlingJankTest.java | 89     public void goBackHome(Bundle metrics) throws RemoteException {  in goBackHome()
 | 
| D | CardsJankTest.java | 80     public void goBackHome(Bundle metrics) {  in goBackHome()
 | 
| D | SettingsFlingJankTest.java | 89     public void goBackHome(Bundle metrics) {  in goBackHome()
 | 
| D | QuickSettingsJankTest.java | 97     public void goBackHome(Bundle metrics) {  in goBackHome()
 | 
| /platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/android/ | 
| D | PlatformRenderTestCase.java | 77         DisplayMetrics metrics = new DisplayMetrics();  in setUpContext()  local
 | 
| /platform_testing/libraries/collectors-helper/app/src/com/android/helpers/ | 
| D | AppVersionHelper.java | 58         Map<String, Long> metrics = new HashMap<>();  in getMetrics()  local
 | 
| /platform_testing/tests/jank/uibench_wear/src/com/android/wearable/uibench/janktests/ | 
| D | UiBenchRenderingJankTests.java | 109     public void goBackHome(Bundle metrics) throws UiObjectNotFoundException {  in goBackHome()
 |