Searched refs:exceptionAtomicReference (Results 1 – 3 of 3) sorted by relevance
257 AtomicReference<HealthConnectException> exceptionAtomicReference = in verifyDeleteRecords() local271 exceptionAtomicReference.set(healthConnectException); in verifyDeleteRecords()276 if (exceptionAtomicReference.get() != null) { in verifyDeleteRecords()277 throw exceptionAtomicReference.get(); in verifyDeleteRecords()
301 AtomicReference<Exception> exceptionAtomicReference = new AtomicReference<>(); in getFromTestApp() local307 exceptionAtomicReference.set( in getFromTestApp()317 if (exceptionAtomicReference.get() != null) { in getFromTestApp()318 throw exceptionAtomicReference.get(); in getFromTestApp()
416 AtomicReference<Exception> exceptionAtomicReference = new AtomicReference<>(); in launchTestDocumentProviderApp() local422 exceptionAtomicReference.set( in launchTestDocumentProviderApp()450 if (exceptionAtomicReference.get() != null) { in launchTestDocumentProviderApp()451 throw exceptionAtomicReference.get(); in launchTestDocumentProviderApp()