| /platform_testing/libraries/collectors-helper/memory/test/src/com/android/helpers/tests/ |
| D | ShowmapSnapshotHelperTest.java | 109 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/ |
| D | JankCollectionHelperTest.java | 106 Map<String, Double> metrics = mHelper.getMetrics(); in testCollect_valuesMatch() local 143 Map<String, Double> metrics = mHelper.getMetrics(); in testCollect_singlePackage() local 164 Map<String, Double> metrics = mHelper.getMetrics(); in testCollect_multiPackage() local 199 Map<String, Double> metrics = mHelper.getMetrics(); in testCollect_allPackages() local 244 Map<String, Double> metrics = mHelper.getMetrics(); in testCollect_ignoreMissingFields() local 272 Map<String, Double> metrics = mHelper.getMetrics(); in testCollect_ignoreUnknownField() local
|
| D | SfStatsCollectionHelperTest.java | 127 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() 126 public void afterTestAllAppsContainerSwipe(Bundle metrics) throws IOException { in afterTestAllAppsContainerSwipe() 152 public void afterTestHomeScreenSwipe(Bundle metrics) throws IOException { in afterTestHomeScreenSwipe() 178 public void afterTestWidgetsContainerFling(Bundle metrics) throws IOException { in afterTestWidgetsContainerFling() 203 public void afterOpenCloseMessagesApp(Bundle metrics) throws IOException { in afterOpenCloseMessagesApp()
|
| D | SystemUiJankTests.java | 174 public void forceStopPackages(Bundle metrics) throws IOException { in forceStopPackages() 392 public void afterNotificationListPull(Bundle metrics) throws Exception { in afterNotificationListPull() 424 public void afterNotificationListScroll(Bundle metrics) throws Exception { in afterNotificationListScroll() 482 public void afterQuickSettings(Bundle metrics) throws Exception { in afterQuickSettings() 517 public void afterUnlock(Bundle metrics) throws Exception { in afterUnlock() 554 public void afterExpand(Bundle metrics) throws Exception { in afterExpand() 602 public void afterClearAll(Bundle metrics) throws Exception { in afterClearAll() 640 public void afterChangeBrightness(Bundle metrics) throws Exception { in afterChangeBrightness() 682 public void afterNotificationAppear(Bundle metrics) throws Exception { in afterNotificationAppear() 735 public void afterAmbientWakeUp(Bundle metrics) throws Exception { in afterAmbientWakeUp() [all …]
|
| D | SettingsJankTests.java | 101 public void afterTestSettingsFling(Bundle metrics) throws IOException { in afterTestSettingsFling()
|
| /platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/ |
| D | DumpsysMeminfoHelper.java | 79 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()
|
| D | ProcessShowmapHelper.java | 143 ShowmapMetrics[] metrics = new ShowmapMetrics[processNames.length]; in sampleMemoryOfProcesses() local 177 ShowmapMetrics metrics = new ShowmapMetrics(); in sampleMemory() local
|
| /platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/ |
| D | ThermalHelperTest.java | 107 Map<String, StringBuilder> metrics = mThermalHelper.getMetrics(); in testSingleEvent() local 137 Map<String, StringBuilder> metrics = mThermalHelper.getMetrics(); in testMultipleDifferentEvents() local
|
| /platform_testing/libraries/collectors-helper/power/test/src/com/android/helpers/ |
| D | PwrStatsUtilHelperTest.java | 72 Map<String, Long> metrics = mHelper.getMetrics(); in successfulRun() local
|
| /platform_testing/tests/jank/touch_latency_wear/src/com/android/wearable/touch/janktests/ |
| D | BouncingBallJankTest.java | 48 public void goBackHome(Bundle metrics) { in goBackHome()
|
| /platform_testing/tests/jank/sysapp_wear/src/com/android/wearable/sysapp/janktests/ |
| D | WatchFacePickerJankTest.java | 141 public void removeAllButOneWatchFace(Bundle metrics) { in removeAllButOneWatchFace() 166 public void goBackHome(Bundle metrics) { in goBackHome()
|
| D | AppLauncherFlingJankTest.java | 88 public void goBackHome(Bundle metrics) throws RemoteException { in goBackHome()
|
| D | CardsJankTest.java | 79 public void goBackHome(Bundle metrics) { in goBackHome()
|
| D | SettingsFlingJankTest.java | 87 public void goBackHome(Bundle metrics) { in goBackHome()
|
| D | WatchFaceJankTest.java | 79 public void removeAllButOneWatchFace(Bundle metrics) { in removeAllButOneWatchFace()
|
| D | QuickSettingsJankTest.java | 96 public void goBackHome(Bundle metrics) { in goBackHome()
|
| /platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/ |
| D | BaseCollectionListener.java | 102 Map<String, T> metrics = mHelper.getMetrics(); in onTestEnd() local 114 Map<String, T> metrics = mHelper.getMetrics(); in onTestRunEnd() local
|
| /platform_testing/tests/jank/uibench_wear/src/com/android/wearable/uibench/janktests/ |
| D | UiBenchRenderingJankTests.java | 110 public void goBackHome(Bundle metrics) throws UiObjectNotFoundException { in goBackHome()
|
| D | UiBenchTextJankTests.java | 156 public void goBackHome(Bundle metrics) throws UiObjectNotFoundException { in goBackHome()
|
| /platform_testing/tests/jank/androidtvjanktests/src/com/android/androidtv/janktests/ |
| D | SystemUiJankTests.java | 77 public void afterTestHomeScreenNavigation(Bundle metrics) throws IOException { in afterTestHomeScreenNavigation() 100 public void afterTestSettings(Bundle metrics) throws IOException { in afterTestSettings()
|
| D | SystemAppJankTests.java | 56 public void afterTestSystemApp(Bundle metrics) throws IOException { in afterTestSystemApp()
|
| /platform_testing/libraries/device-collectors/src/test/java/android/device/collectors/ |
| D | IncidentReportListenerTest.java | 162 Bundle metrics = record.createBundleFromMetrics(); in testReportMetricsAsData() local
|
| /platform_testing/libraries/collectors-helper/power/src/com/android/helpers/ |
| D | PwrStatsUtilHelper.java | 115 Map<String, Long> metrics = new HashMap<>(); in processMetricsFromLogFile() local
|
| /platform_testing/libraries/system-helpers/device-helper/src/android/system/helpers/ |
| D | DeviceHelper.java | 59 DisplayMetrics metrics = new DisplayMetrics(); in isTablet() local
|