Searched refs:CMD_ALARM_FIRED (Results 1 – 2 of 2) sorted by relevance
303 static final int CMD_ALARM_FIRED = CMD_GENERAL_BASE + 15; field in IkeSessionStateMachine335 CMD_TO_STR.put(CMD_ALARM_FIRED, "Alarm Fired"); in CMD_TO_STR.put() argument1138 case CMD_ALARM_FIRED: in processStateMessage()1238 return obtainMessage(CMD_ALARM_FIRED, mIkeSessionId, localRequestType, spiBundle); in getIntentIkeSmMsg()1565 case CMD_ALARM_FIRED: in processStateMessage()3041 obtainMessage(CMD_ALARM_FIRED, mIkeSessionId, CMD_SEND_KEEPALIVE)); in buildKeepaliveIntent()
23 import static com.android.internal.net.ipsec.ike.IkeSessionStateMachine.CMD_ALARM_FIRED;861 return obtainMessage(CMD_ALARM_FIRED, mIkeSessionId, localRequestType, spiBundle); in getIntentIkeSmMsg()