Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/ip/
DIpClient.java389 private static final int CMD_COMPLETE_PRECONNECTION = 16; field in IpClient
930 sendMessage(CMD_COMPLETE_PRECONNECTION, success ? 1 : 0); in notifyPreconnectionComplete()
1834 case CMD_COMPLETE_PRECONNECTION: in processMessage()