Home
last modified time | relevance | path

Searched refs:KEY_DNS_CONSECUTIVE_TIMEOUTS (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Connectivity/framework/src/android/net/
DConnectivityDiagnosticsManager.java420 public static final String KEY_DNS_CONSECUTIVE_TIMEOUTS = "dnsConsecutiveTimeouts"; field in ConnectivityDiagnosticsManager.DataStallReport
426 KEY_DNS_CONSECUTIVE_TIMEOUTS
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DConnectivityDiagnosticsManagerTest.java30 …ort static android.net.ConnectivityDiagnosticsManager.DataStallReport.KEY_DNS_CONSECUTIVE_TIMEOUTS;
344 extras.putInt(KEY_DNS_CONSECUTIVE_TIMEOUTS, DNS_CONSECUTIVE_TIMEOUTS); in testOnDataStallSuspected_DnsEvents()
/packages/modules/Connectivity/framework/api/
Dcurrent.txt61 field public static final String KEY_DNS_CONSECUTIVE_TIMEOUTS = "dnsConsecutiveTimeouts";
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java30 …ort static android.net.ConnectivityDiagnosticsManager.DataStallReport.KEY_DNS_CONSECUTIVE_TIMEOUTS;
3659 extras.putInt(KEY_DNS_CONSECUTIVE_TIMEOUTS, p.dnsConsecutiveTimeouts); in notifyDataStallSuspected()
9498 p.dnsConsecutiveTimeouts = extras.getInt(KEY_DNS_CONSECUTIVE_TIMEOUTS); in simulateDataStall()