Home
last modified time | relevance | path

Searched refs:getErrorType (Results 1 – 23 of 23) sorted by relevance

/aosp12/packages/services/Iwlan/src/com/google/android/iwlan/
H A DIwlanError.java116 public @IwlanErrorType int getErrorType() { in getErrorType() method in IwlanError
150 sb.append("ERR: " + ((IkeProtocolException) mException).getErrorType() + "\nDATA:"); in errorDetailsString()
167 public static int getErrorType(String errorType) { in getErrorType() method in IwlanError
198 if (mErrorType == error.getErrorType()) { in equals()
203 (((IkeProtocolException) mException).getErrorType() in equals()
205 .getErrorType()); in equals()
H A DErrorPolicyManager.java206 if (iwlanError.getErrorType() == IwlanError.NO_ERROR) { in reportIwlanError()
243 if (iwlanError.getErrorType() == IwlanError.NO_ERROR) { in reportIwlanError()
301 if (error.getErrorType() == IwlanError.EPDG_SELECTOR_SERVER_SELECTION_FAILED) { in getDataFailCause()
303 } else if (error.getErrorType() == IwlanError.IKE_INTERNAL_IO_EXCEPTION) { in getDataFailCause()
305 } else if (error.getErrorType() == IwlanError.IKE_PROTOCOL_EXCEPTION) { in getDataFailCause()
308 int protocolErrorType = ((IkeProtocolException) exception).getErrorType(); in getDataFailCause()
814 int getErrorType() { in getErrorType() method in ErrorPolicyManager.ErrorPolicy
828 && iwlanError.getErrorType() == IwlanError.IKE_PROTOCOL_EXCEPTION) { in match()
830 iwlanErrorDetail = String.valueOf(exception.getErrorType()); in match()
843 && iwlanError.getErrorType() == IwlanError.IKE_PROTOCOL_EXCEPTION in match()
[all …]
H A DIwlanDataService.java418 if (error.getErrorType() != IwlanError.NO_ERROR in onClosed()
419 && error.getErrorType() != IwlanError.IKE_INTERNAL_IO_EXCEPTION) { in onClosed()
/aosp12/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
H A DIkeSessionPskTest.java333 assertEquals(ERROR_TYPE_NO_PROPOSAL_CHOSEN, protocolException.getErrorType()); in verifyIkeInitFail()
376 assertEquals(ERROR_TYPE_AUTHENTICATION_FAILED, protocolException.getErrorType()); in testIkeAuthHandlesAuthFailNotification()
413 assertEquals(ERROR_TYPE_TS_UNACCEPTABLE, protocolException.getErrorType()); in verifyIkeAuthHandlesFirstChildCreationFail()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeNotifyPayloadTest.java249 assertEquals(ERROR_TYPE_INVALID_KE_PAYLOAD, exception.getErrorType()); in testValidateAndBuildIkeExceptionWithData()
268 assertEquals(ERROR_TYPE_INVALID_SELECTORS, exception.getErrorType()); in testValidateAndBuildInvalidSelectorsException()
284 assertEquals(errorType, exception.getErrorType()); in verifyIkeExceptionWithoutData()
372 assertEquals(unrecognizedType, exception.getErrorType()); in testValidateAndBuildUnrecognizedIkeException()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
H A Dtyping_weighting.cpp27 ErrorTypeUtils::ErrorType TypingWeighting::getErrorType(const CorrectionType correctionType, in getErrorType() function in latinime::TypingWeighting
H A Dtyping_weighting.h213 ErrorTypeUtils::ErrorType getErrorType(const CorrectionType correctionType,
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
H A Dweighting.h88 virtual ErrorTypeUtils::ErrorType getErrorType(const CorrectionType correctionType,
H A Dweighting.cpp86 const ErrorTypeUtils::ErrorType errorType = weighting->getErrorType(correctionType, in addCostAndForwardInputIndex()
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/exceptions/
H A DIkeProtocolException.java193 public int getErrorType() { in getErrorType() method in IkeProtocolException
/aosp12/frameworks/base/drm/java/android/drm/
H A DDrmManagerClient.java159 getErrorType(infoType), null, attributes); in handleMessage()
832 private int getErrorType(int infoType) { in getErrorType() method in DrmManagerClient
/aosp12/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
H A DEpdgTunnelManager.java450 + exception.getErrorType() in onError()
1251 if (selectorResult.getEpdgError().getErrorType() == IwlanError.NO_ERROR in handleMessage()
1259 (selectorResult.getEpdgError().getErrorType() in handleMessage()
1452 if (epdgError.getErrorType() != IwlanError.NO_ERROR) { in selectEpdgAddress()
/aosp12/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
H A DEpdgSelectorTest.java273 assertEquals(ret.getErrorType(), IwlanError.NO_ERROR); in getValidatedServerListWithDefaultParams()
H A DEpdgTunnelManagerTest.java1056 .getErrorType(); in testReportIwlanErrorIkeProtocolException()
/aosp12/frameworks/base/tests/vcn/java/com/android/server/vcn/
H A DVcnGatewayConnectionConnectedStateTest.java569 when(exception.getErrorType()).thenReturn(errorCode); in buildMockIkeProtocolException()
/aosp12/packages/services/Iwlan/test/com/google/android/iwlan/
H A DErrorPolicyManagerTest.java99 when(exception.getErrorType()).thenReturn(errorCode); in buildIwlanIkeProtocolError()
/aosp12/packages/modules/IPsec/api/
H A Dcurrent.txt384 method public int getErrorType();
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
H A DVpnTest.java958 when(exception.getErrorType()) in testStartPlatformVpnAuthenticationFailed()
/aosp12/frameworks/base/services/core/java/com/android/server/vcn/
H A DVcnGatewayConnection.java1142 return ((IkeProtocolException) exception).getErrorType() in isIkeAuthFailure()
/aosp12/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java2693 switch (ikeException.getErrorType()) {
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
H A DIkeSessionStateMachine.java2148 if (exception.getErrorType() == ERROR_TYPE_INVALID_SYNTAX) { in handleRequestGenericProcessError()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
H A DIkeSessionStateMachineTest.java3140 assertEquals(ERROR_TYPE_INTERNAL_ADDRESS_FAILURE, exception.getErrorType()); in testAuthHandlesCreateChildErrorNotify()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt17855 Landroid/drm/DrmManagerClient;->getErrorType(I)I