Home
last modified time | relevance | path

Searched defs:errorCode (Results 1 – 25 of 104) sorted by relevance

12345

/packages/services/Car/cpp/computepipe/runner/graph/
DLocalPrebuiltGraph.cpp70 PrebuiltComputepipeRunner_ErrorCode errorCode = in handleConfigPhase() local
82 PrebuiltComputepipeRunner_ErrorCode errorCode = in handleConfigPhase() local
125 PrebuiltComputepipeRunner_ErrorCode errorCode = mappedFn(reinterpret_cast<void*>(this)); in handleExecutionPhase() local
268 PrebuiltComputepipeRunner_ErrorCode errorCode = mappedFn(); in GetStatus() local
280 PrebuiltComputepipeRunner_ErrorCode errorCode = mappedFn(nullptr, 0, &errorMessageSize); in GetErrorMessage() local
299 PrebuiltComputepipeRunner_ErrorCode errorCode = in SetInputStreamData() local
316 PrebuiltComputepipeRunner_ErrorCode errorCode = in SetInputStreamPixelData() local
327 PrebuiltComputepipeRunner_ErrorCode errorCode = mappedFn(flushOutputFrames); in StopGraphExecution() local
337 PrebuiltComputepipeRunner_ErrorCode errorCode = mappedFn(); in StartGraphProfiling() local
343 PrebuiltComputepipeRunner_ErrorCode errorCode = mappedFn(); in StopGraphProfiling() local
[all …]
/packages/apps/Car/Settings/src/com/android/car/settings/security/
DPasswordHelper.java93 public List<String> convertErrorCodeToMessages(Context context, int errorCode) { in convertErrorCodeToMessages()
99 int errorCode = NO_ERROR; in validatePassword() local
139 int errorCode = NO_ERROR; in validatePin() local
162 private List<String> convertPasswordErrorCodeToMessages(Context context, int errorCode) { in convertPasswordErrorCodeToMessages()
176 private List<String> convertPinErrorCodeToMessages(Context context, int errorCode) { in convertPinErrorCodeToMessages()
/packages/modules/ExtServices/java/tests/src/android/ext/services/displayhash/
DDisplayHashingServiceImplTest.java81 int errorCode = mDisplayHashResultCallback.getError(); in testOnGenerateDisplayHash_nullSalt() local
89 int errorCode = mDisplayHashResultCallback.getError(); in testOnGenerateDisplayHash_invalidHashAlgorithm() local
103 int errorCode = mDisplayHashResultCallback.getError(); in testOnGenerateDisplayHash_nullBuffer() local
170 public void onDisplayHashError(int errorCode) { in onDisplayHashError()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DDataModelException.java61 public DataModelException(final int errorCode, final Exception innerException, in DataModelException()
81 public DataModelException(final int errorCode) { in DataModelException()
85 public DataModelException(final int errorCode, final Exception innerException) { in DataModelException()
89 public DataModelException(final int errorCode, final String message) { in DataModelException()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/provisioning/
DAdminIntegratedFlowPrepareController.java78 protected int getErrorMsgId(AbstractProvisioningTask task, int errorCode) { in getErrorMsgId()
108 protected boolean getRequireFactoryReset(AbstractProvisioningTask task, int errorCode) { in getRequireFactoryReset()
DFinancedDeviceProvisioningController.java76 protected int getErrorMsgId(AbstractProvisioningTask task, int errorCode) { in getErrorMsgId()
81 protected boolean getRequireFactoryReset(AbstractProvisioningTask task, int errorCode) { in getRequireFactoryReset()
DDeviceOwnerProvisioningController.java87 protected int getErrorMsgId(AbstractProvisioningTask task, int errorCode) { in getErrorMsgId()
117 protected boolean getRequireFactoryReset(AbstractProvisioningTask task, int errorCode) { in getRequireFactoryReset()
DProfileOwnerProvisioningController.java73 protected int getErrorMsgId(AbstractProvisioningTask task, int errorCode) { in getErrorMsgId()
78 protected boolean getRequireFactoryReset(AbstractProvisioningTask task, int errorCode) { in getRequireFactoryReset()
DAbstractProvisioningController.java104 protected abstract int getErrorMsgId(AbstractProvisioningTask task, int errorCode); in getErrorMsgId()
105 protected abstract boolean getRequireFactoryReset(AbstractProvisioningTask task, int errorCode); in getRequireFactoryReset()
172 public synchronized void onError(AbstractProvisioningTask task, int errorCode) { in onError()
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyEvent.java95 @CarPropertyManager.CarSetPropertyErrorCode int errorCode) { in CarPropertyEvent()
109 @CarPropertyManager.CarSetPropertyErrorCode int errorCode) { in createErrorEventWithErrorCode()
/packages/services/Car/car-lib/src/android/car/
DICarBugreportCallback.aidl29 void onError(int errorCode); in onError()
DCarBugreportManager.java91 public void onError(@CarBugreportErrorCode int errorCode) { in onError()
132 public void onError(@CarBugreportManagerCallback.CarBugreportErrorCode int errorCode) { in onError()
/packages/apps/ManagedProvisioning/tests/robotests/src/com/android/managedprovisioning/task/
DTestTaskCallback.java27 public void onError(AbstractProvisioningTask task, int errorCode) { in onError()
/packages/services/Telephony/testapps/SmsManagerTestApp/src/com/android/phone/testapps/smsmanagertestapp/
DSendStatusReceiver.java41 int errorCode = intent.getIntExtra(EXTRA_ERROR_CODE, -1); in onReceive() local
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapSimAkaAttributeFactory.java102 int errorCode = Short.toUnsignedInt(byteBuffer.getShort()); in getAttribute() local
/packages/modules/Connectivity/tests/common/java/android/net/metrics/
DDhcpErrorEventTest.kt38 val errorCode = errorCodeWithOption(DHCP_INVALID_OPTION_LENGTH, DHCP_SUBNET_MASK); in testErrorCodeWithOption() constant
/packages/apps/Settings/src/com/android/settings/applications/
DAppInfoBase.java178 protected abstract AlertDialog createDialog(int id, int errorCode); in createDialog()
250 int errorCode = getArguments().getInt("moveError"); in onCreateDialog() local
258 public static MyAlertDialogFragment newInstance(int id, int errorCode) { in newInstance()
/packages/services/Car/service/src/com/android/car/hal/
DHalClient.java207 public final int errorCode; field in HalClient.PropertySetError
211 PropertySetError(int errorCode, int propId, int areaId) { in PropertySetError()
279 public void onPropertySetError(int errorCode, int propId, int areaId) { in onPropertySetError()
/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/
DITetheringEventCallback.aidl33 void onCallbackStopped(int errorCode); in onCallbackStopped()
/packages/apps/Messaging/src/com/android/messaging/receiver/
DSmsReceiver.java189 final int errorCode = in deliverSmsIntent() local
202 final int errorCode, final android.telephony.SmsMessage[] messages) { in deliverSmsMessages()
/packages/services/BuiltInPrintService/src/com/android/bips/discovery/
DMdnsDiscovery.java181 public void onStopDiscoveryFailed(String s, int errorCode) { in onStopDiscoveryFailed()
228 public void onResolveFailed(final NsdServiceInfo info, final int errorCode) { in onResolveFailed()
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/zenaccess/
DZenAccessDetails.java64 protected AlertDialog createDialog(int id, int errorCode) { in createDialog()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DNsdManagerTest.java141 EventData(String callbackName, int errorCode) { in EventData()
155 private void setEvent(String callbackName, int errorCode) { in setEvent()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DVehicleHalTest.java199 int errorCode = CarPropertyManager.CAR_SET_PROPERTY_ERROR_CODE_TRY_AGAIN; in testOnPropertySetError() local
213 int errorCode = CarPropertyManager.CAR_SET_PROPERTY_ERROR_CODE_TRY_AGAIN; in testInjectOnPropertySetError() local
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiDiagnostics.java301 private void triggerAlertDataCapture(int errorCode, byte[] alertData) { in triggerAlertDataCapture()
385 int errorCode; field in WifiDiagnostics.BugReport
527 synchronized void onWifiAlert(int errorCode, @NonNull byte[] buffer) { in onWifiAlert()
674 private boolean flushDump(int errorCode) { in flushDump()
692 private BugReport captureBugreport(int errorCode, boolean captureFWDump) { in captureBugreport()

12345