Searched refs:handleExceptions (Results 1 – 7 of 7) sorted by relevance
66 private <R> R handleExceptions(@NonNull CheckedRemoteRequest<R> request) in handleExceptions() method in KeyStoreOperation100 handleExceptions(() -> { in updateAad()115 return handleExceptions(() -> mOperation.update(input)); in update()128 return handleExceptions(() -> mOperation.finish(input, signature)); in finish()138 handleExceptions(() -> { in abort()
53 private <R> R handleExceptions(CheckedRemoteRequest<R> request) throws KeyStoreException { in handleExceptions() method in KeyStoreSecurityLevel145 return handleExceptions(() -> mSecurityLevel.generateKey( in generateKey()166 return handleExceptions(() -> mSecurityLevel.importKey(descriptor, attestationKey, in importKey()195 return handleExceptions(() -> mSecurityLevel.importWrappedKey(keyDescriptor, in importWrappedKey()
82 public static Runnable handleExceptions(ThrowingRunnable r, Consumer<Throwable> handler) { in handleExceptions() method in FunctionalUtils
638 return FunctionalUtils.handleExceptions(r, in logOnFailure()
13522 HSPLandroid/security/KeyStoreOperation;->handleExceptions(Landroid/security/CheckedRemoteRequest;)L…
13525 HSPLandroid/security/KeyStoreOperation;->handleExceptions(Landroid/security/CheckedRemoteRequest;)L…
85209 Lcom/android/internal/util/FunctionalUtils;->handleExceptions(Lcom/android/internal/util/Functional…