Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/
DKeyStore2.java104 private <R> R handleRemoteExceptionWithRetry(@NonNull CheckedRemoteRequest<R> request) in handleRemoteExceptionWithRetry() method in KeyStore2
165 handleRemoteExceptionWithRetry((service) -> { in delete() method
177 return handleRemoteExceptionWithRetry((service) -> service.listEntries(domain, namespace)); in list()
187 return handleRemoteExceptionWithRetry( in listBatch()
251 return handleRemoteExceptionWithRetry( in grant()
268 handleRemoteExceptionWithRetry((service) -> { in ungrant() method
286 return handleRemoteExceptionWithRetry((service) -> service.getKeyEntry(descriptor)); in getKeyEntry()
299 return handleRemoteExceptionWithRetry((service) -> in getSecurityLevel()
319 handleRemoteExceptionWithRetry((service) -> { in updateSubcomponents() method
336 handleRemoteExceptionWithRetry((service) -> { in deleteKey() method
[all …]
/frameworks/base/boot/
Dboot-image-profile.txt13306 HSPLandroid/security/KeyStore2;->handleRemoteExceptionWithRetry(Landroid/security/KeyStore2$Checked…
/frameworks/base/config/
Dboot-image-profile.txt13309 HSPLandroid/security/KeyStore2;->handleRemoteExceptionWithRetry(Landroid/security/KeyStore2$Checked…