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.java557 private static final int CMD_COMPLETE_PRECONNECTION = 16; field in IpClient
1351 sendMessage(CMD_COMPLETE_PRECONNECTION, success ? 1 : 0); in notifyPreconnectionComplete()
2966 case CMD_COMPLETE_PRECONNECTION: in processMessage()