Home
last modified time | relevance | path

Searched refs:mErrorCode (Results 1 – 11 of 11) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/satellite/cts/
DMockSatelliteService.java81 private int mErrorCode = SatelliteResult.SATELLITE_RESULT_SUCCESS; field in MockSatelliteService
172 logd("requestSatelliteListeningEnabled: mErrorCode=" + mErrorCode); in requestSatelliteListeningEnabled()
183 if (mErrorCode != SatelliteResult.SATELLITE_RESULT_SUCCESS) { in requestSatelliteListeningEnabled()
185 runWithExecutor(() -> errorCallback.accept(mErrorCode)); in requestSatelliteListeningEnabled()
203 logd("requestSatelliteEnabled: mErrorCode=" + mErrorCode in requestSatelliteEnabled()
208 if (mErrorCode != SatelliteResult.SATELLITE_RESULT_SUCCESS) { in requestSatelliteEnabled()
210 runWithExecutor(() -> errorCallback.accept(mErrorCode)); in requestSatelliteEnabled()
254 logd("requestIsSatelliteEnabled: mErrorCode=" + mErrorCode); in requestIsSatelliteEnabled()
255 if (mErrorCode != SatelliteResult.SATELLITE_RESULT_SUCCESS) { in requestIsSatelliteEnabled()
257 runWithExecutor(() -> errorCallback.accept(mErrorCode)); in requestIsSatelliteEnabled()
[all …]
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-9308/
Dpoc.cpp36 AAC_DECODER_ERROR mErrorCode = AAC_DEC_OK; member in Codec
70 mErrorCode = aacDecoder_DecodeFrame(mAacDecoderHandle, outputBuf, kMaxOutBufferSize, 0); in decodeFrames()
71 } while (mErrorCode == AAC_DEC_OK); in decodeFrames()
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DEasyConnectStatusCallbackTest.java72 private int mErrorCode; field in EasyConnectStatusCallbackTest
110 mErrorCode = code;
120 mErrorCode = code;
183 assertEquals(EASY_CONNECT_EVENT_FAILURE_TIMEOUT, mErrorCode); in testConfiguratorInitiatorOnFailure()
215 assertEquals(EASY_CONNECT_EVENT_FAILURE_TIMEOUT, mErrorCode); in testEnrolleeInitiatorOnFailure()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9537/
Dpoc.cpp146 AAC_DECODER_ERROR mErrorCode = AAC_DEC_OK; member in Codec
166 mErrorCode = aacDecoder_Fill(mAacDecoderHandle, &data, &inputSize, &valid); in decodeFrames()
167 if (mErrorCode != AAC_DEC_OK) { in decodeFrames()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0451/
Dpoc.cpp40 AAC_DECODER_ERROR mErrorCode = AAC_DEC_OK; member in Codec
60 mErrorCode = aacDecoder_Fill(mAacDecoderHandle, &data, &inputSize, &valid); in decodeFrames()
61 if (mErrorCode != AAC_DEC_OK) { in decodeFrames()
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DNetworkScanApiTest.java100 private int mErrorCode; field in NetworkScanApiTest
258 mErrorCode = error; in onError()
341 + mErrorCode in testRequestNetworkScan()
370 + mErrorCode in testRequestNetworkScanWithRenounce()
398 + mErrorCode in testRequestNetworkScanWithRenounceWithoutChannels()
443 + mErrorCode in requestNetworkScanLocationOffHelper()
607 && ((mErrorCode == NetworkScan.ERROR_MODEM_UNAVAILABLE) in isScanStatusValid()
608 || (mErrorCode == NetworkScan.ERROR_UNSUPPORTED))) { in isScanStatusValid()
DBugreportManagerTest.java307 private int mErrorCode = -1; field in BugreportManagerTest.BugreportCallbackImpl
321 mErrorCode = errorCode; in onError()
337 return (mErrorCode != -1) || mSuccess; in isDone()
341 return mErrorCode; in getErrorCode()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DImmersiveAudioActivity.java71 String mErrorCode; field in ImmersiveAudioActivity
214 mErrorCode = intent.getStringExtra(INTENT_EXTRA_ERRORCODE); in displayIntent()
226 mHtmlFormatter.appendText(INTENT_EXTRA_ERRORCODE + ": " + mErrorCode); in displayIntent()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewSslTest.java951 private int mErrorCode; field in WebViewSslTest.SslErrorWebViewClient
965 mErrorCode = errorCode; in onReceivedError()
971 mErrorCode = 0; in resetCallCounts()
980 return mErrorCode; in onReceivedErrorCode()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DStylusHandwritingTest.java2251 assertThat(callback.mErrorCode).isEqualTo(-1);
2303 assertThat(callback.mErrorCode)
2351 assertThat(callback.mErrorCode)
3338 public int mErrorCode = -1;
3349 mErrorCode = errorCode;
3355 assertThat(mErrorCode).isEqualTo(-1);
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsServiceTest.java340 Integer mErrorCode; field in ImsServiceTest.RcsProvisioningCallbackParams
5201 assertTrue(params.mErrorCode != null && params.mErrorCode == errorCode); in testProvisioningManagerRcsProvisioningChangedCallback()
6517 params.mErrorCode = code;