Searched refs:ERROR_INVALID_NETWORK (Results 1 – 9 of 9) sorted by relevance
27 import static android.net.SocketKeepalive.ERROR_INVALID_NETWORK;248 return ERROR_INVALID_NETWORK; in checkNetworkConnected()273 return ERROR_INVALID_NETWORK; in checkPermission()307 return ERROR_INVALID_NETWORK; in checkLimit()616 notifyErrorCallback(cb, ERROR_INVALID_NETWORK); in startNattKeepalive()666 notifyErrorCallback(cb, ERROR_INVALID_NETWORK); in startTcpKeepalive()
24 import static android.net.SocketKeepalive.ERROR_INVALID_NETWORK;107 case ERROR_INVALID_NETWORK: // fallthrough in onError()
86 public static final int ERROR_INVALID_NETWORK = -20; field in SocketKeepalive154 ERROR_INVALID_NETWORK,
1952 public static final int ERROR_INVALID_NETWORK = -20; field in ConnectivityManager.PacketKeepalive
457 field public static final int ERROR_INVALID_NETWORK = -20; // 0xffffffec
5405 callback.expectError(PacketKeepalive.ERROR_INVALID_NETWORK); in testPacketKeepalives()5455 callback.expectError(PacketKeepalive.ERROR_INVALID_NETWORK); in testPacketKeepalives()5546 callback.expectError(SocketKeepalive.ERROR_INVALID_NETWORK); in doTestNattSocketKeepalivesWithExecutor()5631 callback.expectError(SocketKeepalive.ERROR_INVALID_NETWORK); in doTestNattSocketKeepalivesWithExecutor()5745 callback.expectError(SocketKeepalive.ERROR_INVALID_NETWORK); in doTestTcpSocketKeepalivesWithExecutor()
30 Landroid/net/ConnectivityManager$PacketKeepalive;->ERROR_INVALID_NETWORK:I
3769 SocketKeepalive.ERROR_INVALID_NETWORK);
3855 mKeepaliveTracker.handleStopAllKeepalives(nai, SocketKeepalive.ERROR_INVALID_NETWORK); in disconnectAndDestroyNetwork()