Home
last modified time | relevance | path

Searched refs:ERROR_INVALID_INTERVAL (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/net/
DSocketKeepalive.java83 public static final int ERROR_INVALID_INTERVAL = -24; field in SocketKeepalive
106 ERROR_INVALID_INTERVAL,
DConnectivityManager.java1781 public static final int ERROR_INVALID_INTERVAL = -24; field in ConnectivityManager.PacketKeepalive
/frameworks/base/services/core/java/com/android/server/connectivity/
DKeepaliveTracker.java28 import static android.net.SocketKeepalive.ERROR_INVALID_INTERVAL;
262 return ERROR_INVALID_INTERVAL; in checkInterval()
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java4060 callback.expectError(PacketKeepalive.ERROR_INVALID_INTERVAL); in testPacketKeepalives()
4205 callback.expectError(SocketKeepalive.ERROR_INVALID_INTERVAL); in doTestNattSocketKeepalivesWithExecutor()
/frameworks/base/non-updatable-api/
Dcurrent.txt29216 field public static final int ERROR_INVALID_INTERVAL = -24; // 0xffffffe8
/frameworks/base/api/
Dcurrent.txt29346 field public static final int ERROR_INVALID_INTERVAL = -24; // 0xffffffe8
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt42613 Landroid/net/ConnectivityManager$PacketKeepalive;->ERROR_INVALID_INTERVAL:I