Searched refs:currentTaskCount (Results 1 – 1 of 1) sorted by relevance
216 long currentTaskCount = getInternalBackgroundExecutorTaskCount(); in testOnPermissionsChangedCalled_withHealthPermissionsUid_expectBackgroundTaskAdded() local227 assertThat(getInternalBackgroundExecutorTaskCount()).isEqualTo(currentTaskCount + 1); in testOnPermissionsChangedCalled_withHealthPermissionsUid_expectBackgroundTaskAdded()234 long currentTaskCount = getInternalBackgroundExecutorTaskCount(); in testOnPermissionsChangedCalled_withNoHealthPermissionsUid_expectNoBackgroundTaskAdded() local245 assertThat(getInternalBackgroundExecutorTaskCount()).isEqualTo(currentTaskCount); in testOnPermissionsChangedCalled_withNoHealthPermissionsUid_expectNoBackgroundTaskAdded()