Home
last modified time | relevance | path

Searched refs:healthConnectExceptionAtomicReference (Results 1 – 5 of 5) sorted by relevance

/packages/modules/HealthFitness/tests/integrationtests/src/android/healthconnect/tests/backuprestore/
DBackupRestoreApiTest.java225 AtomicReference<HealthConnectException> healthConnectExceptionAtomicReference = in readRecords() local
240 healthConnectExceptionAtomicReference.set(exception); in readRecords()
245 if (healthConnectExceptionAtomicReference.get() != null) { in readRecords()
246 throw healthConnectExceptionAtomicReference.get(); in readRecords()
/packages/modules/HealthFitness/tests/integrationtests/src/android/healthconnect/tests/exportimport/
DQueryDocumentProvidersTest.java344 AtomicReference<HealthConnectException> healthConnectExceptionAtomicReference = in queryDocumentProviders() local
362 healthConnectExceptionAtomicReference.set(exception); in queryDocumentProviders()
368 if (healthConnectExceptionAtomicReference.get() != null) { in queryDocumentProviders()
369 throw healthConnectExceptionAtomicReference.get(); in queryDocumentProviders()
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/permission/
DFirstGrantTimeUnitTest.java365 AtomicReference<HealthConnectException> healthConnectExceptionAtomicReference = in readRecords() local
379 healthConnectExceptionAtomicReference.set(exception); in readRecords()
384 if (healthConnectExceptionAtomicReference.get() != null) { in readRecords()
385 throw healthConnectExceptionAtomicReference.get(); in readRecords()
/packages/modules/HealthFitness/tests/cts/utils/HealthConnectTestUtils/src/android/healthconnect/cts/utils/
DTestUtils.java1030 AtomicReference<HealthConnectException> healthConnectExceptionAtomicReference = in updatePriority() local
1045 healthConnectExceptionAtomicReference.set(exception); in updatePriority()
1053 if (healthConnectExceptionAtomicReference.get() != null) { in updatePriority()
1054 throw healthConnectExceptionAtomicReference.get(); in updatePriority()
1099 AtomicReference<HealthConnectException> healthConnectExceptionAtomicReference = in getPriority() local
1113 healthConnectExceptionAtomicReference.set(exception); in getPriority()
1118 if (healthConnectExceptionAtomicReference.get() != null) { in getPriority()
1119 throw healthConnectExceptionAtomicReference.get(); in getPriority()
/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/
DGetApplicationInfoTest.java104 AtomicReference<HealthConnectException> healthConnectExceptionAtomicReference = in testEmptyApplicationInfo_no_perm() local