Searched refs:CONFIG_ID (Results 1 – 8 of 8) sorted by relevance
55 private static final long CONFIG_ID = "cts_config".hashCode(); field in AtomMetricTester64 removeConfig(CONFIG_ID); in cleanLogs()69 return StatsdConfig.newBuilder().setId(CONFIG_ID) in createConfigBuilder()90 mDevice.executeShellCommand(String.format(UPDATE_CONFIG_CMD, remotePath, CONFIG_ID)); in uploadConfig()111 String.format(DUMP_REPORT_CMD, CONFIG_ID)); in getReportList()115 + "uid=" + getHostUid() + ", id=" + CONFIG_ID + "."); in getReportList()
48 private static final long CONFIG_ID = "cts_config".hashCode(); field in MediaExtractorHostSideTest104 getDevice().executeShellCommand("cmd stats config remove " + CONFIG_ID); in removeConfig()111 .setId(CONFIG_ID) in createAndUploadConfig()130 "cat " + remotePath + " | cmd stats config update " + CONFIG_ID); in uploadConfig()192 "cmd stats dump-report " + CONFIG_ID + " --include_current_bucket --proto", in getAndClearReportList()
66 private static final long CONFIG_ID = "cts_config".hashCode(); field in EnterpriseMetricsRecorder98 conf.id = CONFIG_ID; in createAndUploadConfig()142 .addOperand(CONFIG_ID) in uploadConfig()152 removeConfig(CONFIG_ID); in cleanLogs()168 .addOperand(CONFIG_ID) in getReportList()
57 private static final long CONFIG_ID = "cts_config".hashCode(); field in MediaParserHostSideTest237 .setId(CONFIG_ID) in createAndUploadConfig()247 getDevice().executeShellCommand("cmd stats config remove " + CONFIG_ID); in removeConfig()261 "cat " + remotePath + " | cmd stats config update " + CONFIG_ID); in uploadConfig()296 "cmd stats dump-report " + CONFIG_ID + " --include_current_bucket --proto", in getAndClearReportList()
67 private static final long CONFIG_ID = "cts_config".hashCode(); field in MetricsRecorder69 private static final String CONFIG_ID_STRING = String.valueOf(CONFIG_ID);122 config.id = CONFIG_ID; in createConfig()347 + "is not a valid statsd config, id=" + CONFIG_ID + ".", e); in getReportList()
44 public static final long CONFIG_ID = "cts_config".hashCode(); // evaluates to -1572883457 field in ConfigUtils45 public static final String CONFIG_ID_STRING = String.valueOf(CONFIG_ID);67 .setId(CONFIG_ID) in createConfigBuilder()
226 + ConfigUtils.CONFIG_ID + "."); in getReportList()
577 if (configKey.getUid() == hostUid && configKey.getId() == ConfigUtils.CONFIG_ID) { in testDumpsysStats()583 ConfigUtils.CONFIG_ID)) in testDumpsysStats()