Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
H A 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()
H A DAuthenticationFailedException.java26 public AuthenticationFailedException(int exceptionType, String message) { in AuthenticationFailedException() argument
27 super(exceptionType, message); in AuthenticationFailedException()
/aosp12/packages/modules/Connectivity/service/src/com/android/server/connectivity/
H A DQosCallbackAgentConnection.java124 final int exceptionType = mFilter.validate(); in sendCmdRegisterCallback() local
125 if (exceptionType != EX_TYPE_FILTER_NONE) { in sendCmdRegisterCallback()
128 mCallback.onError(exceptionType); in sendCmdRegisterCallback()
179 void sendEventQosCallbackError(@QosCallbackException.ExceptionType final int exceptionType) { in sendEventQosCallbackError() argument
182 mCallback.onError(exceptionType); in sendEventQosCallbackError()
H A 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()
H A DNetworkAgentInfo.java685 @QosCallbackException.ExceptionType final int exceptionType) { in sendQosCallbackError() argument
686 mQosCallbackTracker.sendEventQosCallbackError(qosCallbackId, exceptionType); in sendQosCallbackError()
/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DINetworkAgentRegistry.aidl43 void sendQosCallbackError(int qosCallbackId, int exceptionType); in sendQosCallbackError() argument
H A DNetworkAgent.java1299 @QosCallbackException.ExceptionType final int exceptionType) { in sendQosCallbackError() argument
1300 queueOrSendMessage(ra -> ra.sendQosCallbackError(qosCallbackId, exceptionType)); in sendQosCallbackError()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java4882 Integer exceptionType = values.getAsInteger(AggregationExceptions.TYPE); in updateAggregationException() local
4885 if (exceptionType == null || rcId1 == null || rcId2 == null) { in updateAggregationException()
4899 if (exceptionType == AggregationExceptions.TYPE_AUTOMATIC) { in updateAggregationException()
4907 exceptionValues.put(AggregationExceptions.TYPE, exceptionType); in updateAggregationException()
/aosp12/packages/apps/TV/libs/m2/
H A Dguava-28.0-android.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
H A Dguava-28.0-jre.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
H A Djavac-shaded-9-dev-r4023-3.jarorg/openjdk/tools/sjavac/server/log/LoggingOutputStream.class LoggingOutputStream.java package ...
/aosp12/packages/apps/TV/libs/
H A Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
/aosp12/art/build/boot/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt2726 Ljava/lang/invoke/Transformers$AlwaysThrow;->exceptionType:Ljava/lang/Class;