/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 | 980 @QosCallbackException.ExceptionType final int exceptionType) { in sendQosCallbackError() argument 981 mQosCallbackTracker.sendEventQosCallbackError(qosCallbackId, exceptionType); in sendQosCallbackError()
|
/packages/modules/Connectivity/framework/src/android/net/ |
D | INetworkAgentRegistry.aidl | 46 void sendQosCallbackError(int qosCallbackId, int exceptionType); in sendQosCallbackError() argument
|
D | NetworkAgent.java | 1495 @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/ |
D | ContactsProvider2.java | 5170 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/ |
D | guava-28.0-android.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
D | guava-28.0-jre.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
D | javac-shaded-9-dev-r4023-3.jar | org/openjdk/tools/sjavac/server/log/LoggingOutputStream.class
LoggingOutputStream.java
package ... |
/packages/apps/ManagedProvisioning/studio-dev/StubGenerator/ |
D | StubGenerator.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jf/
org/ ... |
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
D | IkeSessionStateMachineTest.java | 6184 int expectedNotifyErrorCause, Class<? extends IkeProtocolException> exceptionType) in verifyIkeAuthWithBackoffTimer() argument 6212 verify(mMockIkeSessionCallback).onClosedWithException(any(exceptionType)); in verifyIkeAuthWithBackoffTimer()
|
/packages/apps/TV/libs/ |
D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |