Home
last modified time | relevance | path

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

12

/platform_testing/libraries/collectors-helper/memory/test/src/com/android/helpers/tests/
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
DShowmapSnapshotHelperTest.java109 Map<String, String> metrics = mShowmapSnapshotHelper.getMetrics(); in testEmptyProcessName() local
156 Map<String, String> metrics = mShowmapSnapshotHelper.getMetrics(); in testGetMetrics_AllProcess() local
174 Map<String, String> metrics = mShowmapSnapshotHelper.getMetrics(); in testGetMetrics_Invalid_Metric_Pattern() local
187 Map<String, String> metrics = mShowmapSnapshotHelper.getMetrics(); in testGetMetrics_Empty_Metric_Pattern() local
200 Map<String, String> metrics = mShowmapSnapshotHelper.getMetrics(); in testGetMetrics_verify_child_processes_metrics() local
218 private boolean verifyDefaultMetrics(Map<String, String> metrics) { in verifyDefaultMetrics() argument
237 Map<String, String> metrics = mShowmapSnapshotHelper.getMetrics(); in testProcessList() 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
180 Map<String, Double> metrics = mHelper.getMetrics(); in testCollect_multiPackage() local
215 Map<String, Double> metrics = mHelper.getMetrics(); in testCollect_allPackages() local
260 Map<String, Double> metrics = mHelper.getMetrics(); in testCollect_ignoreMissingFields() local
288 Map<String, Double> metrics = mHelper.getMetrics(); in testCollect_ignoreUnknownField() 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.java102 public void afterTestOpenAllAppsContainer(Bundle metrics) throws IOException { in afterTestOpenAllAppsContainer()
127 public void afterTestAllAppsContainerSwipe(Bundle metrics) throws IOException { in afterTestAllAppsContainerSwipe()
153 public void afterTestHomeScreenSwipe(Bundle metrics) throws IOException { in afterTestHomeScreenSwipe()
179 public void afterTestWidgetsContainerFling(Bundle metrics) throws IOException { in afterTestWidgetsContainerFling()
204 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/memory/src/com/android/helpers/
DDumpsysMeminfoHelper.java79 Map<String, Long> metrics = new HashMap<>(); in getMetrics() local
111 Map<String, Long> metrics = new HashMap<>(); in parseMetrics() local
153 Map<String, Long> metrics, in putHeapMetrics()
169 Map<String, Long> metrics, in putHeapMetric()
DProcessShowmapHelper.java143 ShowmapMetrics[] metrics = new ShowmapMetrics[processNames.length]; in sampleMemoryOfProcesses() local
177 ShowmapMetrics metrics = new ShowmapMetrics(); in sampleMemory() local
/platform_testing/libraries/collectors-helper/lyric/test/src/com/android/helpers/
DLyricCpuUtilizationHelperTest.java59 Map<String, Double> metrics = LyricCpuUtilizationHelper.processOutput(testString); in testProcessOutput() 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/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()
DWatchFaceJankTest.java80 public void removeAllButOneWatchFace(Bundle metrics) { in removeAllButOneWatchFace()
DQuickSettingsJankTest.java97 public void goBackHome(Bundle metrics) { in goBackHome()
/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()
DUiBenchTextJankTests.java153 public void goBackHome(Bundle metrics) throws UiObjectNotFoundException { in goBackHome()
/platform_testing/tests/jank/androidtvjanktests/src/com/android/androidtv/janktests/
DSystemUiJankTests.java77 public void afterTestHomeScreenNavigation(Bundle metrics) throws IOException { in afterTestHomeScreenNavigation()
100 public void afterTestSettings(Bundle metrics) throws IOException { in afterTestSettings()
DSystemAppJankTests.java56 public void afterTestSystemApp(Bundle metrics) throws IOException { in afterTestSystemApp()
/platform_testing/libraries/device-collectors/src/test/java/android/device/collectors/
DIncidentReportListenerTest.java162 Bundle metrics = record.createBundleFromMetrics(); in testReportMetricsAsData() local

12