Home
last modified time | relevance | path

Searched refs:ExceptionType (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/services/core/java/android/content/pm/
H A DPackageSettingsSnapshotProvider.java52 <ExceptionType extends Exception> void withPackageSettingsSnapshotThrowing( in withPackageSettingsSnapshotThrowing()
54 ExceptionType> block) throws ExceptionType; in withPackageSettingsSnapshotThrowing()
70 <Output, ExceptionType extends Exception> Output
73 Function<String, PackageSetting>, Output, ExceptionType> block) in withPackageSettingsSnapshotReturningThrowing()
74 throws ExceptionType; in withPackageSettingsSnapshotReturningThrowing()
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DFunctionalUtils.java259 public interface ThrowingCheckedConsumer<Input, ExceptionType extends Exception> {
260 void accept(Input input) throws ExceptionType;
288 public interface ThrowingCheckedFunction<Input, Output, ExceptionType extends Exception> {
289 Output apply(Input input) throws ExceptionType;
/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DQosCallbackException.java51 public @interface ExceptionType {} annotation in QosCallbackException
78 static QosCallbackException createException(@ExceptionType final int type) { in createException()
H A DQosFilter.java61 @QosCallbackException.ExceptionType
H A DQosCallbackConnection.java127 public void onError(@QosCallbackException.ExceptionType final int errorType) { in onError()
H A DNetworkAgent.java1299 @QosCallbackException.ExceptionType final int exceptionType) { in sendQosCallbackError()
/aosp12/packages/modules/Connectivity/service/src/com/android/server/connectivity/
H A DQosCallbackAgentConnection.java179 void sendEventQosCallbackError(@QosCallbackException.ExceptionType final int exceptionType) { in sendEventQosCallbackError()
H A DQosCallbackTracker.java229 @QosCallbackException.ExceptionType final int exceptionType) { in sendEventQosCallbackError()
H A DNetworkAgentInfo.java685 @QosCallbackException.ExceptionType final int exceptionType) { in sendQosCallbackError()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
H A DDomainVerificationService.java2066 public <ExceptionType extends Exception> void withPackageSettingsSnapshotThrowing(
2068 ExceptionType> block) throws ExceptionType {
2084 public <Output, ExceptionType extends Exception> Output
2087 Function<String, PackageSetting>, Output, ExceptionType> block)
2088 throws ExceptionType {
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java1802 public <ExceptionType extends Exception> void withPackageSettingsSnapshotThrowing( in withPackageSettingsSnapshotThrowing()
1804 ExceptionType> block) throws ExceptionType { in withPackageSettingsSnapshotThrowing()
1818 public <Output, ExceptionType extends Exception> Output
1821 Function<String, PackageSetting>, Output, ExceptionType> block) in withPackageSettingsSnapshotReturningThrowing()
1822 throws ExceptionType { in withPackageSettingsSnapshotReturningThrowing()
28315 public <ExceptionType extends Exception> void withPackageSettingsSnapshotThrowing(
28317 ExceptionType> block) throws ExceptionType {
28351 public <Output, ExceptionType extends Exception> Output
28354 Function<String, PackageSetting>, Output, ExceptionType> block)
28355 throws ExceptionType {