Home
last modified time | relevance | path

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

/aosp14/frameworks/base/keystore/java/android/security/
H A DKeyStore2.java104 private <R> R handleRemoteExceptionWithRetry(@NonNull CheckedRemoteRequest<R> request) in handleRemoteExceptionWithRetry() method in KeyStore2
151 handleRemoteExceptionWithRetry((service) -> { in delete()
161 return handleRemoteExceptionWithRetry((service) -> service.listEntries(domain, namespace)); in list()
169 return handleRemoteExceptionWithRetry( in listBatch()
231 return handleRemoteExceptionWithRetry( in grant()
246 handleRemoteExceptionWithRetry((service) -> { in ungrant()
262 return handleRemoteExceptionWithRetry((service) -> service.getKeyEntry(descriptor)); in getKeyEntry()
275 return handleRemoteExceptionWithRetry((service) -> in getSecurityLevel()
293 handleRemoteExceptionWithRetry((service) -> { in updateSubcomponents()
308 handleRemoteExceptionWithRetry((service) -> { in deleteKey()
[all …]
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt13503 HSPLandroid/security/KeyStore2;->handleRemoteExceptionWithRetry(Landroid/security/KeyStore2$Checked…
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt13506 HSPLandroid/security/KeyStore2;->handleRemoteExceptionWithRetry(Landroid/security/KeyStore2$Checked…