Home
last modified time | relevance | path

Searched refs:ExceptionOne (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/android/content/pm/
DPackageSettingsSnapshotProvider.java60 <ExceptionOne extends Exception, ExceptionTwo extends Exception> void
63 Function<String, PackageSetting>, ExceptionOne, ExceptionTwo> block) in withPackageSettingsSnapshotThrowing2() argument
64 throws ExceptionOne, ExceptionTwo; in withPackageSettingsSnapshotThrowing2()
/frameworks/base/core/java/com/android/internal/util/
DFunctionalUtils.java273 public interface ThrowingChecked2Consumer<Input, ExceptionOne extends Exception,
275 void accept(Input input) throws ExceptionOne, ExceptionTwo;
/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
DDomainVerificationService.java2073 public <ExceptionOne extends Exception, ExceptionTwo extends Exception> void
2076 Function<String, PackageSetting>, ExceptionOne, ExceptionTwo> block)
2077 throws ExceptionOne, ExceptionTwo {
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java1810 public <ExceptionOne extends Exception, ExceptionTwo extends Exception> void
1813 Function<String, PackageSetting>, ExceptionOne, ExceptionTwo> block) in withPackageSettingsSnapshotThrowing2() argument
1814 throws ExceptionOne, ExceptionTwo { in withPackageSettingsSnapshotThrowing2()
28189 public <ExceptionOne extends Exception, ExceptionTwo extends Exception> void
28192 Function<String, PackageSetting>, ExceptionOne, ExceptionTwo> block)
28193 throws ExceptionOne, ExceptionTwo {