Home
last modified time | relevance | path

Searched defs:metrics (Results 1 – 25 of 48) sorted by relevance

12

/platform_testing/libraries/collectors-helper/memory/test/src/com/android/helpers/tests/
DHeapDumpHelperTest.java64 Map<String, String> metrics = mHeapDumpHelper.getMetrics(); in testHeapDumpCollectionNoProcess() local
74 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
DShowmapSnapshotHelperTest.java120 Map<String, String> metrics = mShowmapSnapshotHelper.getMetrics(); in testEmptyProcessName() local
167 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 …]
DMemLeaksHelperTest.java146 Map<String, Long> metrics = mMemLeaksHelper.getMetrics(); in testGetMetricsNoIncrease() local
320 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
DPinnerHelperTest.java106 Map<String, String> metrics = mPinnerHelper.getMetrics(); in testPinnerSnapshotDumpFile() local
118 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/
DJankCollectionHelperTest.java115 Map<String, Double> metrics = mHelper.getMetrics(); in testCollect_valuesMatch() local
159 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
DSfStatsCollectionHelperTest.java151 Map<String, Double> metrics = mHelper.getMetrics(); in testCollect_valuesMatch() local
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DLauncherJankTests.java101 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()
DSystemUiJankTests.java175 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/
DThermalHelperTest.java133 Map<String, StringBuilder> metrics = mThermalHelper.getMetrics(); in testSingleEvent() local
163 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/
DGenericExecutableCollectorHelperTest.java119 Map<String, String> metrics = mGenericExecutableCollectorHelper.getMetrics(); in testMultipleGoodFiles() local
177 Map<String, String> metrics = mGenericExecutableCollectorHelper.getMetrics(); in testBadExectuable_goodExecutableStillCollects() local
/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/
DDumpsysMeminfoHelper.java76 Map<String, Long> metrics = new HashMap<>(); in getMetrics() local
129 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/
DLyricCpuUtilizationHelperTest.java59 Map<String, Double> metrics = LyricCpuUtilizationHelper.processOutput(testString); in testProcessOutput() local
DLyricMemProfilerHelperTest.java227 Map<String, Integer> metrics = helper.processOutput(memInfoStringList, dmabufDumpString); in testParsePid() local
388 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/
DLyricCpuUtilizationHelper.java93 Map<String, Double> metrics = new HashMap<>(); in processOutput() local
102 Map<String, Double> metrics = new HashMap<>(); in processMatch() local
/platform_testing/libraries/collectors-helper/power/test/src/com/android/helpers/
DPwrStatsUtilHelperTest.java71 Map<String, Long> metrics = mHelper.getMetrics(); in successfulRun() local
/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/
DDeviceEmulationRuleTest.kt64 val metrics = DisplayMetrics() in <lambda>() constant
/platform_testing/tests/jank/touch_latency_wear/src/com/android/wearable/touch/janktests/
DBouncingBallJankTest.java49 public void goBackHome(Bundle metrics) { in goBackHome()
/platform_testing/tests/jank/sysapp_wear/src/com/android/wearable/sysapp/janktests/
DWatchFacePickerJankTest.java142 public void removeAllButOneWatchFace(Bundle metrics) { in removeAllButOneWatchFace()
167 public void goBackHome(Bundle metrics) { in goBackHome()
DAppLauncherFlingJankTest.java89 public void goBackHome(Bundle metrics) throws RemoteException { in goBackHome()
DCardsJankTest.java80 public void goBackHome(Bundle metrics) { in goBackHome()
DSettingsFlingJankTest.java89 public void goBackHome(Bundle metrics) { in goBackHome()
DQuickSettingsJankTest.java97 public void goBackHome(Bundle metrics) { in goBackHome()
/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/android/
DPlatformRenderTestCase.java77 DisplayMetrics metrics = new DisplayMetrics(); in setUpContext() local
/platform_testing/libraries/collectors-helper/app/src/com/android/helpers/
DAppVersionHelper.java58 Map<String, Long> metrics = new HashMap<>(); in getMetrics() local
/platform_testing/tests/jank/uibench_wear/src/com/android/wearable/uibench/janktests/
DUiBenchRenderingJankTests.java109 public void goBackHome(Bundle metrics) throws UiObjectNotFoundException { in goBackHome()

12