Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachine.java22 import static com.android.internal.net.ipsec.ike.IkeSessionStateMachine.BUNDLE_KEY_CHILD_REMOTE_SPI;
857 spiBundle.putInt(BUNDLE_KEY_CHILD_REMOTE_SPI, remoteSpi); in getIntentIkeSmMsg()
DIkeSessionStateMachine.java220 static final String BUNDLE_KEY_CHILD_REMOTE_SPI = "BUNDLE_KEY_CHILD_REMOTE_SPI"; field in IkeSessionStateMachine
1512 int remoteChildSpi = ((Bundle) message.obj).getInt(BUNDLE_KEY_CHILD_REMOTE_SPI); in handleFiredAlarm()