Searched refs:ERROR_INVALID_NETWORK (Results 1 – 7 of 7) sorted by relevance
69 public static final int ERROR_INVALID_NETWORK = -20; field in SocketKeepalive97 ERROR_INVALID_NETWORK,
264 public static final int ERROR_INVALID_NETWORK = 1; field in IpSecTransform.NattKeepaliveCallback
1801 public static final int ERROR_INVALID_NETWORK = -20; field in ConnectivityManager.PacketKeepalive
30 import static android.net.SocketKeepalive.ERROR_INVALID_NETWORK;245 return ERROR_INVALID_NETWORK; in checkNetworkConnected()270 return ERROR_INVALID_NETWORK; in checkPermission()304 return ERROR_INVALID_NETWORK; in checkLimit()605 notifyErrorCallback(cb, ERROR_INVALID_NETWORK); in startNattKeepalive()655 notifyErrorCallback(cb, ERROR_INVALID_NETWORK); in startTcpKeepalive()
4190 callback.expectError(PacketKeepalive.ERROR_INVALID_NETWORK); in testPacketKeepalives()4240 callback.expectError(PacketKeepalive.ERROR_INVALID_NETWORK); in testPacketKeepalives()4335 callback.expectError(SocketKeepalive.ERROR_INVALID_NETWORK); in doTestNattSocketKeepalivesWithExecutor()4420 callback.expectError(SocketKeepalive.ERROR_INVALID_NETWORK); in doTestNattSocketKeepalivesWithExecutor()4506 callback.expectError(SocketKeepalive.ERROR_INVALID_NETWORK); in doTestTcpSocketKeepalivesWithExecutor()
3639 SocketKeepalive.ERROR_INVALID_NETWORK); in processMessage()
3029 mKeepaliveTracker.handleStopAllKeepalives(nai, SocketKeepalive.ERROR_INVALID_NETWORK); in disconnectAndDestroyNetwork()