/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ |
D | IpMemoryStoreClient.java | 97 () -> 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/ |
D | RkpProxyException.java | 39 public static final int ERROR_UNKNOWN = 0; field in RkpProxyException 66 value = {ERROR_UNKNOWN, 115 case ERROR_UNKNOWN: in errorString()
|
D | RegistrationProxy.java | 350 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/ |
D | ProfilingManager.java | 226 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()
|
D | ProfilingResult.java | 71 public static final int ERROR_UNKNOWN = 8; field in ProfilingResult 82 ERROR_UNKNOWN,
|
/packages/modules/Connectivity/remoteauth/service/java/com/android/server/remoteauth/connectivity/ |
D | Connection.java | 31 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/ |
D | ScanCallback.java | 40 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/ |
D | HealthConnectException.java | 28 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/ |
D | RkpProxyExceptionTest.java | 50 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/ |
D | ThreadNetworkException.java | 50 ERROR_UNKNOWN, 132 public static final int ERROR_UNKNOWN = 11; field in ThreadNetworkException
|
/packages/modules/Connectivity/thread/tests/cts/src/android/net/thread/cts/ |
D | ThreadNetworkExceptionTest.java | 21 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/ |
D | VirtualMachineCallback.java | 39 ERROR_UNKNOWN, 47 int ERROR_UNKNOWN = 0; field
|
/packages/services/Telephony/src/com/android/phone/callcomposer/ |
D | CallComposerPictureTransfer.java | 72 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/ |
D | BluetoothLeAudioDeviceDetailsPreferenceController.java | 44 static int sLeAudioSupportedStateCache = BluetoothStatusCodes.ERROR_UNKNOWN; 67 if (sLeAudioSupportedStateCache == BluetoothStatusCodes.ERROR_UNKNOWN in isAvailable()
|
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/service/ |
D | RegistrationBinder.java | 131 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/ |
D | BluetoothHeadset.java | 831 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()
|
D | BluetoothAdapter.java | 445 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/ |
D | UpdateExportSettingsUseCaseTest.kt | 69 val exception = HealthConnectException(HealthConnectException.ERROR_UNKNOWN) in <lambda>() 82 .isEqualTo(HealthConnectException.ERROR_UNKNOWN) in <lambda>()
|
D | LoadExportSettingsUseCaseTest.kt | 67 val exception = HealthConnectException(HealthConnectException.ERROR_UNKNOWN) in <lambda>() 76 .isEqualTo(HealthConnectException.ERROR_UNKNOWN) in <lambda>()
|
D | LoadImportStatusUseCaseTest.kt | 73 val exception = HealthConnectException(HealthConnectException.ERROR_UNKNOWN) in <lambda>() 82 .isEqualTo(HealthConnectException.ERROR_UNKNOWN) in <lambda>()
|
D | LoadScheduledExportStatusUseCaseTest.kt | 76 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/ |
D | LoadAutoDeleteUseCaseTest.kt | 81 .thenThrow(HealthConnectException(HealthConnectException.ERROR_UNKNOWN)) in <lambda>() 87 .isEqualTo(HealthConnectException.ERROR_UNKNOWN) in <lambda>()
|
D | UpdateAutoDeleteUseCaseTest.kt | 109 .thenThrow(HealthConnectException(HealthConnectException.ERROR_UNKNOWN)) in <lambda>() 115 .isEqualTo(HealthConnectException.ERROR_UNKNOWN) in <lambda>()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/ |
D | BluetoothLeAudioDeviceDetailsPreferenceControllerTest.java | 117 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/ |
D | WifiHalAidlImplTest.java | 105 doThrow(new ServiceSpecificException(WifiStatusCode.ERROR_UNKNOWN)) in testIsStartedServiceSpecificException() 133 doThrow(new ServiceSpecificException(WifiStatusCode.ERROR_UNKNOWN)) in testRegisterEventCallback()
|