Searched refs:spiBundle (Results 1 – 2 of 2) sorted by relevance
929 Bundle spiBundle = new Bundle(); in getIntentIkeSmMsg() local930 spiBundle.putInt(BUNDLE_KEY_CHILD_REMOTE_SPI, remoteSpi); in getIntentIkeSmMsg()934 return obtainMessage(CMD_ALARM_FIRED, mIkeSessionId, localRequestType, spiBundle); in getIntentIkeSmMsg()
1460 Bundle spiBundle = new Bundle(); in getIntentIkeSmMsg() local1461 spiBundle.putLong(BUNDLE_KEY_IKE_REMOTE_SPI, remoteIkeSpi); in getIntentIkeSmMsg()1463 return obtainMessage(CMD_ALARM_FIRED, mIkeSessionId, localRequestType, spiBundle); in getIntentIkeSmMsg()