Searched refs:Ike3gppBackoffTimer (Results 1 – 8 of 8) sorted by relevance
35 Ike3gppBackoffTimer backoffTimer = in testIke3gppBackoffTimer()36 new Ike3gppBackoffTimer( in testIke3gppBackoffTimer()50 assertTrue(Ike3gppBackoffTimer.isValidErrorNotifyCause(notifyPayload)); in testIsValidErrorNotifyCause()53 assertFalse(Ike3gppBackoffTimer.isValidErrorNotifyCause(notifyPayload)); in testIsValidErrorNotifyCause()
26 private static final int BACKOFF_CAUSE = Ike3gppBackoffTimer.ERROR_TYPE_NETWORK_FAILURE;28 private Ike3gppBackoffTimer mBackoffTimer;32 mBackoffTimer = new Ike3gppBackoffTimer(BACKOFF_TIMER, BACKOFF_CAUSE); in setUp()
35 public final class Ike3gppBackoffTimer extends Ike3gppData { class78 public Ike3gppBackoffTimer( in Ike3gppBackoffTimer() method in Ike3gppBackoffTimer
19 import static android.net.ipsec.ike.ike3gpp.Ike3gppBackoffTimer.isValidErrorNotifyCause;27 import android.net.ipsec.ike.ike3gpp.Ike3gppBackoffTimer;155 new Ike3gppBackoffTimer(backoffTimer, backoffTimerCause.notifyType)); in handleAuthResp()
128 public final class Ike3gppBackoffTimer extends android.net.ipsec.ike.ike3gpp.Ike3gppData {129 ctor public Ike3gppBackoffTimer(byte, @IntRange(from=0, to=0x3fff) int);
69 import android.net.ipsec.ike.ike3gpp.Ike3gppBackoffTimer;1236 Ike3gppBackoffTimer mockIke3gppBackoffTimer = mock(Ike3gppBackoffTimer.class); in verifyBackOffTimer()
59 import android.net.ipsec.ike.ike3gpp.Ike3gppBackoffTimer;2293 ((Ike3gppBackoffTimer) payload).getBackoffTimer()); in handleMessage()
35 import static android.net.ipsec.test.ike.ike3gpp.Ike3gppBackoffTimer.ERROR_TYPE_NETWORK_FAILURE;36 import static android.net.ipsec.test.ike.ike3gpp.Ike3gppBackoffTimer.ERROR_TYPE_NO_APN_SUBSCRIPTION;150 import android.net.ipsec.test.ike.ike3gpp.Ike3gppBackoffTimer;6224 Ike3gppBackoffTimer backoffTimer = null; in verifyBackoffTimer()6227 backoffTimer = (Ike3gppBackoffTimer) payload; in verifyBackoffTimer()