Searched refs:ExceptionType (Results 1 – 11 of 11) sorted by relevance
/aosp12/frameworks/base/services/core/java/android/content/pm/ |
H A D | PackageSettingsSnapshotProvider.java | 52 <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 D | FunctionalUtils.java | 259 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 D | QosCallbackException.java | 51 public @interface ExceptionType {} annotation in QosCallbackException 78 static QosCallbackException createException(@ExceptionType final int type) { in createException()
|
H A D | QosFilter.java | 61 @QosCallbackException.ExceptionType
|
H A D | QosCallbackConnection.java | 127 public void onError(@QosCallbackException.ExceptionType final int errorType) { in onError()
|
H A D | NetworkAgent.java | 1299 @QosCallbackException.ExceptionType final int exceptionType) { in sendQosCallbackError()
|
/aosp12/packages/modules/Connectivity/service/src/com/android/server/connectivity/ |
H A D | QosCallbackAgentConnection.java | 179 void sendEventQosCallbackError(@QosCallbackException.ExceptionType final int exceptionType) { in sendEventQosCallbackError()
|
H A D | QosCallbackTracker.java | 229 @QosCallbackException.ExceptionType final int exceptionType) { in sendEventQosCallbackError()
|
H A D | NetworkAgentInfo.java | 685 @QosCallbackException.ExceptionType final int exceptionType) { in sendQosCallbackError()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/verify/domain/ |
H A D | DomainVerificationService.java | 2066 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 D | PackageManagerService.java | 1802 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 {
|