Home
last modified time | relevance | path

Searched refs:handleRemoteExceptionWithRetry (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/keystore/java/android/security/
H A DKeyStore2.java103 private <R> R handleRemoteExceptionWithRetry(@NonNull CheckedRemoteRequest<R> request) in handleRemoteExceptionWithRetry() method in KeyStore2
150 handleRemoteExceptionWithRetry((service) -> { in delete()
160 return handleRemoteExceptionWithRetry((service) -> service.listEntries(domain, namespace)); in list()
221 return handleRemoteExceptionWithRetry( in grant()
236 handleRemoteExceptionWithRetry((service) -> { in ungrant()
252 return handleRemoteExceptionWithRetry((service) -> service.getKeyEntry(descriptor)); in getKeyEntry()
265 return handleRemoteExceptionWithRetry((service) -> in getSecurityLevel()
283 handleRemoteExceptionWithRetry((service) -> { in updateSubcomponents()
298 handleRemoteExceptionWithRetry((service) -> { in deleteKey()
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt13906 HSPLandroid/security/KeyStore2;->handleRemoteExceptionWithRetry(Landroid/security/KeyStore2$Checked…
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt13896 HSPLandroid/security/KeyStore2;->handleRemoteExceptionWithRetry(Landroid/security/KeyStore2$Checked…