Home
last modified time | relevance | path

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

/packages/modules/Connectivity/framework/src/android/net/
DIConnectivityManager.aidl259 void setTestLowTcpPollingTimerForKeepalive(long timeMs); in setTestLowTcpPollingTimerForKeepalive() method
DConnectivityManager.java1656 public void setTestLowTcpPollingTimerForKeepalive(long timeMs) { in setTestLowTcpPollingTimerForKeepalive() method in ConnectivityManager
1658 mService.setTestLowTcpPollingTimerForKeepalive(timeMs); in setTestLowTcpPollingTimerForKeepalive()
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DVpnTest.java1184 runWithShellPermissionIdentity(() -> mCM.setTestLowTcpPollingTimerForKeepalive( in doTestAutomaticOnOffKeepaliveMode()
1243 mCM.setTestLowTcpPollingTimerForKeepalive(0); in doTestAutomaticOnOffKeepaliveMode()
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java6111 public void setTestLowTcpPollingTimerForKeepalive(long timeMs) {