Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeLocalRequestScheduler.java31 import static com.android.internal.net.ipsec.ike.IkeSessionStateMachine.CMD_LOCAL_REQUEST_INFO;
341 case CMD_LOCAL_REQUEST_INFO: // Fallthrough in procedureTypeToPriority()
DIkeSessionStateMachine.java346 static final int CMD_LOCAL_REQUEST_INFO = CMD_IKE_LOCAL_REQUEST_BASE + 4; field in IkeSessionStateMachine
381 CMD_TO_STR.put(CMD_LOCAL_REQUEST_INFO, "Info"); in CMD_TO_STR.put() argument
1800 case CMD_LOCAL_REQUEST_INFO: // Fallthrough in handleLocalRequest()