Home
last modified time | relevance | path

Searched refs:CONFIG_ID (Results 1 – 8 of 8) sorted by relevance

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/metrics/
DAtomMetricTester.java57 private static final long CONFIG_ID = "cts_config".hashCode(); field in AtomMetricTester
69 removeConfig(CONFIG_ID); in cleanLogs()
74 return StatsdConfig.newBuilder().setId(CONFIG_ID) in createConfigBuilder()
95 mDevice.executeShellCommand(String.format(UPDATE_CONFIG_CMD, remotePath, CONFIG_ID)); in uploadConfig()
135 String.format(DUMP_REPORT_CMD, CONFIG_ID)); in getReportList()
139 + "uid=" + getHostUid() + ", id=" + CONFIG_ID + "."); in getReportList()
/cts/hostsidetests/statsd/src/android/cts/statsd/metadata/
DMetadataTests.java62 if (stats.getId() == CONFIG_ID && stats.getUid() == getHostUid()) { in testConfigTtl()
81 if (stats.getId() == CONFIG_ID && stats.getUid() == getHostUid()) { in testConfigTtl()
DMetadataTestCase.java41 StatsdConfig.Builder builder = StatsdConfig.newBuilder().setId(CONFIG_ID) in getBaseConfig()
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/
DAtomTestCase.java90 public static final long CONFIG_ID = "cts_config".hashCode(); field in AtomTestCase
122 removeConfig(CONFIG_ID); in setUp()
128 removeConfig(CONFIG_ID); in tearDown()
199 return StatsdConfig.newBuilder().setId(CONFIG_ID) in createConfigBuilder()
226 String.valueOf(CONFIG_ID))); in uploadConfig()
366 String.join(" ", DUMP_REPORT_CMD, String.valueOf(CONFIG_ID), in getReportList()
372 + "uid=" + getHostUid() + ", id=" + CONFIG_ID + "."); in getReportList()
912 return StatsdConfig.newBuilder().setId(CONFIG_ID) in getPulledConfig()
DDeviceAtomTestCase.java99 removeConfig(CONFIG_ID); in doDeviceMethod()
DHostAtomTests.java610 if (configKey.getUid() == hostUid && configKey.getId() == CONFIG_ID) { in testDumpsysStats()
616 + " id=" + CONFIG_ID, ourList); in testDumpsysStats()
/cts/hostsidetests/statsd/src/android/cts/statsd/alarm/
DAlarmTests.java67 return StatsdConfig.newBuilder().setId(CONFIG_ID) in getBaseConfig()
/cts/hostsidetests/statsd/src/android/cts/statsd/alert/
DAnomalyDetectionTests.java411 return StatsdConfig.newBuilder().setId(CONFIG_ID) in getBaseConfig()
477 .setEqInt(CONFIG_ID) in getBaseConfig()