/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 | 221 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 …]
|
D | SatelliteManagerTestBase.java | 193 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 …]
|
D | SatelliteManagerTestOnMockService.java | 605 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/ |
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/display/ |
D | DisplayHashManagerTest.java | 213 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/ |
D | BrailleDisplayControllerTest.java | 404 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/ |
D | TestAuthCallback.java | 44 public void onAuthenticationError(int errorCode, CharSequence errString) { in onAuthenticationError()
|
/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/ |
D | MbmsStreamingTestBase.java | 73 public void onError(int errorCode, @Nullable String message) { in onError()
|
D | MbmsDownloadTestBase.java | 78 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 | MbmsGroupCallTestBase.java | 72 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/util/ |
D | FingerprintCallbackHelper.java | 87 public void onAuthenticationError(int errorCode, CharSequence errString) { in onAuthenticationError()
|
/cts/tests/framework/base/biometrics/src/android/server/biometrics/util/ |
D | BiometricCallbackHelper.java | 96 public void onAuthenticationError(int errorCode, CharSequence errString) { in onAuthenticationError()
|
/cts/tests/tests/security/CameraPermissionTestApp/jni/ |
D | android_security_cts_camera_open_CameraOpener.cpp | 232 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/ |
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 | 107 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 | 489 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/ |
D | CaptureResultTest.java | 250 int errorCode = listener.getErrorCode(); in testPartialResult() local 930 private int errorCode = 0; field in CaptureResultTest.TotalAndPartialResultListener
|