Searched refs:CMD_ALARM_FIRED (Results 1 – 2 of 2) sorted by relevance
325 static final int CMD_ALARM_FIRED = CMD_GENERAL_BASE + 15; field in IkeSessionStateMachine360 CMD_TO_STR.put(CMD_ALARM_FIRED, "Alarm Fired"); in CMD_TO_STR.put() argument1355 case CMD_ALARM_FIRED: in processStateMessage()1463 return obtainMessage(CMD_ALARM_FIRED, mIkeSessionId, localRequestType, spiBundle); in getIntentIkeSmMsg()1794 case CMD_ALARM_FIRED: in processStateMessage()3500 obtainMessage(CMD_ALARM_FIRED, mIkeSessionId, CMD_SEND_KEEPALIVE)); in buildAndStartNattKeepalive()
23 import static com.android.internal.net.ipsec.ike.IkeSessionStateMachine.CMD_ALARM_FIRED;934 return obtainMessage(CMD_ALARM_FIRED, mIkeSessionId, localRequestType, spiBundle); in getIntentIkeSmMsg()