Home
last modified time | relevance | path

Searched refs:FLAG_AUTOMATIC_ON_OFF (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Connectivity/framework/src/android/net/
DNattSocketKeepalive.java75 if (0 != (flags & ~FLAG_AUTOMATIC_ON_OFF)) { in startImpl()
79 final boolean automaticOnOffKeepalives = 0 != (flags & FLAG_AUTOMATIC_ON_OFF); in startImpl()
DSocketKeepalive.java194 public static final int FLAG_AUTOMATIC_ON_OFF = 1 << 0; field in SocketKeepalive
199 FLAG_AUTOMATIC_ON_OFF
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/keepalive/
DHardwareKeepaliveImpl.java110 flags |= SocketKeepalive.FLAG_AUTOMATIC_ON_OFF; in getKeepaliveStartOptions()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/keepalive/
DIkeNattKeepaliveTest.java207 eq(SocketKeepalive.FLAG_AUTOMATIC_ON_OFF), in testKeepaliveWithDisableKeepaliveNoTcpConnectionsOption()
/packages/modules/Connectivity/framework/api/
Dsystem-current.txt475 field public static final int FLAG_AUTOMATIC_ON_OFF = 1; // 0x1
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DVpnTest.java1155 kp.start(10 /* intervalSec */, SocketKeepalive.FLAG_AUTOMATIC_ON_OFF, mNetwork); in startKeepalive()