Home
last modified time | relevance | path

Searched refs:configKey (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/net/src/android/net/cts/
DCaptivePortalTest.kt194 private fun setConfig(configKey: String, value: String?) { in setHttpsUrl()
197 NAMESPACE_CONNECTIVITY, configKey, value, false /* makeDefault */) in setHttpsUrl()
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/
DHostAtomTests.java609 ConfigMetricsReportList.ConfigKey configKey = list.getConfigKey(); in testDumpsysStats() local
610 if (configKey.getUid() == hostUid && configKey.getId() == CONFIG_ID) { in testDumpsysStats()