Searched refs:Ike3gppBackoffTimer (Results 1 – 8 of 8) sorted by relevance
29 private static final int BACKOFF_CAUSE = Ike3gppBackoffTimer.ERROR_TYPE_NETWORK_FAILURE;33 Ike3gppBackoffTimer backoffTimer = new Ike3gppBackoffTimer(BACKOFF_TIMER, BACKOFF_CAUSE); in testIke3gppBackoffTimer()43 Ike3gppBackoffTimer.isValidErrorNotifyCause( in testIsValidErrorNotifyCause()44 Ike3gppBackoffTimer.ERROR_TYPE_NO_APN_SUBSCRIPTION)); in testIsValidErrorNotifyCause()46 Ike3gppBackoffTimer.isValidErrorNotifyCause( in testIsValidErrorNotifyCause()47 Ike3gppBackoffTimer.ERROR_TYPE_NETWORK_FAILURE)); in testIsValidErrorNotifyCause()49 Ike3gppBackoffTimer.isValidErrorNotifyCause( 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()
19 import static android.net.ipsec.ike.ike3gpp.Ike3gppBackoffTimer.ERROR_TYPE_NETWORK_FAILURE;20 import static android.net.ipsec.ike.ike3gpp.Ike3gppBackoffTimer.ERROR_TYPE_NO_APN_SUBSCRIPTION;27 import android.net.ipsec.ike.ike3gpp.Ike3gppBackoffTimer;139 new Ike3gppBackoffTimer(backoffTimer, backoffTimerCause.notifyType)); in handleAuthResp()
36 public final class Ike3gppBackoffTimer extends Ike3gppData { class88 public Ike3gppBackoffTimer( in Ike3gppBackoffTimer() method in Ike3gppBackoffTimer
110 public final class Ike3gppBackoffTimer extends android.net.ipsec.ike.ike3gpp.Ike3gppData {111 ctor public Ike3gppBackoffTimer(byte, int);
45 import android.net.ipsec.ike.ike3gpp.Ike3gppBackoffTimer;632 Ike3gppBackoffTimer mockIke3gppBackoffTimer = mock(Ike3gppBackoffTimer.class); in verifyBackOffTimer()
51 import android.net.ipsec.ike.ike3gpp.Ike3gppBackoffTimer;495 ((Ike3gppBackoffTimer) payload).getBackoffTimer()); in onIke3gppDataReceived()
31 import static android.net.ipsec.test.ike.ike3gpp.Ike3gppBackoffTimer.ERROR_TYPE_NETWORK_FAILURE;32 import static android.net.ipsec.test.ike.ike3gpp.Ike3gppBackoffTimer.ERROR_TYPE_NO_APN_SUBSCRIPTION;134 import android.net.ipsec.test.ike.ike3gpp.Ike3gppBackoffTimer;5590 Ike3gppBackoffTimer backoffTimer = null; in verifyBackoffTimer()5593 backoffTimer = (Ike3gppBackoffTimer) payload; in verifyBackoffTimer()