Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/unit/src/com/android/networkstack/metrics/
DNetworkValidationMetricsTest.java160 String apiContent = "{'captive': true," in testNetworkValidationMetrics_VerifyCollectMetrics() local
170 final JSONObject info = new JSONObject(apiContent); in testNetworkValidationMetrics_VerifyCollectMetrics()
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java2683 final String apiContent; in sendCapportApiProbe() local
2710 apiContent = readAsString(conn.getInputStream(), in sendCapportApiProbe()
2718 final JSONObject info = new JSONObject(apiContent); in sendCapportApiProbe()