/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/ |
D | error_type_utils.h | 65 static bool isMissingExplicitAccent(const ErrorType errorType) { in isMissingExplicitAccent() 69 static bool isEditCorrectionError(const ErrorType errorType) { in isEditCorrectionError() 73 static bool isProximityCorrectionError(const ErrorType errorType) { in isProximityCorrectionError() 77 static bool isCompletion(const ErrorType errorType) { in isCompletion()
|
/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/info/ |
D | AdminErrorMessage.java | 143 @NonNull public final ErrorType errorType; field in AdminErrorMessage 169 public AdminErrorMessage(@NonNull ErrorType errorType) { in AdminErrorMessage() 189 private static byte[] generatePayload(@NonNull ErrorType errorType) { in generatePayload() 202 ErrorType errorType = in extractErrorType() local
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/ |
D | IkeNotifyPayloadTest.java | 274 int errorType, Class<T> exceptionClass) throws Exception { in verifyValidateAndBuildIkeExceptionWithoutData() 277 payload.validateAndBuildIkeException(), errorType, exceptionClass); in verifyValidateAndBuildIkeExceptionWithoutData() local 281 IkeProtocolException exception, int errorType, Class<T> exceptionClass) in verifyIkeExceptionWithoutData()
|
/packages/modules/IPsec/src/java/android/net/ipsec/ike/exceptions/ |
D | UnrecognizedIkeProtocolException.java | 44 public UnrecognizedIkeProtocolException(int errorType, @NonNull byte[] errorData) { in UnrecognizedIkeProtocolException()
|
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/validation/ |
D | ValidationTest.kt | 129 val errorType = result.errors.map { it::class }.first() in thrown_exception() constant
|
/packages/services/Car/service/src/com/android/car/telemetry/scriptexecutorinterface/ |
D | IScriptExecutorListener.aidl | 54 void onError(int errorType, String message, @nullable String stackTrace); in onError()
|
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/discovery/info/ |
D | AdminErrorMessageTest.java | 122 private void testConstructwithBytes(ErrorType errorType, byte lastErrorByte) { in testConstructwithBytes()
|
/packages/services/Car/service/src/com/android/car/telemetry/databroker/ |
D | DataBrokerImpl.java | 591 private TelemetryError buildTelemetryError( in buildTelemetryError() 649 int errorType, @NonNull String message, @Nullable String stackTrace) { in onScriptError() 710 public void onError(int errorType, @NonNull String message, @Nullable String stackTrace) { in onError()
|
/packages/services/Iwlan/src/com/google/android/iwlan/ |
D | ErrorPolicyManager.java | 287 int errorType = error.getErrorType(); in getDataFailCause() local 582 int errorType; in readErrorPolicies() local 679 private List<String> parseErrorDetails(int errorType, JSONArray errorDetailArray) in parseErrorDetails() 739 private @ErrorPolicyErrorType int getErrorPolicyErrorType(String errorType) { in getErrorPolicyErrorType() 853 abstract @ErrorPolicyErrorType int errorType(); in errorType() method in ErrorPolicyManager.ErrorPolicy 869 abstract Builder setErrorType(int errorType); in setErrorType()
|
/packages/modules/Connectivity/framework/src/android/net/ |
D | QosCallbackConnection.java | 127 public void onError(@QosCallbackException.ExceptionType final int errorType) { in onError()
|
/packages/apps/Nfc/src/com/android/nfc/cardemulation/util/ |
D | StatsdUtils.java | 179 public void logErrorEvent(int errorType, int nciCmd, int ntfStatusCode) { in logErrorEvent() 183 public void logErrorEvent(int errorType) { in logErrorEvent()
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/ |
D | weighting.cpp | 86 const ErrorTypeUtils::ErrorType errorType = weighting->getErrorType(correctionType, in addCostAndForwardInputIndex() local
|
/packages/services/Car/packages/ScriptExecutor/src/ |
D | ScriptExecutorListener.cpp | 57 void ScriptExecutorListener::onError(const ErrorType errorType, const char* message, in onError()
|
/packages/services/Car/packages/ScriptExecutor/tests/nonsystemuser/src/com/android/car/scriptexecutortest/nonsystemuser/ |
D | ScriptExecutorNonSystemUserTest.java | 71 public void onError(int errorType, String message, String stackTrace) { in onError()
|
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/discovery/ |
D | TransportProviderTest.java | 189 private void verifyAdminErrorMessageReceive(ErrorType errorType, TerminationReason reason) { in verifyAdminErrorMessageReceive()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/ |
D | NetworkRequestDialogActivityTest.java | 123 ERROR_DIALOG_TYPE errorType = null; field in NetworkRequestDialogActivityTest.FakeNetworkRequestDialogActivity
|
/packages/apps/Dialer/java/com/android/dialer/logging/ |
D | LoggingBindingsStub.java | 61 long latency, int httpResponseCode, PeopleApiLookupError.Type errorType) {} in logPeopleApiLookupReportWithError()
|
D | LoggingBindings.java | 88 long latency, int httpResponseCode, PeopleApiLookupError.Type errorType); in logPeopleApiLookupReportWithError()
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/ |
D | dic_node_state_scoring.h | 73 const ErrorTypeUtils::ErrorType errorType) { in addCost()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/databroker/ |
D | DataBrokerTest.java | 306 TelemetryProto.TelemetryError.ErrorType errorType = in testScheduleNextTask_onScriptError_shouldStoreErrorObject() local 803 public void notifyScriptError(int errorType, String errorMessage) { in notifyScriptError()
|
/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/ |
D | TransportProvider.java | 224 protected void sentAdminErrorMessage(ErrorType errorType) { in sentAdminErrorMessage()
|
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/ |
D | CellBroadcastServiceMetrics.java | 307 public void logModuleError(int source, int errorType) { in logModuleError()
|
/packages/services/Iwlan/test/com/google/android/iwlan/ |
D | ErrorPolicyManagerTest.java | 64 abstract String errorType(); in errorType() method in ErrorPolicyManagerTest.ErrorPolicyString 82 abstract Builder setErrorType(String errorType); in setErrorType()
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastReceiverMetrics.java | 575 void logModuleError(int source, int errorType) { in logModuleError()
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | LoaderCursor.java | 408 public void markDeleted(String reason, @RestoreError String errorType) { in markDeleted()
|