Home
last modified time | relevance | path

Searched refs:handleExceptions (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/keystore/java/android/security/
H A DKeyStoreOperation.java66 private <R> R handleExceptions(@NonNull CheckedRemoteRequest<R> request) in handleExceptions() method in KeyStoreOperation
100 handleExceptions(() -> { in updateAad()
115 return handleExceptions(() -> mOperation.update(input)); in update()
128 return handleExceptions(() -> mOperation.finish(input, signature)); in finish()
138 handleExceptions(() -> { in abort()
H A DKeyStoreSecurityLevel.java53 private <R> R handleExceptions(CheckedRemoteRequest<R> request) throws KeyStoreException { in handleExceptions() method in KeyStoreSecurityLevel
145 return handleExceptions(() -> mSecurityLevel.generateKey( in generateKey()
166 return handleExceptions(() -> mSecurityLevel.importKey(descriptor, attestationKey, in importKey()
195 return handleExceptions(() -> mSecurityLevel.importWrappedKey(keyDescriptor, in importWrappedKey()
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DFunctionalUtils.java82 public static Runnable handleExceptions(ThrowingRunnable r, Consumer<Throwable> handler) { in handleExceptions() method in FunctionalUtils
/aosp14/frameworks/base/services/core/java/com/android/server/textclassifier/
H A DTextClassificationManagerService.java638 return FunctionalUtils.handleExceptions(r, in logOnFailure()
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt13522 HSPLandroid/security/KeyStoreOperation;->handleExceptions(Landroid/security/CheckedRemoteRequest;)L…
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt13525 HSPLandroid/security/KeyStoreOperation;->handleExceptions(Landroid/security/CheckedRemoteRequest;)L…
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt85209 Lcom/android/internal/util/FunctionalUtils;->handleExceptions(Lcom/android/internal/util/Functional…