Home
last modified time | relevance | path

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

12

/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/tests/bluetooth/src/android/bluetooth/cts/
DScanCallbackTest.java104 public void onScanFailed(int errorCode) { in onScanFailed()
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DNsdManagerTest.java141 EventData(String callbackName, int errorCode) { in EventData()
155 private void setEvent(String callbackName, int errorCode) { in setEvent()
/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
DMbmsStreamingTestBase.java64 public void onError(int errorCode, @Nullable String message) { in onError()
DMbmsGroupCallTestBase.java63 public void onError(int errorCode, @Nullable String message) { in onError()
DMbmsGroupCallTest.java45 public void onError(int errorCode, @Nullable String message) { in onError()
DMbmsStreamingServiceTest.java49 public void onError(int errorCode, @Nullable String message) { in onError()
DMbmsDownloadTestBase.java70 public void onError(int errorCode, @Nullable String message) { in onError()
/cts/tests/tests/opengl/src/android/opengl/cts/
DEgl14Utils.java164 int errorCode; in checkGlError() local
/cts/suite/audio_quality/client/src/com/android/cts/audiotest/
DAudioProtocol.java449 private void sendSimpleReplyHeader(int command, int errorCode) throws IOException { in sendSimpleReplyHeader()
454 … private void sendReplyWithData(int cmd, int errorCode, int len, byte[] data) throws IOException { in sendReplyWithData()
/cts/hostsidetests/security/src/android/security/cts/
DFileSystemPermissionTest.java216 int errorCode = p.waitFor(); in execAndCaptureOutput() local
DSELinuxHostTest.java371 int errorCode = p.waitFor(); in sepolicyAnalyzeGetTypesAssociatedWithAttribute() 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/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DInstallUpdateTest.java156 public void onInstallUpdateError(int errorCode, String errorMessage) { in assertUpdateError()
DSystemUpdatePolicyTest.java401 private void validateFreezePeriodsFails(int errorCode, String... dates) { in validateFreezePeriodsFails()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureResultTest.java245 int errorCode = listener.getErrorCode(); in testPartialResult() local
811 private int errorCode = 0; field in CaptureResultTest.TotalAndPartialResultListener
/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/tests/accounts/common/src/android/accounts/cts/common/
DTestAccountAuthenticator.java396 int errorCode = AccountManager.ERROR_CODE_INVALID_RESPONSE; in fillDefaultError() local
/cts/tests/tests/speech/src/android/speech/tts/cts/
DTextToSpeechWrapper.java218 public void onError(String utteranceId, int errorCode) { in onError()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewSslTest.java944 public void onReceivedError(WebView view, int errorCode, String description, in onReceivedError()
DWebViewClientTest.java917 public void onReceivedError(WebView view, int errorCode, in onReceivedError()
/cts/tests/tests/media/src/android/media/cts/
DMediaCodecTest.java1825 int errorCode = CryptoException.ERROR_KEY_EXPIRED; in testCryptoException() local

12