Home
last modified time | relevance | path

Searched refs:ERROR_CODE (Results 1 – 25 of 35) sorted by relevance

12

/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/provisioning/
H A DAdminIntegratedFlowPrepareControllerTest.java65 private static final int ERROR_CODE = 0; field in AdminIntegratedFlowPrepareControllerTest
86 assertThat(mController.getRequireFactoryReset(mTask, ERROR_CODE)).isFalse(); in getRequireFactoryReset_deviceProvisioned_returnsFalse()
94 assertThat(mController.getRequireFactoryReset(mTask, ERROR_CODE)).isFalse(); in getRequireFactoryReset_isPersonallyOwned_returnsFalse()
101 assertThat(mController.getRequireFactoryReset(mWifiTask, ERROR_CODE)).isFalse(); in getRequireFactoryReset_isWifiNetworkTask_returnsFalse()
108 assertThat(mController.getRequireFactoryReset(mTask, ERROR_CODE)).isTrue(); in getRequireFactoryReset_works()
/aosp12/frameworks/av/media/codecs/mp3dec/include/
H A Dpvmp3decoder_api.h94 typedef enum ERROR_CODE enum
110 } ERROR_CODE; typedef
246 ERROR_CODE pvmp3_framedecoder(tPVMP3DecoderExternal *pExt,
/aosp12/frameworks/av/media/codecs/mp3dec/test/
H A DMp3DecoderTest.cpp60 ERROR_CODE DecodeFrames(void *decoderbuf, SNDFILE *outFileHandle, SF_INFO sfInfo,
65 ERROR_CODE Mp3DecoderTest::DecodeFrames(void *decoderBuf, SNDFILE *outFileHandle, SF_INFO sfInfo, in DecodeFrames()
70 ERROR_CODE decoderErr; in DecodeFrames()
133 ERROR_CODE decoderErr = DecodeFrames(decoderBuf, outFileHandle, sfInfo); in TEST_P()
164 ERROR_CODE decoderErr; in TEST_P()
H A Dmp3dec_test.cpp112 ERROR_CODE decoderErr; in main()
/aosp12/frameworks/av/media/codecs/mp3dec/src/
H A Dpvmp3_seek_synch.h91 ERROR_CODE pvmp3_frame_synch(tPVMP3DecoderExternal *pExt,
94 ERROR_CODE pvmp3_header_sync(tmp3Bits *inputStream);
H A Dpvmp3_seek_synch.cpp130 ERROR_CODE pvmp3_frame_synch(tPVMP3DecoderExternal *pExt, in pvmp3_frame_synch()
134 ERROR_CODE err; in pvmp3_frame_synch()
282 ERROR_CODE pvmp3_header_sync(tmp3Bits *inputStream) in pvmp3_header_sync()
H A Dpvmp3_decode_header.cpp115 ERROR_CODE pvmp3_decode_header(tmp3Bits *inputStream, in pvmp3_decode_header()
120 ERROR_CODE err = NO_DECODING_ERROR; in pvmp3_decode_header()
H A Dpvmp3_decode_header.h89 ERROR_CODE pvmp3_decode_header(tmp3Bits *inputStream,
H A Dpvmp3_get_side_info.h89 ERROR_CODE pvmp3_get_side_info(tmp3Bits *inputStream,
H A Dpvmp3_framedecoder.h90 ERROR_CODE pvmp3_framedecoder(tPVMP3DecoderExternal *pExt,
H A Dpvmp3_framedecoder.cpp157 ERROR_CODE pvmp3_framedecoder(tPVMP3DecoderExternal *pExt, in pvmp3_framedecoder()
161 ERROR_CODE errorCode = NO_DECODING_ERROR; in pvmp3_framedecoder()
H A Dpvmp3_get_side_info.cpp115 ERROR_CODE pvmp3_get_side_info(tmp3Bits *inputStream, in pvmp3_get_side_info()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/mschapv2/
H A DEapMsChapV2FailureRequestTest.java23 … static com.android.internal.net.eap.test.message.mschapv2.EapMsChapV2PacketDefinitions.ERROR_CODE;
69 assertEquals(ERROR_CODE, failureRequest.errorCode); in testDecodeFailureRequest()
87 assertEquals(ERROR_CODE, failureRequest.errorCode); in testDecodeFailureRequestMissingMessage()
107 assertEquals(ERROR_CODE, failureRequest.errorCode); in testDecodeFailureRequestMissingMessageWithSpace()
161 ERROR_CODE, in testEncodeFails()
H A DEapMsChapV2PacketDefinitions.java137 public static final int ERROR_CODE = 647; // account disabled field in EapMsChapV2PacketDefinitions
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/simaka/attributes/
H A DAtClientErrorCodeTest.java23 …com.android.internal.net.eap.test.message.simaka.attributes.EapTestAttributeDefinitions.ERROR_CODE;
61 assertEquals(hexStringToInt(ERROR_CODE), atClientErrorCode.errorCode); in testDecode()
77 EXPECTED_LENGTH, hexStringToInt(ERROR_CODE)); in testEncode()
H A DEapTestAttributeDefinitions.java65 public static final String ERROR_CODE = "0001"; field in EapTestAttributeDefinitions
66 public static final byte[] AT_CLIENT_ERROR_CODE = hexStringToByteArray("1601" + ERROR_CODE);
/aosp12/build/make/tools/product_config/test/com/android/build/config/
H A DTestErrors.java29 public static final int ERROR_CODE = 1; field in TestErrors
31 public final Category ERROR = new Category(ERROR_CODE, true, Level.ERROR,
/aosp12/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/loader/
H A DTmaMediaEventReader.java51 ERROR_CODE, enumConstant
88 getEnum(json, Keys.ERROR_CODE, mErrorCodes, StateErrorCode.UNKNOWN_ERROR), in fromJson()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/
H A DEapMsChapV2ValidateAuthenticatorStateTest.java32 … static com.android.internal.net.eap.test.message.mschapv2.EapMsChapV2PacketDefinitions.ERROR_CODE;
133 ERROR_CODE, in testProcessFailureRequest()
/aosp12/frameworks/av/media/codecs/mp3dec/fuzzer/
H A Dmp3_dec_fuzzer.cpp202 ERROR_CODE decoderErr; in decodeFrames()
/aosp12/frameworks/base/core/java/android/provider/
H A DTelephony.java275 public static final String ERROR_CODE = "error_code"; field
568 values.put(ERROR_CODE, error); in moveMessageToFolder()
3461 public static final String ERROR_CODE = "err_code"; field in Telephony.MmsSms.PendingMessages
/aosp12/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp350 ERROR_CODE decoderErr; in onQueueFilled()
/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsSmsDatabaseHelper.java880 " " + PendingMessages.ERROR_CODE + "," + in createMmsTriggers()
903 " " + PendingMessages.ERROR_CODE + "," + in createMmsTriggers()
1138 PendingMessages.ERROR_CODE + " INTEGER," + in createCommonTables()
/aosp12/frameworks/av/media/codec2/components/mp3/
H A DC2SoftMp3Dec.cpp412 ERROR_CODE decoderErr; in process()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DUtils.java950 values.put(Telephony.Sms.ERROR_CODE, 0); in moveMessageToFolder()

12