Home
last modified time | relevance | path

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

123456

/frameworks/base/core/java/android/os/
DServiceSpecificException.java32 public final int errorCode; field in ServiceSpecificException
34 public ServiceSpecificException(int errorCode, String message) { in ServiceSpecificException()
39 public ServiceSpecificException(int errorCode) { in ServiceSpecificException()
DUpdateEngineCallback.java49 public abstract void onPayloadApplicationComplete(int errorCode); in onPayloadApplicationComplete()
/frameworks/base/core/java/android/webkit/
DLegacyErrorStrings.java36 static String getString(int errorCode, Context context) { in getString()
44 private static int getResource(int errorCode) { in getResource()
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/
DMDNSFilteredDiscovery.java136 public void onStartDiscoveryFailed(String serviceType, int errorCode) { in onStartDiscoveryFailed()
142 public void onStopDiscoveryFailed(String serviceType, int errorCode) { in onStopDiscoveryFailed()
162 public void onResolveFailed(NsdServiceInfo serviceInfo, int errorCode) { in onServiceFound()
186 public void onResolveFailed(NsdServiceInfo serviceInfo, int errorCode) { in onServiceLost()
/frameworks/opt/net/voip/src/java/android/net/sip/
DISipSessionListener.aidl90 void onError(in ISipSession session, int errorCode, String errorMessage); in onError()
99 void onCallChangeFailed(in ISipSession session, int errorCode, in onCallChangeFailed()
124 void onRegistrationFailed(in ISipSession session, int errorCode, in onRegistrationFailed()
DSipSessionAdapter.java49 public void onCallChangeFailed(ISipSession session, int errorCode, in onCallChangeFailed()
53 public void onError(ISipSession session, int errorCode, String message) { in onError()
62 public void onRegistrationFailed(ISipSession session, int errorCode, in onRegistrationFailed()
DSipSession.java184 public void onError(SipSession session, int errorCode, in onError()
195 public void onCallChangeFailed(SipSession session, int errorCode, in onCallChangeFailed()
223 public void onRegistrationFailed(SipSession session, int errorCode, in onRegistrationFailed()
524 public void onCallChangeFailed(ISipSession session, int errorCode, in createListener()
533 public void onError(ISipSession session, int errorCode, String message) { in createListener()
554 public void onRegistrationFailed(ISipSession session, int errorCode, in createListener()
/frameworks/base/core/java/android/net/metrics/
DDhcpErrorEvent.java62 public final int errorCode; field in DhcpErrorEvent
64 public DhcpErrorEvent(int errorCode) { in DhcpErrorEvent()
93 public static int errorCodeWithOption(int errorCode, int option) { in errorCodeWithOption()
/frameworks/base/core/java/android/nfc/tech/
DBasicTagTechnology.java73 int errorCode = mTag.getTagService().connect(mTag.getServiceHandle(), in connect() local
101 int errorCode = mTag.getTagService().reconnect(mTag.getServiceHandle()); in reconnect() local
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DCameraExceptionHandler.java48 public void onCameraError(int errorCode); in onCameraError()
82 public void onCameraError(final int errorCode) { in onCameraError()
/frameworks/native/libs/binder/
DStatus.cpp60 Status::Status(int32_t exceptionCode, int32_t errorCode) in Status()
64 Status::Status(int32_t exceptionCode, int32_t errorCode, const String8& message) in Status()
175 void Status::setServiceSpecificError(int32_t errorCode, const String8& message) { in setServiceSpecificError()
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipSessionListenerProxy.java156 final int errorCode, final String message) { in onCallChangeFailed()
171 public void onError(final ISipSession session, final int errorCode, in onError()
219 final int errorCode, final String message) { in onRegistrationFailed()
/frameworks/base/keystore/java/android/security/
DKeyStoreException.java29 public KeyStoreException(int errorCode, String message) { in KeyStoreException()
/frameworks/base/core/java/android/accounts/
DIAccountManagerResponse.aidl26 void onError(int errorCode, String errorMessage); in onError()
DIAccountAuthenticatorResponse.aidl27 void onError(int errorCode, String errorMessage); in onError()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
DomxVCM4P10_DeblockChroma_I.c101 OMXResult errorCode; in omxVCM4P10_DeblockChroma_I() local
/frameworks/base/telephony/java/android/telephony/mbms/
DIMbmsStreamingSessionCallback.aidl29 void onError(int errorCode, String message); in onError()
DMbmsDownloadSessionCallback.java36 public void onError(int errorCode, String message) { in onError()
DMbmsStreamingSessionCallback.java39 public void onError(int errorCode, @Nullable String message) { in onError()
DIMbmsDownloadSessionCallback.aidl29 void onError(int errorCode, String message); in onError()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
DomxVCM4P10_DeblockChroma_I.c82 OMXResult errorCode; in omxVCM4P10_DeblockChroma_I() local
/frameworks/minikin/tests/perftests/
Dmain.cpp35 UErrorCode errorCode = U_ZERO_ERROR; in main() local
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
DomxVCM4P10_DeblockChroma_I.c82 OMXResult errorCode; in omxVCM4P10_DeblockChroma_I() local
DomxVCM4P10_DeblockLuma_I.c85 OMXResult errorCode; in omxVCM4P10_DeblockLuma_I() local
/frameworks/minikin/tests/unittest/
DICUTestBase.h41 UErrorCode errorCode = U_ZERO_ERROR; in SetUp() local

123456