Home
last modified time | relevance | path

Searched defs:handleExceptions (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/keystore/java/android/security/
DKeyStoreOperation.java67 private <R> R handleExceptions(@NonNull CheckedRemoteRequest<R> request) in handleExceptions() method in KeyStoreOperation
102 handleExceptions(() -> { in updateAad() method
143 handleExceptions(() -> { in abort() method
DKeyStoreSecurityLevel.java54 private <R> R handleExceptions(CheckedRemoteRequest<R> request) throws KeyStoreException { in handleExceptions() method in KeyStoreSecurityLevel
/frameworks/base/core/java/com/android/internal/util/
DFunctionalUtils.java82 public static Runnable handleExceptions(ThrowingRunnable r, Consumer<Throwable> handler) { in handleExceptions() method in FunctionalUtils