Home
last modified time | relevance | path

Searched refs:exceptionType (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
DMessagingException.java73 protected int exceptionType; field in MessagingException
81 public MessagingException(int exceptionType, String message, Throwable throwable) { in MessagingException() argument
83 this.exceptionType = exceptionType; in MessagingException()
92 public MessagingException(int exceptionType) { in MessagingException() argument
93 this(exceptionType, null, null); in MessagingException()
110 public MessagingException(int exceptionType, String message) { in MessagingException() argument
111 this(exceptionType, message, null); in MessagingException()
121 public MessagingException(int exceptionType, String message, Object data) { in MessagingException() argument
123 this.exceptionType = exceptionType; in MessagingException()
133 return exceptionType; in getExceptionType()
DAuthenticationFailedException.java26 public AuthenticationFailedException(int exceptionType, String message) { in AuthenticationFailedException() argument
27 super(exceptionType, message); in AuthenticationFailedException()
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DQosCallbackAgentConnection.java126 final int exceptionType = mFilter.validate(); in sendCmdRegisterCallback() local
127 if (exceptionType != EX_TYPE_FILTER_NONE) { in sendCmdRegisterCallback()
130 mCallback.onError(exceptionType); in sendCmdRegisterCallback()
184 void sendEventQosCallbackError(@QosCallbackException.ExceptionType final int exceptionType) { in sendEventQosCallbackError() argument
187 mCallback.onError(exceptionType); in sendEventQosCallbackError()
194 final int exceptionType = mFilter.validate(); in validateOrSendErrorAndUnregister() local
195 if (exceptionType != EX_TYPE_FILTER_NONE) { in validateOrSendErrorAndUnregister()
200 sendEventQosCallbackError(exceptionType); in validateOrSendErrorAndUnregister()
DQosCallbackTracker.java134 final int exceptionType = filter.validate(); in handleRegisterCallbackInternal() local
135 if (exceptionType != QosCallbackException.EX_TYPE_FILTER_NONE) { in handleRegisterCallbackInternal()
136 ac.sendEventQosCallbackError(exceptionType); in handleRegisterCallbackInternal()
229 @QosCallbackException.ExceptionType final int exceptionType) { in sendEventQosCallbackError() argument
232 ac.sendEventQosCallbackError(exceptionType); in sendEventQosCallbackError()
DNetworkAgentInfo.java980 @QosCallbackException.ExceptionType final int exceptionType) { in sendQosCallbackError() argument
981 mQosCallbackTracker.sendEventQosCallbackError(qosCallbackId, exceptionType); in sendQosCallbackError()
/packages/modules/Connectivity/framework/src/android/net/
DINetworkAgentRegistry.aidl46 void sendQosCallbackError(int qosCallbackId, int exceptionType); in sendQosCallbackError() argument
DNetworkAgent.java1495 @QosCallbackException.ExceptionType final int exceptionType) { in sendQosCallbackError() argument
1496 queueOrSendMessage(ra -> ra.sendQosCallbackError(qosCallbackId, exceptionType)); in sendQosCallbackError()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java5170 Integer exceptionType = values.getAsInteger(AggregationExceptions.TYPE); in updateAggregationException() local
5173 if (exceptionType == null || rcId1 == null || rcId2 == null) { in updateAggregationException()
5187 if (exceptionType == AggregationExceptions.TYPE_AUTOMATIC) { in updateAggregationException()
5195 exceptionValues.put(AggregationExceptions.TYPE, exceptionType); in updateAggregationException()
/packages/apps/TV/libs/m2/
Dguava-28.0-android.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
Dguava-28.0-jre.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
Djavac-shaded-9-dev-r4023-3.jarorg/openjdk/tools/sjavac/server/log/LoggingOutputStream.class LoggingOutputStream.java package ...
/packages/apps/ManagedProvisioning/studio-dev/StubGenerator/
DStubGenerator.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jf/ org/ ...
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java6184 int expectedNotifyErrorCause, Class<? extends IkeProtocolException> exceptionType) in verifyIkeAuthWithBackoffTimer() argument
6212 verify(mMockIkeSessionCallback).onClosedWithException(any(exceptionType)); in verifyIkeAuthWithBackoffTimer()
/packages/apps/TV/libs/
Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...