Searched refs:exceptionType (Results 1 – 8 of 8) sorted by relevance
| /packages/apps/Dialer/java/com/android/voicemail/impl/mail/ |
| D | MessagingException.java | 73 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()
|
| D | AuthenticationFailedException.java | 26 public AuthenticationFailedException(int exceptionType, String message) { in AuthenticationFailedException() argument 27 super(exceptionType, message); in AuthenticationFailedException()
|
| /packages/modules/Connectivity/service/src/com/android/server/connectivity/ |
| D | QosCallbackAgentConnection.java | 126 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()
|
| D | QosCallbackTracker.java | 134 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()
|
| D | NetworkAgentInfo.java | 945 @QosCallbackException.ExceptionType final int exceptionType) { in sendQosCallbackError() argument 946 mQosCallbackTracker.sendEventQosCallbackError(qosCallbackId, exceptionType); in sendQosCallbackError()
|
| /packages/modules/Connectivity/framework/src/android/net/ |
| D | INetworkAgentRegistry.aidl | 44 void sendQosCallbackError(int qosCallbackId, int exceptionType); in sendQosCallbackError() argument
|
| D | NetworkAgent.java | 1437 @QosCallbackException.ExceptionType final int exceptionType) { in sendQosCallbackError() argument 1438 queueOrSendMessage(ra -> ra.sendQosCallbackError(qosCallbackId, exceptionType)); in sendQosCallbackError()
|
| /packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
| D | ContactsProvider2.java | 5164 Integer exceptionType = values.getAsInteger(AggregationExceptions.TYPE); in updateAggregationException() local 5167 if (exceptionType == null || rcId1 == null || rcId2 == null) { in updateAggregationException() 5181 if (exceptionType == AggregationExceptions.TYPE_AUTOMATIC) { in updateAggregationException() 5189 exceptionValues.put(AggregationExceptions.TYPE, exceptionType); in updateAggregationException()
|