Home
last modified time | relevance | path

Searched defs:exceptionType (Results 1 – 8 of 8) 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()
92 public MessagingException(int exceptionType) { in MessagingException()
110 public MessagingException(int exceptionType, String message) { in MessagingException()
121 public MessagingException(int exceptionType, String message, Object data) { in MessagingException()
DAuthenticationFailedException.java26 public AuthenticationFailedException(int exceptionType, String message) { in AuthenticationFailedException()
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DQosCallbackAgentConnection.java124 final int exceptionType = mFilter.validate(); in sendCmdRegisterCallback() local
179 void sendEventQosCallbackError(@QosCallbackException.ExceptionType final int exceptionType) { in sendEventQosCallbackError()
DQosCallbackTracker.java134 final int exceptionType = filter.validate(); in handleRegisterCallbackInternal() local
229 @QosCallbackException.ExceptionType final int exceptionType) { in sendEventQosCallbackError()
DNetworkAgentInfo.java706 @QosCallbackException.ExceptionType final int exceptionType) { in sendQosCallbackError()
/packages/modules/Connectivity/framework/src/android/net/
DINetworkAgentRegistry.aidl44 void sendQosCallbackError(int qosCallbackId, int exceptionType); in sendQosCallbackError()
DNetworkAgent.java1436 @QosCallbackException.ExceptionType final int exceptionType) { in sendQosCallbackError()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java5051 Integer exceptionType = values.getAsInteger(AggregationExceptions.TYPE); in updateAggregationException() local