Searched refs:notifyErrorCallback (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | KeepaliveTracker.java | 420 notifyErrorCallback(mCallback, reason); in stop() 431 void notifyErrorCallback(ISocketKeepaliveCallback cb, int error) { in notifyErrorCallback() method in KeepaliveTracker 604 notifyErrorCallback(cb, ERROR_INVALID_NETWORK); in startNattKeepalive() 613 notifyErrorCallback(cb, ERROR_INVALID_IP_ADDRESS); in startNattKeepalive() 622 notifyErrorCallback(cb, e.getError()); in startNattKeepalive() 631 notifyErrorCallback(cb, ERROR_INVALID_SOCKET); in startNattKeepalive() 654 notifyErrorCallback(cb, ERROR_INVALID_NETWORK); in startTcpKeepalive() 662 notifyErrorCallback(cb, e.error); in startTcpKeepalive() 665 notifyErrorCallback(cb, e.getError()); in startTcpKeepalive() 674 notifyErrorCallback(cb, ERROR_INVALID_SOCKET); in startTcpKeepalive() [all …]
|
/frameworks/base/services/ |
D | art-profile | 5427 PLcom/android/server/connectivity/KeepaliveTracker;->notifyErrorCallback(Landroid/net/ISocketKeepal…
|