Searched refs:ExceptionOne (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/services/core/java/android/content/pm/ |
H A D | PackageSettingsSnapshotProvider.java | 60 <ExceptionOne extends Exception, ExceptionTwo extends Exception> void 63 Function<String, PackageSetting>, ExceptionOne, ExceptionTwo> block) in withPackageSettingsSnapshotThrowing2() argument 64 throws ExceptionOne, ExceptionTwo; in withPackageSettingsSnapshotThrowing2()
|
/aosp12/frameworks/base/core/java/com/android/internal/util/ |
H A D | FunctionalUtils.java | 273 public interface ThrowingChecked2Consumer<Input, ExceptionOne extends Exception, 275 void accept(Input input) throws ExceptionOne, ExceptionTwo;
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/verify/domain/ |
H A D | DomainVerificationService.java | 2074 public <ExceptionOne extends Exception, ExceptionTwo extends Exception> void 2077 Function<String, PackageSetting>, ExceptionOne, ExceptionTwo> block) 2078 throws ExceptionOne, ExceptionTwo {
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageManagerService.java | 1809 public <ExceptionOne extends Exception, ExceptionTwo extends Exception> void 1812 Function<String, PackageSetting>, ExceptionOne, ExceptionTwo> block) in withPackageSettingsSnapshotThrowing2() argument 1813 throws ExceptionOne, ExceptionTwo { in withPackageSettingsSnapshotThrowing2() 28332 public <ExceptionOne extends Exception, ExceptionTwo extends Exception> void 28335 Function<String, PackageSetting>, ExceptionOne, ExceptionTwo> block) 28336 throws ExceptionOne, ExceptionTwo {
|