| /cts/hostsidetests/hdmicec/src/android/hdmicec/cts/error/ |
| D | CecClientWrapperException.java | 25 private ErrorCodes errorCode; field in CecClientWrapperException 27 public CecClientWrapperException(ErrorCodes errorCode) { in CecClientWrapperException() 32 public CecClientWrapperException(ErrorCodes errorCode, String messageToBeAppend) { in CecClientWrapperException() 38 ErrorCodes errorCode, Throwable cause, String messageToBeAppend) { in CecClientWrapperException() 43 public CecClientWrapperException(ErrorCodes errorCode, Throwable cause) { in CecClientWrapperException()
|
| /cts/tests/tests/telephony/current/src/android/telephony/satellite/cts/ |
| D | SatelliteManagerTest.java | 190 Integer errorCode = error.poll(TIMEOUT, TimeUnit.MILLISECONDS); in testSatelliteTransmissionUpdates() local 252 Integer errorCode; in testProvisionSatelliteService() local 311 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in testRequestIsSatelliteProvisioned() local 349 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in testRequestIsSatelliteEnabled() local 375 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in testRequestIsSatelliteSupported() local 412 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in testRequestSatelliteCapabilities() local 503 Integer errorCode; in testSatelliteModemStateChanged() local 606 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in testRequestIsSatelliteCommunicationAllowedForCurrentLocation() local 630 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in testRequestTimeForNextSatelliteVisibility() local
|
| D | SatelliteManagerTestOnMockService.java | 294 Integer errorCode; in testProvisionSatelliteService() local 528 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in testRequestSatelliteCapabilities() local 625 Integer errorCode; in testSendSatelliteDatagram_failure() local 695 Integer errorCode; in testSendMultipleSatelliteDatagrams_success() local 834 Integer errorCode; in testSendMultipleSatelliteDatagrams_failure() local 996 Integer errorCode; in testReceiveMultipleSatelliteDatagrams() local 1098 Integer errorCode; in testReceiveSatellitePositionUpdate() local 1141 Integer errorCode; in testReceiveMultipleSatellitePositionUpdates() local 1308 Integer errorCode; in testSendSatelliteDatagram_DemoMode_failure() local 1605 Integer errorCode; in testSendSatelliteDatagram_DemoMode_not_Aligned() local [all …]
|
| D | SatelliteManagerTestBase.java | 148 protected int errorCode; field in SatelliteManagerTestBase.SatelliteTransmissionUpdateCallbackTest.DatagramStateChangeArgument 150 DatagramStateChangeArgument(int state, int pendingCount, int errorCode) { in DatagramStateChangeArgument() 195 public void onSendDatagramStateChanged(int state, int sendPendingCount, int errorCode) { in onSendDatagramStateChanged() 212 int state, int receivePendingCount, int errorCode) { in onReceiveDatagramStateChanged() 634 Integer errorCode; in provisionSatellite() local 653 Integer errorCode; in deprovisionSatellite() local 669 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in isSatelliteProvisioned() local 709 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in isSatelliteEnabled() local 750 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in isSatelliteDemoModeEnabled() local 792 Integer errorCode; in requestSatelliteEnabled() local [all …]
|
| /cts/tests/tests/telephony/current/EmbmsMiddlewareTestApp/aidl/android/telephony/cts/embmstestapp/ |
| D | ICtsStreamingMiddlewareControl.aidl | 31 void fireErrorOnStream(int errorCode, String message); in fireErrorOnStream() 33 void fireErrorOnSession(int errorCode, String message); in fireErrorOnSession()
|
| D | ICtsGroupCallMiddlewareControl.aidl | 31 void fireErrorOnGroupCall(int errorCode, String message); in fireErrorOnGroupCall() 33 void fireErrorOnSession(int errorCode, String message); in fireErrorOnSession()
|
| D | ICtsDownloadMiddlewareControl.aidl | 33 void fireErrorOnSession(int errorCode, String message); in fireErrorOnSession()
|
| /cts/tests/framework/base/windowmanager/src/android/server/wm/ |
| D | DisplayHashManagerTest.java | 191 int errorCode = mSyncDisplayHashResultCallback.getError(); in testGenerateAndVerifyDisplayHash_EmptyBounds() local 219 int errorCode = mSyncDisplayHashResultCallback.getError(); in testGenerateDisplayHash_BoundsOutOfView() local 248 int errorCode = mSyncDisplayHashResultCallback.getError(); in testGenerateDisplayHash_ViewOffscreen() local 307 int errorCode = mSyncDisplayHashResultCallback.getError(); in testGenerateDisplayHash_WindowOffscreen() local 317 int errorCode = mSyncDisplayHashResultCallback.getError(); in testGenerateDisplayHash_InvalidHashAlgorithm() local 379 int errorCode = mSyncDisplayHashResultCallback.getError(); in testGenerateDisplayHash_Throttle() local 537 public void onDisplayHashError(int errorCode) { in onDisplayHashError()
|
| /cts/hostsidetests/biometrics/app/src/android/server/biometrics/cts/app/ |
| D | TestAuthCallback.java | 44 public void onAuthenticationError(int errorCode, CharSequence errString) { in onAuthenticationError()
|
| /cts/tests/tests/bluetooth/src/android/bluetooth/cts/ |
| D | ScanCallbackTest.java | 128 public void onScanFailed(int errorCode) { in onScanFailed()
|
| /cts/tests/tests/telephony/current/src/android/telephony/embms/cts/ |
| D | MbmsStreamingTestBase.java | 64 public void onError(int errorCode, @Nullable String message) { in onError()
|
| D | MbmsGroupCallTest.java | 45 public void onError(int errorCode, @Nullable String message) { in onError()
|
| D | MbmsDownloadTestBase.java | 70 public void onError(int errorCode, @Nullable String message) { in onError()
|
| D | MbmsGroupCallTestBase.java | 63 public void onError(int errorCode, @Nullable String message) { in onError()
|
| D | MbmsStreamingServiceTest.java | 49 public void onError(int errorCode, @Nullable String message) { in onError()
|
| /cts/tests/framework/base/biometrics/src/android/server/biometrics/fingerprint/ |
| D | FingerprintCallbackHelper.java | 87 public void onAuthenticationError(int errorCode, CharSequence errString) { in onAuthenticationError()
|
| /cts/tests/framework/base/biometrics/src/android/server/biometrics/ |
| D | BiometricCallbackHelper.java | 96 public void onAuthenticationError(int errorCode, CharSequence errString) { in onAuthenticationError()
|
| /cts/tests/tests/opengl/src/android/opengl/cts/ |
| D | Egl14Utils.java | 173 int errorCode; in checkGlError() local
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
| D | BleScannerService.java | 223 public void onScanFailed(int errorCode) { in onScanFailed()
|
| D | BleAdvertiserService.java | 291 public void onStartFailure(int errorCode) { in onStartFailure()
|
| /cts/tests/tests/wifi/src/android/net/wifi/nl80211/cts/ |
| D | WifiNl80211ManagerTest.java | 108 public void onScanFailed(int errorCode) { in onScanFailed()
|
| /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/systemupdate/ |
| D | InstallUpdateTest.java | 184 AtomicInteger errorCode = new AtomicInteger(); in assertUpdateError() local
|
| /cts/tests/tests/accounts/src/android/accounts/cts/ |
| D | MockAccountAuthenticator.java | 486 int errorCode = AccountManager.ERROR_CODE_INVALID_RESPONSE; in fillResultWithError() local 514 int errorCode = AccountManager.ERROR_CODE_INVALID_RESPONSE; in isCredentialsUpdateSuggested() local
|
| /cts/tests/camera/src/android/hardware/camera2/cts/ |
| D | CaptureResultTest.java | 249 int errorCode = listener.getErrorCode(); in testPartialResult() local 892 private int errorCode = 0; field in CaptureResultTest.TotalAndPartialResultListener
|
| /cts/tests/tests/accounts/common/src/android/accounts/cts/common/ |
| D | TestAccountAuthenticator.java | 396 int errorCode = AccountManager.ERROR_CODE_INVALID_RESPONSE; in fillDefaultError() local
|