Home
last modified time | relevance | path

Searched refs:getBackoffTimerfromNotifyData (Results 1 – 3 of 3) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ike3gpp/
DIke3gppBackoffTimerUtilsTest.java36 Ike3gppBackoffTimerUtils.getBackoffTimerfromNotifyData(BACKOFF_TIMER_DATA); in testGetBackoffTimerfromNotifyData()
43 Ike3gppBackoffTimerUtils.getBackoffTimerfromNotifyData(BACKOFF_TIMER_LONG_DATA); in testGetBackoffTimerfromNotifyDataLongPayload()
48 Ike3gppBackoffTimerUtils.getBackoffTimerfromNotifyData(BACKOFF_TIMER_INVALID_LENGTH); in testGetBackoffTimerfromNotifyDataInvalidLength()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ike3gpp/
DIke3gppBackoffTimerUtils.java40 static byte getBackoffTimerfromNotifyData(byte[] notifyData) throws InvalidSyntaxException { in getBackoffTimerfromNotifyData() method in Ike3gppBackoffTimerUtils
DIke3gppIkeAuth.java152 Ike3gppBackoffTimerUtils.getBackoffTimerfromNotifyData( in handleAuthResp()