Searched refs:spiBundle (Results 1 – 2 of 2) sorted by relevance
856 Bundle spiBundle = new Bundle(); in getIntentIkeSmMsg() local857 spiBundle.putInt(BUNDLE_KEY_CHILD_REMOTE_SPI, remoteSpi); in getIntentIkeSmMsg()861 return obtainMessage(CMD_ALARM_FIRED, mIkeSessionId, localRequestType, spiBundle); in getIntentIkeSmMsg()
1235 Bundle spiBundle = new Bundle(); in getIntentIkeSmMsg() local1236 spiBundle.putLong(BUNDLE_KEY_IKE_REMOTE_SPI, remoteIkeSpi); in getIntentIkeSmMsg()1238 return obtainMessage(CMD_ALARM_FIRED, mIkeSessionId, localRequestType, spiBundle); in getIntentIkeSmMsg()