Searched refs:healthConnectExceptionAtomicReference (Results 1 – 5 of 5) sorted by relevance
225 AtomicReference<HealthConnectException> healthConnectExceptionAtomicReference = in readRecords() local240 healthConnectExceptionAtomicReference.set(exception); in readRecords()245 if (healthConnectExceptionAtomicReference.get() != null) { in readRecords()246 throw healthConnectExceptionAtomicReference.get(); in readRecords()
344 AtomicReference<HealthConnectException> healthConnectExceptionAtomicReference = in queryDocumentProviders() local362 healthConnectExceptionAtomicReference.set(exception); in queryDocumentProviders()368 if (healthConnectExceptionAtomicReference.get() != null) { in queryDocumentProviders()369 throw healthConnectExceptionAtomicReference.get(); in queryDocumentProviders()
365 AtomicReference<HealthConnectException> healthConnectExceptionAtomicReference = in readRecords() local379 healthConnectExceptionAtomicReference.set(exception); in readRecords()384 if (healthConnectExceptionAtomicReference.get() != null) { in readRecords()385 throw healthConnectExceptionAtomicReference.get(); in readRecords()
1030 AtomicReference<HealthConnectException> healthConnectExceptionAtomicReference = in updatePriority() local1045 healthConnectExceptionAtomicReference.set(exception); in updatePriority()1053 if (healthConnectExceptionAtomicReference.get() != null) { in updatePriority()1054 throw healthConnectExceptionAtomicReference.get(); in updatePriority()1099 AtomicReference<HealthConnectException> healthConnectExceptionAtomicReference = in getPriority() local1113 healthConnectExceptionAtomicReference.set(exception); in getPriority()1118 if (healthConnectExceptionAtomicReference.get() != null) { in getPriority()1119 throw healthConnectExceptionAtomicReference.get(); in getPriority()
104 AtomicReference<HealthConnectException> healthConnectExceptionAtomicReference = in testEmptyApplicationInfo_no_perm() local