Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/tests/integrationtests/src/android/healthconnect/tests/backuprestore/
DBackupRestoreApiTest.java257 AtomicReference<HealthConnectException> exceptionAtomicReference = in verifyDeleteRecords() local
271 exceptionAtomicReference.set(healthConnectException); in verifyDeleteRecords()
276 if (exceptionAtomicReference.get() != null) { in verifyDeleteRecords()
277 throw exceptionAtomicReference.get(); in verifyDeleteRecords()
/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/libs/HealthConnectTestLib/src/android/healthconnect/cts/lib/
DTestAppProxy.java301 AtomicReference<Exception> exceptionAtomicReference = new AtomicReference<>(); in getFromTestApp() local
307 exceptionAtomicReference.set( in getFromTestApp()
317 if (exceptionAtomicReference.get() != null) { in getFromTestApp()
318 throw exceptionAtomicReference.get(); in getFromTestApp()
/packages/modules/HealthFitness/tests/integrationtests/src/android/healthconnect/tests/exportimport/
DQueryDocumentProvidersTest.java416 AtomicReference<Exception> exceptionAtomicReference = new AtomicReference<>(); in launchTestDocumentProviderApp() local
422 exceptionAtomicReference.set( in launchTestDocumentProviderApp()
450 if (exceptionAtomicReference.get() != null) { in launchTestDocumentProviderApp()
451 throw exceptionAtomicReference.get(); in launchTestDocumentProviderApp()