/packages/services/Car/cpp/computepipe/runner/graph/ |
D | LocalPrebuiltGraph.cpp | 70 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/modules/ExtServices/java/tests/src/android/ext/services/displayhash/ |
D | DisplayHashingServiceImplTest.java | 81 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/ |
D | DataModelException.java | 61 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/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/ |
D | BluetoothGattException.java | 26 public BluetoothGattException(String message, int errorCode) { in BluetoothGattException() 32 public BluetoothGattException(String message, int errorCode, Throwable cause) { in BluetoothGattException()
|
/packages/modules/AdServices/sdksandbox/framework/java/android/app/sdksandbox/ |
D | IRemoteSdkCallback.aidl | 26 void onLoadSdkFailure(int errorCode, String errorMsg); in onLoadSdkFailure() 28 void onSurfacePackageError(int errorCode, String errorMsg); in onSurfacePackageError()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | AuthenticationFailureEventInfo.java | 31 public final int errorCode; field in AuthenticationFailureEventInfo 34 int reasonCode, int errorCode) { in AuthenticationFailureEventInfo()
|
/packages/apps/RemoteProvisioner/src/com/android/remoteprovisioner/ |
D | RemoteProvisioningException.java | 54 public RemoteProvisioningException(@ErrorCode int errorCode, String message) { in RemoteProvisioningException() 64 public RemoteProvisioningException(@ErrorCode int errorCode, String message, Throwable cause) { in RemoteProvisioningException()
|
/packages/modules/AdServices/sdksandbox/SdkSandbox/aidl/com/android/sdksandbox/ |
D | ISdkSandboxToSdkSandboxManagerCallback.aidl | 35 void onLoadSdkError(int errorCode, in String errorMessage); in onLoadSdkError() 38 void onSurfacePackageError(int errorCode, in String errorMessage); in onSurfacePackageError()
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/provisioning/ |
D | FinancedDeviceProvisioningController.java | 76 protected int getErrorMsgId(AbstractProvisioningTask task, int errorCode) { in getErrorMsgId() 81 protected boolean getRequireFactoryReset(AbstractProvisioningTask task, int errorCode) { in getRequireFactoryReset()
|
D | DeviceOwnerProvisioningController.java | 87 protected int getErrorMsgId(AbstractProvisioningTask task, int errorCode) { in getErrorMsgId() 117 protected boolean getRequireFactoryReset(AbstractProvisioningTask task, int errorCode) { in getRequireFactoryReset()
|
D | ProfileOwnerProvisioningController.java | 73 protected int getErrorMsgId(AbstractProvisioningTask task, int errorCode) { in getErrorMsgId() 78 protected boolean getRequireFactoryReset(AbstractProvisioningTask task, int errorCode) { in getRequireFactoryReset()
|
D | AdminIntegratedFlowPrepareController.java | 92 protected int getErrorMsgId(AbstractProvisioningTask task, int errorCode) { in getErrorMsgId() 122 protected boolean getRequireFactoryReset(AbstractProvisioningTask task, int errorCode) { in getRequireFactoryReset()
|
D | AbstractProvisioningController.java | 104 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()
|
D | DownloadRoleHolderController.java | 109 protected int getErrorMsgId(AbstractProvisioningTask task, int errorCode) { in getErrorMsgId() 136 protected boolean getRequireFactoryReset(AbstractProvisioningTask task, int errorCode) { in getRequireFactoryReset()
|
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/testability/android/bluetooth/le/ |
D | ScanCallback.java | 53 public void onScanFailed(int errorCode) {} in onScanFailed() 75 public void onScanFailed(int errorCode) { in onScanFailed()
|
/packages/modules/AdServices/sdksandbox/tests/manual-test-apps/SdkSandboxClient/src/com/android/sdksandboxclient/ |
D | MainActivity.java | 76 public void onLoadSdkFailure(int errorCode, String errorMessage) { in onLoadSdkFailure() 91 public void onSurfacePackageError(int errorCode, String errorMessage) { in onSurfacePackageError()
|
/packages/modules/AdServices/sdksandbox/tests/manual-test-apps/SdkSandboxClient/src/com/android/sdksandboxclienttwo/ |
D | MainActivity.java | 76 public void onLoadSdkFailure(int errorCode, String errorMessage) { in onLoadSdkFailure() 91 public void onSurfacePackageError(int errorCode, String errorMessage) { in onSurfacePackageError()
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/networkconnection/ |
D | EstablishNetworkConnectionController.java | 90 protected int getErrorMsgId(AbstractProvisioningTask task, int errorCode) { in getErrorMsgId() 98 protected boolean getRequireFactoryReset(AbstractProvisioningTask task, int errorCode) { in getRequireFactoryReset()
|
/packages/services/Car/car-lib/src/android/car/hardware/property/ |
D | CarPropertyEvent.java | 108 @CarPropertyManager.CarSetPropertyErrorCode int errorCode) { in CarPropertyEvent() 123 @CarPropertyManager.CarSetPropertyErrorCode int errorCode) { in createErrorEventWithErrorCode()
|
/packages/modules/AdServices/sdksandbox/tests/testutils/src/android/app/sdksandbox/testutils/ |
D | FakeRemoteSdkCallback.java | 50 public void onLoadSdkFailure(int errorCode, String errorMsg) { in onLoadSdkFailure() 58 public void onSurfacePackageError(int errorCode, String errorMsg) { in onSurfacePackageError()
|
/packages/modules/Connectivity/framework-t/src/android/net/nsd/ |
D | NsdManager.java | 436 public void onStartDiscoveryFailed(String serviceType, int errorCode) { in onStartDiscoveryFailed() 452 public void onStopDiscoveryFailed(String serviceType, int errorCode) { in onStopDiscoveryFailed() 623 public void onStartDiscoveryFailed(String serviceType, int errorCode); in onStartDiscoveryFailed() 625 public void onStopDiscoveryFailed(String serviceType, int errorCode); in onStopDiscoveryFailed() 639 public void onRegistrationFailed(NsdServiceInfo serviceInfo, int errorCode); in onRegistrationFailed() 641 public void onUnregistrationFailed(NsdServiceInfo serviceInfo, int errorCode); in onUnregistrationFailed() 651 public void onResolveFailed(NsdServiceInfo serviceInfo, int errorCode); in onResolveFailed() 667 final int errorCode = message.arg1; in handleMessage() local 693 getNsdServiceInfoType(ns), errorCode)); in handleMessage() local 708 getNsdServiceInfoType(ns), errorCode)); in handleMessage() local
|
/packages/services/AlternativeNetworkAccess/src/com/android/ons/ |
D | ONSProfileDownloader.java | 105 int errorCode = ((Intent) msg.obj).getIntExtra( in handleMessage() local 140 int errorCode) { in mapDownloaderErrorCode() 197 private String getUnresolvableErrorDescription(int errorCode) { in getUnresolvableErrorDescription()
|
/packages/modules/Bluetooth/system/binder/android/bluetooth/ |
D | IBluetoothOobDataCallback.aidl | 29 void onError(int errorCode); in onError()
|
/packages/services/Car/car-lib/src/android/car/ |
D | ICarBugreportCallback.aidl | 29 void onError(int errorCode); in onError()
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | AppInfoBase.java | 178 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()
|