Home
last modified time | relevance | path

Searched refs:ERROR_UNKNOWN (Results 1 – 25 of 86) sorted by relevance

1234

/packages/modules/NetworkStack/common/networkstackclient/src/android/net/
DIpMemoryStoreClient.java97 () -> listener.onComplete(new Status(Status.ERROR_UNKNOWN))); in storeNetworkAttributes()
122 () -> listener.onComplete(new Status(Status.ERROR_UNKNOWN))); in storeBlob()
148 () -> listener.onL2KeyResponse(new Status(Status.ERROR_UNKNOWN), in findL2Key()
170 () -> listener.onSameL3NetworkResponse(new Status(Status.ERROR_UNKNOWN), in isSameNetwork()
192 () -> listener.onNetworkAttributesRetrieved(new Status(Status.ERROR_UNKNOWN), in retrieveNetworkAttributes()
216 () -> listener.onBlobRetrieved(new Status(Status.ERROR_UNKNOWN), in retrieveBlob()
244 () -> listener.onComplete(new Status(Status.ERROR_UNKNOWN), in delete()
276 () -> listener.onComplete(new Status(Status.ERROR_UNKNOWN), in deleteCluster()
/packages/modules/RemoteKeyProvisioning/system-server/src/android/security/rkp/service/
DRkpProxyException.java39 public static final int ERROR_UNKNOWN = 0; field in RkpProxyException
66 value = {ERROR_UNKNOWN,
115 case ERROR_UNKNOWN: in errorString()
DRegistrationProxy.java350 case IGetKeyCallback.Error.ERROR_UNKNOWN: in convertGetKeyError()
351 return RkpProxyException.ERROR_UNKNOWN; in convertGetKeyError()
354 return RkpProxyException.ERROR_UNKNOWN; in convertGetKeyError()
/packages/modules/Profiling/framework/java/android/os/
DProfilingManager.java226 new ProfilingResult(ProfilingResult.ERROR_UNKNOWN, null, tag, in requestProfiling()
235 new ProfilingResult(ProfilingResult.ERROR_UNKNOWN, null, tag, in requestProfiling()
264 new ProfilingResult(ProfilingResult.ERROR_UNKNOWN, null, tag, in requestProfiling()
294 ProfilingResult.ERROR_UNKNOWN, null, null, in registerForAllProfilingResults()
431 ? ProfilingResult.ERROR_UNKNOWN : status, in getOrCreateIProfilingServiceLocked()
DProfilingResult.java71 public static final int ERROR_UNKNOWN = 8; field in ProfilingResult
82 ERROR_UNKNOWN,
/packages/modules/Connectivity/remoteauth/service/java/com/android/server/remoteauth/connectivity/
DConnection.java31 int ERROR_UNKNOWN = 0; field
44 @IntDef({ERROR_UNKNOWN, ERROR_OK, ERROR_DEADLINE_EXCEEDED, ERROR_DEVICE_UNAVAILABLE})
/packages/modules/Connectivity/nearby/framework/java/android/nearby/
DScanCallback.java40 int ERROR_UNKNOWN = 0; field
64 @IntDef({ERROR_UNKNOWN, ERROR_UNSUPPORTED, ERROR_INVALID_ARGUMENT, ERROR_PERMISSION_DENIED,
/packages/modules/HealthFitness/framework/java/android/health/connect/
DHealthConnectException.java28 public static final int ERROR_UNKNOWN = 1; field in HealthConnectException
123 ERROR_UNKNOWN,
/packages/modules/RemoteKeyProvisioning/system-server/tests/unit/src/android/security/rkp/service/test/
DRkpProxyExceptionTest.java50 RkpProxyException.ERROR_UNKNOWN, "", new Exception("nope")); in testGetCause()
56 Exception e = new RkpProxyException(RkpProxyException.ERROR_UNKNOWN, ""); in testGetCauseNull()
/packages/modules/Connectivity/thread/framework/java/android/net/thread/
DThreadNetworkException.java50 ERROR_UNKNOWN,
132 public static final int ERROR_UNKNOWN = 11; field in ThreadNetworkException
/packages/modules/Connectivity/thread/tests/cts/src/android/net/thread/cts/
DThreadNetworkExceptionTest.java21 import static android.net.thread.ThreadNetworkException.ERROR_UNKNOWN;
62 () -> new ThreadNetworkException(ERROR_UNKNOWN, null /* message */)); in constructor_nullMessage_throwsNullPointerException()
/packages/modules/Virtualization/java/framework/src/android/system/virtualmachine/
DVirtualMachineCallback.java39 ERROR_UNKNOWN,
47 int ERROR_UNKNOWN = 0; field
/packages/services/Telephony/src/com/android/phone/callcomposer/
DCallComposerPictureTransfer.java72 private static final int ERROR_UNKNOWN = 0; field in CallComposerPictureTransfer
294 throw new NetworkAccessException(ERROR_UNKNOWN); in obtainAuthenticateHeader()
346 if (code == ERROR_UNKNOWN || code == ERROR_HTTP_TIMEOUT) { in handleExceptionalCompletion()
355 .ERROR_UNKNOWN; in handleExceptionalCompletion()
360 deliverFailure(TelephonyManager.CallComposerException.ERROR_UNKNOWN); in handleExceptionalCompletion()
464 deliverFailure(TelephonyManager.CallComposerException.ERROR_UNKNOWN);
/packages/apps/Settings/src/com/android/settings/development/
DBluetoothLeAudioDeviceDetailsPreferenceController.java44 static int sLeAudioSupportedStateCache = BluetoothStatusCodes.ERROR_UNKNOWN;
67 if (sLeAudioSupportedStateCache == BluetoothStatusCodes.ERROR_UNKNOWN in isAvailable()
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/service/
DRegistrationBinder.java131 checkedCallback(() -> callback.onError(IGetKeyCallback.Error.ERROR_UNKNOWN, in getKeyWorker()
251 checkedCallback(() -> callback.onError(IGetKeyCallback.Error.ERROR_UNKNOWN, in getKeyThreadWorker()
274 return IGetKeyCallback.Error.ERROR_UNKNOWN; in mapToGetKeyError()
281 return IGetKeyCallback.Error.ERROR_UNKNOWN; in mapToGetKeyError()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHeadset.java831 BluetoothStatusCodes.ERROR_UNKNOWN,
843 BluetoothStatusCodes.ERROR_UNKNOWN,
882 return BluetoothStatusCodes.ERROR_UNKNOWN; in setAudioRouteAllowed()
917 return BluetoothStatusCodes.ERROR_UNKNOWN; in getAudioRouteAllowed()
949 BluetoothStatusCodes.ERROR_UNKNOWN,
999 return BluetoothStatusCodes.ERROR_UNKNOWN; in connectAudio()
1007 BluetoothStatusCodes.ERROR_UNKNOWN,
1050 return BluetoothStatusCodes.ERROR_UNKNOWN; in disconnectAudio()
DBluetoothAdapter.java445 BluetoothStatusCodes.ERROR_UNKNOWN,
514 BluetoothStatusCodes.ERROR_UNKNOWN,
948 BluetoothStatusCodes.ERROR_UNKNOWN,
1903 return BluetoothStatusCodes.ERROR_UNKNOWN; in setScanMode()
1972 return BluetoothStatusCodes.ERROR_UNKNOWN; in setDiscoverableTimeout()
2502 BluetoothStatusCodes.ERROR_UNKNOWN,
2756 proxy.onError(BluetoothStatusCodes.ERROR_UNKNOWN); in requestControllerActivityEnergyInfo()
3853 BluetoothStatusCodes.ERROR_UNKNOWN,
4787 BluetoothStatusCodes.ERROR_UNKNOWN,
4805 case BluetoothStatusCodes.ERROR_UNKNOWN: in disconnectReasonToString()
[all …]
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/exportimport/api/
DUpdateExportSettingsUseCaseTest.kt69 val exception = HealthConnectException(HealthConnectException.ERROR_UNKNOWN) in <lambda>()
82 .isEqualTo(HealthConnectException.ERROR_UNKNOWN) in <lambda>()
DLoadExportSettingsUseCaseTest.kt67 val exception = HealthConnectException(HealthConnectException.ERROR_UNKNOWN) in <lambda>()
76 .isEqualTo(HealthConnectException.ERROR_UNKNOWN) in <lambda>()
DLoadImportStatusUseCaseTest.kt73 val exception = HealthConnectException(HealthConnectException.ERROR_UNKNOWN) in <lambda>()
82 .isEqualTo(HealthConnectException.ERROR_UNKNOWN) in <lambda>()
DLoadScheduledExportStatusUseCaseTest.kt76 val exception = HealthConnectException(HealthConnectException.ERROR_UNKNOWN) in <lambda>()
86 .isEqualTo(HealthConnectException.ERROR_UNKNOWN) in <lambda>()
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/autodelete/api/
DLoadAutoDeleteUseCaseTest.kt81 .thenThrow(HealthConnectException(HealthConnectException.ERROR_UNKNOWN)) in <lambda>()
87 .isEqualTo(HealthConnectException.ERROR_UNKNOWN) in <lambda>()
DUpdateAutoDeleteUseCaseTest.kt109 .thenThrow(HealthConnectException(HealthConnectException.ERROR_UNKNOWN)) in <lambda>()
115 .isEqualTo(HealthConnectException.ERROR_UNKNOWN) in <lambda>()
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DBluetoothLeAudioDeviceDetailsPreferenceControllerTest.java117 mController.sLeAudioSupportedStateCache = BluetoothStatusCodes.ERROR_UNKNOWN; in isAvailable_leAudioSupported()
126 mController.sLeAudioSupportedStateCache = BluetoothStatusCodes.ERROR_UNKNOWN; in isAvailable_leAudioNotSupported()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hal/
DWifiHalAidlImplTest.java105 doThrow(new ServiceSpecificException(WifiStatusCode.ERROR_UNKNOWN)) in testIsStartedServiceSpecificException()
133 doThrow(new ServiceSpecificException(WifiStatusCode.ERROR_UNKNOWN)) in testRegisterEventCallback()

1234