Home
last modified time | relevance | path

Searched defs:errorCode (Results 1 – 25 of 49) 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.java221 Integer errorCode = error.poll(TIMEOUT, TimeUnit.MILLISECONDS); in testSatelliteTransmissionUpdates() local
283 Integer errorCode; in testProvisionSatelliteService() local
342 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in testRequestIsSatelliteProvisioned() local
382 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in testRequestIsSatelliteEnabled() local
408 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in testRequestIsSatelliteSupported() local
445 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in testRequestSatelliteCapabilities() local
540 Integer errorCode; in testSatelliteModemStateChanged() local
645 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in testRequestIsSatelliteCommunicationAllowedForCurrentLocation() local
669 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in testRequestTimeForNextSatelliteVisibility() local
694 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in testRequestSelectedNbIotSatelliteSubscriptionId() local
[all …]
DSatelliteManagerTestBase.java193 protected int errorCode; field in SatelliteManagerTestBase.SatelliteTransmissionUpdateCallbackTest.DatagramStateChangeArgument
198 DatagramStateChangeArgument(int state, int pendingCount, int errorCode) { in DatagramStateChangeArgument()
205 … DatagramStateChangeArgument(int datagramType, int state, int pendingCount, int errorCode) { in DatagramStateChangeArgument()
255 public void onSendDatagramStateChanged(int state, int sendPendingCount, int errorCode) { in onSendDatagramStateChanged()
266 int datagramType, int state, int sendPendingCount, int errorCode) { in onSendDatagramStateChanged()
283 int state, int receivePendingCount, int errorCode) { in onReceiveDatagramStateChanged()
1113 Integer errorCode; in provisionSatellite() local
1132 Integer errorCode; in deprovisionSatellite() local
1148 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in isSatelliteProvisioned() local
1193 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in isSatelliteEnabled() local
[all …]
DSatelliteManagerTestOnMockService.java605 Integer errorCode; in testProvisionSatelliteService() local
1088 Integer errorCode; in testSendKeepAliveDatagramInNotConnectedState() local
1159 Integer errorCode; in sendDatagramWithoutResponse() local
1270 Integer errorCode; in verifyNbIotStateTransitionsWithTransferringFailureOnIdle() local
1346 Integer errorCode; in verifyNbIotStateTransitionsWithSendingAborted() local
1688 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in testRequestSatelliteCapabilities() local
1783 Integer errorCode; in testSendSatelliteDatagram_failure() local
1851 Integer errorCode; in testSendMultipleSatelliteDatagrams_success() local
2008 Integer errorCode; in testSendMultipleSatelliteDatagrams_failure() local
2188 Integer errorCode; in testReceiveMultipleSatelliteDatagrams() 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/display/
DDisplayHashManagerTest.java213 int errorCode = mSyncDisplayHashResultCallback.getError(); in testGenerateAndVerifyDisplayHash_EmptyBounds() local
242 int errorCode = mSyncDisplayHashResultCallback.getError(); in testGenerateDisplayHash_BoundsOutOfView() local
271 int errorCode = mSyncDisplayHashResultCallback.getError(); in testGenerateDisplayHash_ViewOffscreen() local
338 int errorCode = mSyncDisplayHashResultCallback.getError(); in testGenerateDisplayHash_WindowOffscreen() local
348 int errorCode = mSyncDisplayHashResultCallback.getError(); in testGenerateDisplayHash_InvalidHashAlgorithm() local
410 int errorCode = mSyncDisplayHashResultCallback.getError(); in testGenerateDisplayHash_Throttle() local
583 public void onDisplayHashError(int errorCode) { in onDisplayHashError()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DBrailleDisplayControllerTest.java404 final AtomicInteger errorCode = new AtomicInteger(0); in expectConnectionFailed() local
514 int errorCode = expectConnectionFailed(mController, mExecutor, mBluetoothDevice1); in connect_wrongBusType_returnsNotFoundError() local
534 int errorCode = expectConnectionFailed(mController, mExecutor, mBluetoothDevice1); in connect_wrongUniq_returnsNotFoundError() local
556 int errorCode = expectConnectionFailed(mController, mExecutor, mBluetoothDevice1); in connect_nonBrailleDisplayDescriptor_returnsNotFoundError() local
605 int errorCode = expectConnectionFailed(mController, mExecutor, mBluetoothDevice1); in connect_multipleIdenticalDevices_returnsNotFoundError() local
634 int errorCode = expectConnectionFailed(mController, mExecutor, mBluetoothDevice1); in connect_multipleServicesSameBrailleDisplay_returnsNotFoundError() local
676 int errorCode = expectConnectionFailed(mController, mExecutor, mBluetoothDevice1); in connect_unableToGetHidrawNodePaths_returnsCannotAccessError() local
697 int errorCode = expectConnectionFailed(mController, mExecutor, mBluetoothDevice1); in connect_unableToGetReportDescriptor_returnsErrors() local
/cts/hostsidetests/biometrics/app/src/android/server/biometrics/cts/app/
DTestAuthCallback.java44 public void onAuthenticationError(int errorCode, CharSequence errString) { in onAuthenticationError()
/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
DMbmsStreamingTestBase.java73 public void onError(int errorCode, @Nullable String message) { in onError()
DMbmsDownloadTestBase.java78 public void onError(int errorCode, @Nullable String message) { in onError()
DMbmsGroupCallTest.java45 public void onError(int errorCode, @Nullable String message) { in onError()
DMbmsGroupCallTestBase.java72 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/util/
DFingerprintCallbackHelper.java87 public void onAuthenticationError(int errorCode, CharSequence errString) { in onAuthenticationError()
/cts/tests/framework/base/biometrics/src/android/server/biometrics/util/
DBiometricCallbackHelper.java96 public void onAuthenticationError(int errorCode, CharSequence errString) { in onAuthenticationError()
/cts/tests/tests/security/CameraPermissionTestApp/jni/
Dandroid_security_cts_camera_open_CameraOpener.cpp232 void signalStoppedRepeating(int errorCode) { in signalStoppedRepeating()
282 static void onErrorStatic(void* obj, ACameraDevice* device, int errorCode) { in onErrorStatic()
299 void onError(ACameraDevice* /*device*/, int errorCode) { in onError()
/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.java107 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.java489 int errorCode = AccountManager.ERROR_CODE_INVALID_RESPONSE; in fillResultWithError() local
517 int errorCode = AccountManager.ERROR_CODE_INVALID_RESPONSE; in isCredentialsUpdateSuggested() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureResultTest.java250 int errorCode = listener.getErrorCode(); in testPartialResult() local
930 private int errorCode = 0; field in CaptureResultTest.TotalAndPartialResultListener

12