Home
last modified time | relevance | path

Searched refs:isAggregationSourceControlsEnabled (Results 1 – 8 of 8) sorted by relevance

/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/storage/datatypehelpers/
DHealthDataCategoryPriorityHelperTest.java271 when(mHealthConnectDeviceConfigManager.isAggregationSourceControlsEnabled()) in testNewMaybeRemoveAppFromPriorityList_ifDataForApp_doesNotRemoveApp()
297 when(mHealthConnectDeviceConfigManager.isAggregationSourceControlsEnabled()) in testNewMaybeRemoveAppFromPriorityList_ifNoDataForApp_removesApp()
326 when(mHealthConnectDeviceConfigManager.isAggregationSourceControlsEnabled()) in testOldMaybeRemoveAppFromPriorityList_ifNoWritePermissionsForApp_removesApp()
395 when(mHealthConnectDeviceConfigManager.isAggregationSourceControlsEnabled()) in testNewUpdateHealthDataPriority_ifDataForApp_doesNotRemoveApp()
423 when(mHealthConnectDeviceConfigManager.isAggregationSourceControlsEnabled()) in testNewUpdateHealthDataPriority_ifNoDataForApp_removesApp()
456 when(mHealthConnectDeviceConfigManager.isAggregationSourceControlsEnabled()) in testOldUpdateHealthDataPriority_ifNoWritePermissionsForApp_removesApp()
479 when(mHealthConnectDeviceConfigManager.isAggregationSourceControlsEnabled()) in testOldMaybeRemoveAppWithoutWritePermissionsFromPriorityList_removesApp()
499 when(mHealthConnectDeviceConfigManager.isAggregationSourceControlsEnabled()) in testNewMaybeRemoveAppWithoutWritePermissionsFromPriorityList_ifNoDataForApp_removesApp()
522 when(mHealthConnectDeviceConfigManager.isAggregationSourceControlsEnabled()) in testNewMaybeRemoveAppWithoutWritePermissionsFromPriorityList_ifDataForApp_doesNotRemoveApp()
536 when(mHealthConnectDeviceConfigManager.isAggregationSourceControlsEnabled()) in testOldGetPriorityOrder_doesNotReSyncPriority()
[all …]
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DHealthDataCategoryPriorityHelper.java219 .isAggregationSourceControlsEnabled(); in getPriorityOrder()
247 .isAggregationSourceControlsEnabled(); in setPriorityOrder()
407 .isAggregationSourceControlsEnabled(); in reSyncHealthDataPriorityTable()
473 .isAggregationSourceControlsEnabled(); in maybeRemoveAppFromPriorityListInternal()
622 .isAggregationSourceControlsEnabled(); in shouldAddContributingApps()
DMergeDataHelper.java187 .isAggregationSourceControlsEnabled()) { in shouldAddDataPoint()
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/permission/
DPermissionPackageChangesOrchestratorTest.java121 when(mHealthConnectDeviceConfigManager.isAggregationSourceControlsEnabled()) in testPackageRemoved_removesFromPriorityList_whenNewAggregationOff()
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/storage/datatypehelpers/aggregation/
DSessionPriorityAggregationTest.java77 when(mHealthConnectDeviceConfigManager.isAggregationSourceControlsEnabled()) in setUp()
DValuePriorityAggregationTest.java77 when(mHealthConnectDeviceConfigManager.isAggregationSourceControlsEnabled()) in setUp()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/aggregation/
DPriorityRecordsAggregator.java188 .isAggregationSourceControlsEnabled() in readNewDataAndMaybeAddToBuffer()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/
DHealthConnectDeviceConfigManager.java492 public boolean isAggregationSourceControlsEnabled() { in isAggregationSourceControlsEnabled() method in HealthConnectDeviceConfigManager