Home
last modified time | relevance | path

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

12

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/error/
DCecClientWrapperException.java25 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/
DSatelliteManagerTest.java190 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
DSatelliteManagerTestOnMockService.java294 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 …]
DSatelliteManagerTestBase.java148 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/
DICtsStreamingMiddlewareControl.aidl31 void fireErrorOnStream(int errorCode, String message); in fireErrorOnStream()
33 void fireErrorOnSession(int errorCode, String message); in fireErrorOnSession()
DICtsGroupCallMiddlewareControl.aidl31 void fireErrorOnGroupCall(int errorCode, String message); in fireErrorOnGroupCall()
33 void fireErrorOnSession(int errorCode, String message); in fireErrorOnSession()
DICtsDownloadMiddlewareControl.aidl33 void fireErrorOnSession(int errorCode, String message); in fireErrorOnSession()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DDisplayHashManagerTest.java191 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/
DTestAuthCallback.java44 public void onAuthenticationError(int errorCode, CharSequence errString) { in onAuthenticationError()
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DScanCallbackTest.java128 public void onScanFailed(int errorCode) { in onScanFailed()
/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
DMbmsStreamingTestBase.java64 public void onError(int errorCode, @Nullable String message) { in onError()
DMbmsGroupCallTest.java45 public void onError(int errorCode, @Nullable String message) { in onError()
DMbmsDownloadTestBase.java70 public void onError(int errorCode, @Nullable String message) { in onError()
DMbmsGroupCallTestBase.java63 public void onError(int errorCode, @Nullable String message) { in onError()
DMbmsStreamingServiceTest.java49 public void onError(int errorCode, @Nullable String message) { in onError()
/cts/tests/framework/base/biometrics/src/android/server/biometrics/fingerprint/
DFingerprintCallbackHelper.java87 public void onAuthenticationError(int errorCode, CharSequence errString) { in onAuthenticationError()
/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DBiometricCallbackHelper.java96 public void onAuthenticationError(int errorCode, CharSequence errString) { in onAuthenticationError()
/cts/tests/tests/opengl/src/android/opengl/cts/
DEgl14Utils.java173 int errorCode; in checkGlError() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleScannerService.java223 public void onScanFailed(int errorCode) { in onScanFailed()
DBleAdvertiserService.java291 public void onStartFailure(int errorCode) { in onStartFailure()
/cts/tests/tests/wifi/src/android/net/wifi/nl80211/cts/
DWifiNl80211ManagerTest.java108 public void onScanFailed(int errorCode) { in onScanFailed()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/systemupdate/
DInstallUpdateTest.java184 AtomicInteger errorCode = new AtomicInteger(); in assertUpdateError() local
/cts/tests/tests/accounts/src/android/accounts/cts/
DMockAccountAuthenticator.java486 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/
DCaptureResultTest.java249 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/
DTestAccountAuthenticator.java396 int errorCode = AccountManager.ERROR_CODE_INVALID_RESPONSE; in fillDefaultError() local

12