/aosp12/packages/services/Iwlan/src/com/google/android/iwlan/ |
H A D | IwlanError.java | 116 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 D | ErrorPolicyManager.java | 206 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 D | IwlanDataService.java | 418 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 D | IkeSessionPskTest.java | 333 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 D | IkeNotifyPayloadTest.java | 249 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 D | typing_weighting.cpp | 27 ErrorTypeUtils::ErrorType TypingWeighting::getErrorType(const CorrectionType correctionType, in getErrorType() function in latinime::TypingWeighting
|
H A D | typing_weighting.h | 213 ErrorTypeUtils::ErrorType getErrorType(const CorrectionType correctionType,
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/ |
H A D | weighting.h | 88 virtual ErrorTypeUtils::ErrorType getErrorType(const CorrectionType correctionType,
|
H A D | weighting.cpp | 86 const ErrorTypeUtils::ErrorType errorType = weighting->getErrorType(correctionType, in addCostAndForwardInputIndex()
|
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/exceptions/ |
H A D | IkeProtocolException.java | 193 public int getErrorType() { in getErrorType() method in IkeProtocolException
|
/aosp12/frameworks/base/drm/java/android/drm/ |
H A D | DrmManagerClient.java | 159 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 D | EpdgTunnelManager.java | 450 + 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 D | EpdgSelectorTest.java | 273 assertEquals(ret.getErrorType(), IwlanError.NO_ERROR); in getValidatedServerListWithDefaultParams()
|
H A D | EpdgTunnelManagerTest.java | 1056 .getErrorType(); in testReportIwlanErrorIkeProtocolException()
|
/aosp12/frameworks/base/tests/vcn/java/com/android/server/vcn/ |
H A D | VcnGatewayConnectionConnectedStateTest.java | 569 when(exception.getErrorType()).thenReturn(errorCode); in buildMockIkeProtocolException()
|
/aosp12/packages/services/Iwlan/test/com/google/android/iwlan/ |
H A D | ErrorPolicyManagerTest.java | 99 when(exception.getErrorType()).thenReturn(errorCode); in buildIwlanIkeProtocolError()
|
/aosp12/packages/modules/IPsec/api/ |
H A D | current.txt | 384 method public int getErrorType();
|
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/ |
H A D | VpnTest.java | 958 when(exception.getErrorType()) in testStartPlatformVpnAuthenticationFailed()
|
/aosp12/frameworks/base/services/core/java/com/android/server/vcn/ |
H A D | VcnGatewayConnection.java | 1142 return ((IkeProtocolException) exception).getErrorType() in isIkeAuthFailure()
|
/aosp12/frameworks/base/services/core/java/com/android/server/connectivity/ |
H A D | Vpn.java | 2693 switch (ikeException.getErrorType()) {
|
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
H A D | IkeSessionStateMachine.java | 2148 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 D | IkeSessionStateMachineTest.java | 3140 assertEquals(ERROR_TYPE_INTERNAL_ADDRESS_FAILURE, exception.getErrorType()); in testAuthHandlesCreateChildErrorNotify()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 17855 Landroid/drm/DrmManagerClient;->getErrorType(I)I
|