Searched refs:METRIC_KEY_SEPARATOR (Results 1 – 3 of 3) sorted by relevance
/platform_testing/tests/automotive/health/boottime/src/android/boottime/ |
D | BootTimeTest.java | 66 private static final String METRIC_KEY_SEPARATOR = "_"; field in BootTimeTest 206 "%s%s%d", IMMEDIATE_DMESG_FILENAME, METRIC_KEY_SEPARATOR, iteration)); in testSuccessiveBoot() 215 saveDmesgInfo(String.format("%s%s%d", DMESG_FILENAME, METRIC_KEY_SEPARATOR, iteration)); in testSuccessiveBoot() 222 String.format("%s%s%d", BOOT_TIME_PROP_KEY, METRIC_KEY_SEPARATOR, iteration), in testSuccessiveBoot() 229 METRIC_KEY_SEPARATOR, in testSuccessiveBoot() 233 String.format("%s%s%d", PERFETTO_FILE_PATH, METRIC_KEY_SEPARATOR, iteration), in testSuccessiveBoot() 262 String.format("%s%s%d", LOGCAT_FILENAME, METRIC_KEY_SEPARATOR, iteration); in saveLogcatInfo()
|
/platform_testing/libraries/collectors-helper/generic/src/com/android/helpers/ |
D | GenericExecutableCollectorHelper.java | 43 private static final String METRIC_KEY_SEPARATOR = "_"; field in GenericExecutableCollectorHelper 145 result.put(String.join(METRIC_KEY_SEPARATOR, prefix, l[0], headers[col]), l[col]); in execAndGetResults()
|
/platform_testing/host_runners/boot/src/com/android/boot/ |
D | BootTimeTest.java | 136 private static final String METRIC_KEY_SEPARATOR = "_"; field in BootTimeTest 823 METRIC_KEY_SEPARATOR, in extractLogcatInfo() 830 METRIC_KEY_SEPARATOR, in extractLogcatInfo()
|