Home
last modified time | relevance | path

Searched defs:iwlanError (Results 1 – 3 of 3) sorted by relevance

/packages/services/Iwlan/test/com/google/android/iwlan/
DErrorPolicyManagerTest.java150 IwlanError iwlanError = buildIwlanIkeAuthFailedError(); in testValidCarrierConfig() local
222 IwlanError iwlanError = buildIwlanIkeAuthFailedError(); in testInvalidCarrierConfig() local
268 IwlanError iwlanError = buildIwlanIkeAuthFailedError(); in testChoosingFallbackPolicy() local
320 IwlanError iwlanError = buildIwlanIkeAuthFailedError(); in testCanBringUpTunnel() local
372 IwlanError iwlanError = buildIwlanIkeAuthFailedError(); in testNoErrorScenario() local
418 IwlanError iwlanError = buildIwlanIkeAuthFailedError(); in testWifiDisableUnthrottle() local
469 IwlanError iwlanError = buildIwlanIkeAuthFailedError(); in testWFCDisableUnthrottle() local
520 IwlanError iwlanError = buildIwlanIkeAuthFailedError(); in testAPMUnthrottle() local
573 IwlanError iwlanError = buildIwlanIkeAuthFailedError(); in testGetDataFailCauseRetryTime() local
631 IwlanError iwlanError = buildIwlanIkeAuthFailedError(); in testBackOffTime() local
/packages/services/Iwlan/src/com/google/android/iwlan/
DErrorPolicyManager.java202 public synchronized long reportIwlanError(String apn, IwlanError iwlanError) { in reportIwlanError()
239 public synchronized long reportIwlanError(String apn, IwlanError iwlanError, long backOffTime) { in reportIwlanError()
442 private ErrorPolicy findErrorPolicy(String apn, IwlanError iwlanError) { in findErrorPolicy()
466 List<ErrorPolicy> errorPolicies, IwlanError iwlanError) { in getPreferredErrorPolicy()
822 boolean match(IwlanError iwlanError) { in match()
879 String getGenericErrorDetailString(IwlanError iwlanError) { in getGenericErrorDetailString()
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgTunnelManager.java1287 IwlanError iwlanError = tunnelConfig.getError(); in handleMessage() local