/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/mqtt/ |
H A D | MqttException.java | 14 private int errorCode; field in MqttException 27 public MqttException(int errorCode) { in MqttException()
|
/aosp_15_r20/external/libchrome/base/android/java/src/org/chromium/base/library_loader/ |
H A D | ProcessInitException.java | 16 public ProcessInitException(int errorCode) { in ProcessInitException() 24 public ProcessInitException(int errorCode, Throwable throwable) { in ProcessInitException()
|
/aosp_15_r20/frameworks/base/core/java/android/webkit/ |
H A D | LegacyErrorStrings.java | 36 static String getString(int errorCode, Context context) { in getString() 44 private static int getResource(int errorCode) { in getResource()
|
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/http/ |
H A D | Http2Stream.java | 27 public void resetStream(final Http2ClientConnection.Http2ErrorCode errorCode) { in resetStream() 37 private static native void http2StreamResetStream(long http_stream, int errorCode); in http2StreamResetStream()
|
/aosp_15_r20/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/ |
H A D | OkHttpServerTransport.java | 330 ErrorCode errorCode, String moreDetail, Status reason, boolean rstStreams) { in abruptShutdown() 873 public void rstStream(int streamId, ErrorCode errorCode) { in rstStream() 952 public void goAway(int lastGoodStreamId, ErrorCode errorCode, ByteString debugData) { in goAway() 1012 private void connectionError(ErrorCode errorCode, String moreDetail) { in connectionError() 1022 private void streamError(int streamId, ErrorCode errorCode, String reason) { in streamError()
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | messageformat2test_fromjson.cpp | 38 void TestMessageFormat2::jsonTests(IcuTestErrorCode& errorCode) { in jsonTests() 579 void TestMessageFormat2::runSpecTests(IcuTestErrorCode& errorCode) { in runSpecTests()
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/errorlogging/ |
D | ErrorLogUtil.java | 31 public static void e(Throwable tr, int errorCode, int ppapiName) { in e() 36 public static void e(int errorCode, int ppapiName) { in e()
|
/aosp_15_r20/frameworks/base/keystore/java/android/security/ |
H A D | KeyStoreException.java | 265 private static int initializeRkpStatusForRegularErrors(int errorCode) { in initializeRkpStatusForRegularErrors() 280 public KeyStoreException(int errorCode, @Nullable String message) { in KeyStoreException() 289 public KeyStoreException(int errorCode, @Nullable String message, in KeyStoreException() 300 public KeyStoreException(int errorCode, @Nullable String message, int rkpStatus) { in KeyStoreException() 440 public final int errorCode; field in KeyStoreException.PublicErrorInformation 442 PublicErrorInformation(int indicators, @PublicErrorCode int errorCode) { in PublicErrorInformation()
|
/aosp_15_r20/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/ |
H A D | UpdateEngineErrorCodes.java | 76 public static boolean isUpdateSucceeded(int errorCode) { in isUpdateSucceeded() 83 public static String getCodeName(int errorCode) { in getCodeName()
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/normperf/ |
H A D | simplenormperf.cpp | 255 UErrorCode errorCode = U_ZERO_ERROR; in call() local 291 UErrorCode errorCode = U_ZERO_ERROR; in call() local 309 UErrorCode errorCode = U_ZERO_ERROR; in main() local
|
/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/le/ |
D | BluetoothLeScanner.java | 649 public void onScanManagerErrorCallback(final int errorCode) { in onScanManagerErrorCallback() 662 private int postCallbackErrorOrReturn(final ScanCallback callback, final int errorCode) { in postCallbackErrorOrReturn() 672 private void postCallbackError(final ScanCallback callback, final int errorCode) { in postCallbackError()
|
/aosp_15_r20/external/icu/icu4c/source/test/perf/normperf/ |
H A D | simplenormperf.cpp | 255 UErrorCode errorCode = U_ZERO_ERROR; in call() local 291 UErrorCode errorCode = U_ZERO_ERROR; in call() local 309 UErrorCode errorCode = U_ZERO_ERROR; in main() local
|
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/ |
H A D | IceCandidateErrorEvent.java | 27 public final int errorCode; field in IceCandidateErrorEvent 36 String address, int port, String url, int errorCode, String errorText) { in IceCandidateErrorEvent()
|
/aosp_15_r20/external/lzma/CPP/Windows/ |
H A D | ErrorMsg.cpp | 20 static bool MyFormatMessage(DWORD errorCode, UString &message) in MyFormatMessage() 110 UString MyFormatMessage(DWORD errorCode) in MyFormatMessage()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/opt/net/voip/voip-common/android_common/javac/ |
D | voip-common.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/net/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/opt/net/voip/voip-common/android_common/repackaged-jarjar/javac/ |
D | voip-common.jar | com/android/server/sip/SipWakeupTimer.class
SipWakeupTimer.java
package com.android. ... |
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SMSDispatcher.java | 1229 int errorCode = (smsResponse != null) ? smsResponse.mErrorCode : NO_ERROR_CODE; in handleSendComplete() local 1256 int errorCode = (smsResponse != null) ? smsResponse.mErrorCode : NO_ERROR_CODE; in handleSendComplete() local 2485 int errorCode) { in handleSmsTrackersFailure() 2722 private void updateMessageState(Context context, int messageType, int errorCode) { in updateMessageState() 2776 private Uri persistSentMessageIfRequired(Context context, int messageType, int errorCode) { in persistSentMessageIfRequired() 2829 private void persistOrUpdateMessage(Context context, int messageType, int errorCode) { in persistOrUpdateMessage() 2845 public void onFailed(Context context, int error, int errorCode) { in onFailed() 2888 private void reportAnomaly(int error, int errorCode) { in reportAnomaly() 2907 private UUID generateUUID(int error, int errorCode) { in generateUUID()
|
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
H A D | Spdy3.java | 218 ErrorCode errorCode = ErrorCode.fromSpdy3Rst(errorCodeInt); in readRstStream() local 253 ErrorCode errorCode = ErrorCode.fromSpdyGoAway(errorCodeInt); in readGoAway() local 371 @Override public synchronized void rstStream(int streamId, ErrorCode errorCode) in rstStream() 453 @Override public synchronized void goAway(int lastGoodStreamId, ErrorCode errorCode, in goAway()
|
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/ |
H A D | Spdy3.java | 220 ErrorCode errorCode = ErrorCode.fromSpdy3Rst(errorCodeInt); in readRstStream() local 255 ErrorCode errorCode = ErrorCode.fromSpdyGoAway(errorCodeInt); in readGoAway() local 373 @Override public synchronized void rstStream(int streamId, ErrorCode errorCode) in rstStream() 455 @Override public synchronized void goAway(int lastGoodStreamId, ErrorCode errorCode, in goAway()
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/android/include/external/icu/icu4c/source/common/ |
H A D | charstrmap.h | 25 CharStringMap(int32_t size, UErrorCode &errorCode) { in CharStringMap() 45 void put(const char *key, const char *value, UErrorCode &errorCode) { in put()
|
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/satellite/ |
H A D | ISatelliteTransmissionUpdateCallback.aidl | 35 int errorCode); in onSendDatagramStateChanged() 44 void onReceiveDatagramStateChanged(int state, int receivePendingCount, int errorCode); in onReceiveDatagramStateChanged()
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | charstrmap.h | 25 CharStringMap(int32_t size, UErrorCode &errorCode) { in CharStringMap() 45 void put(const char *key, const char *value, UErrorCode &errorCode) { in put()
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_bionic/include/external/icu/icu4c/source/common/ |
H A D | charstrmap.h | 25 CharStringMap(int32_t size, UErrorCode &errorCode) { in CharStringMap() 45 void put(const char *key, const char *value, UErrorCode &errorCode) { in put()
|
/aosp_15_r20/external/icu/libicu/cts_headers/ |
H A D | charstrmap.h | 25 CharStringMap(int32_t size, UErrorCode &errorCode) { in CharStringMap() 45 void put(const char *key, const char *value, UErrorCode &errorCode) { in put()
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/ |
H A D | charstrmap.h | 25 CharStringMap(int32_t size, UErrorCode &errorCode) { in CharStringMap() 45 void put(const char *key, const char *value, UErrorCode &errorCode) { in put()
|