Home
last modified time | relevance | path

Searched refs:runTest (Results 1 – 25 of 213) sorted by relevance

123456789

/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaplTestsKeyboardQuickSwitch.java74 runTest(TestSurface.HOME, TestCase.DISMISS); in testDismiss_fromHome()
79 runTest(TestSurface.LAUNCHED_APP, TestCase.DISMISS); in testDismiss_fromApp()
84 runTest(TestSurface.HOME_ALL_APPS, TestCase.DISMISS); in testDismiss_fromHomeAllApps()
89 runTest(TestSurface.WIDGETS, TestCase.DISMISS); in testDismiss_fromWidgets()
94 runTest(TestSurface.HOME, TestCase.LAUNCH_LAST_APP); in testLaunchLastTask_fromHome()
99 runTest(TestSurface.LAUNCHED_APP, TestCase.LAUNCH_LAST_APP); in testLaunchLastTask_fromApp()
104 runTest(TestSurface.HOME_ALL_APPS, TestCase.LAUNCH_LAST_APP); in testLaunchLastTask_fromHomeAllApps()
109 runTest(TestSurface.WIDGETS, TestCase.LAUNCH_LAST_APP); in testLaunchLastTask_fromWidgets()
114 runTest(TestSurface.HOME, TestCase.LAUNCH_SELECTED_APP); in testLaunchSelectedTask_fromHome()
119 runTest(TestSurface.LAUNCHED_APP, TestCase.LAUNCH_SELECTED_APP); in testLaunchSelectedTask_fromApp()
[all …]
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/shared/
DHealthPermissionReaderTest.kt24 import kotlinx.coroutines.test.runTest
45 fun getValidHealthPermissions_hidesSessionTypesIfDisabled() = runTest { in <lambda>()
57 fun getValidHealthPermissions_returnsDataTypeAndAdditionalPermissions() = runTest { in getValidHealthPermissions_returnsDataTypeAndAdditionalPermissions()
76 fun getValidHealthPermissions_returnsAllPermissions_exceptHiddenPermissions() = runTest { in <lambda>()
136 fun getAppsWithHealthPermissions_returnsSupportedApps() = runTest { in <lambda>()
142 fun getAppsWithHealthPermissions_returnsDistinctApps() = runTest { in <lambda>()
148 fun getAppsWithHealthPermissions_doesNotReturnUnsupportedApps() = runTest { in <lambda>()
154 fun getAppsWithOldHealthPermissions_returnsOldSupportedApps() = runTest { in <lambda>()
160 fun getAppsWithOldHealthPermissions_returnsDistinctApps() = runTest { in <lambda>()
166 fun getAppsWithOldHealthPermissions_doesNotReturnAppsWithNewPermissions() = runTest { in <lambda>()
[all …]
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/migration/api/
DLoadMigrationRestoreStateUseCaseTest.kt38 import kotlinx.coroutines.test.runTest
47 fun invoke_migrationStateIdle_mapsStateToIdle() = runTest { in <lambda>()
61 runTest { in invoke_migrationStateAllowedMigratorDisabled_mapsStateToAllowedMigratorDisabled()
74 fun invoke_migrationStateAllowedNotStarted_mapsAllowedNotStarted() = runTest { in <lambda>()
87 fun invoke_migrationStateAllowedPaused_mapsStateToAllowedPaused() = runTest { in <lambda>()
100 fun invoke_migrationStateIdleAllowedError_mapsStateToAllowedError() = runTest { in <lambda>()
113 fun invoke_migrationStateInProgress_mapsStateToInProgress() = runTest { in <lambda>()
126 fun invoke_migrationStateAppUpgradeRequired_mapsStateToAppUpgradeRequired() = runTest { in <lambda>()
139 fun invoke_migrationStateModuleUpgradeRequired_mapsStateToModuleUpgradeRequired() = runTest { in invoke_migrationStateModuleUpgradeRequired_mapsStateToModuleUpgradeRequired()
152 fun invoke_migrationStateComplete_mapsStateToComplete() = runTest { in <lambda>()
[all …]
/packages/apps/Settings/tests/unit/src/com/android/settings/fingerprint2/ui/settings/
DFingerprintSettingsNavigationViewModelTest.kt37 import kotlinx.coroutines.test.runTest
85 testScope.runTest { in testNoGateKeeper_launchesConfirmDeviceCredential()
96 testScope.runTest { in testConfirmDevice_fails()
109 testScope.runTest { in confirmDeviceSuccess_noGateKeeper()
122 testScope.runTest { in confirmDeviceSuccess_launchesEnrollment_ifNoPreviousEnrollments()
137 testScope.runTest { in firstEnrollment_failsWithReason()
156 testScope.runTest { in firstEnrollmentSucceeds_noToken()
172 testScope.runTest { in firstEnrollmentSucceeds_noKeyChallenge()
190 testScope.runTest { in firstEnrollment_succeeds()
209 testScope.runTest { in enrollAdditionalFingerprints_fails()
[all …]
/packages/apps/Settings/tests/unit/src/com/android/settings/biometrics2/ui/viewmodel/
DFingerprintEnrollIntroViewModelTest.kt46 import kotlinx.coroutines.test.runTest
81 fun testPageStatusFlowDefaultAndUpdate() = runTest { in <lambda>()
106 fun testOnStartToUpdateEnrollableStatusOk_isSuw() = runTest { in <lambda>()
123 fun testOnStartToUpdateEnrollableStatusReachMax_isSuw() = runTest { in <lambda>()
140 fun testOnStartToUpdateEnrollableStatusOk_isNotSuw() = runTest { in <lambda>()
145 fun testOnStartToUpdateEnrollableStatusReachMax_isNotSuw() = runTest { in <lambda>()
150 fun testOnStartToUpdateEnrollableStatusOk_isSuwDeferred() = runTest { in <lambda>()
155 fun testOnStartToUpdateEnrollableStatusReachMax_isSuwDeferred() = runTest { in <lambda>()
160 fun testOnStartToUpdateEnrollableStatusOk_isSuwPortal() = runTest { in <lambda>()
165 fun testOnStartToUpdateEnrollableStatusReachMax_isSuwPortal() = runTest { in <lambda>()
[all …]
DAutoCredentialViewModelTest.kt44 import kotlinx.coroutines.test.runTest
89 fun testCheckCredential_validCredentialCase() = runTest { in <lambda>()
111 fun testCheckCredential_needToChooseLock() = runTest { in <lambda>()
133 fun testCheckCredential_needToConfirmLockForSomething() = runTest { in <lambda>()
156 fun testCheckCredential_needToConfirmLockForNumeric() = runTest { in <lambda>()
179 fun testCheckCredential_needToConfirmLockForAlphabetic() = runTest { in <lambda>()
202 fun testCheckCredential_generateChallenge() = runTest { in <lambda>()
255 fun testCheckCredential_generateChallengeFail() = runTest { in <lambda>()
302 fun testGenerateChallengeAsCredentialActivityResult_invalidChooseLock() = runTest { in <lambda>()
327 fun testGenerateChallengeAsCredentialActivityResult_invalidConfirmLock() = runTest { in <lambda>()
[all …]
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/permissions/request/
DRequestPermissionViewModelTest.kt70 import kotlinx.coroutines.test.runTest
129 fun init_loadsAppInfo() = runTest { in <lambda>()
141 fun init_loadsHealthPermissions() = runTest { in <lambda>()
183 fun initPermissions_filtersOutAdditionalPermissions() = runTest { in <lambda>()
196 fun initPermissions_filtersOutUndeclaredPermissions() = runTest { in <lambda>()
208 fun initPermissions_whenPermissionsHidden_filtersOutHiddenPermissions() = runTest { in <lambda>()
237 fun initPermissions_whenPermissionsNotHidden_doesNotFilterOutPermissions() = runTest { in <lambda>()
265 fun initPermissions_filtersOutUnrecognisedPermissions() = runTest { in <lambda>()
277 fun initPermissions_filtersOutGrantedPermissions() = runTest { in <lambda>()
291 fun isPermissionLocallyGranted_fitnessPermissionGranted_returnsTrue() = runTest { in isPermissionLocallyGranted_fitnessPermissionGranted_returnsTrue()
[all …]
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/contentpreview/
DCachingImagePreviewImageLoaderTest.kt31 import kotlinx.coroutines.test.runTest in <lambda>()
70 testScope.runTest { in <lambda>()
86 testScope.runTest { in <lambda>()
106 testScope.runTest { in <lambda>()
126 testScope.runTest { in <lambda>()
150 testScope.runTest { in <lambda>()
176 testScope.runTest { in <lambda>()
201 testScope.runTest { in <lambda>()
226 testScope.runTest { in <lambda>()
251 testScope.runTest { in <lambda>()
[all …]
DImagePreviewImageLoaderTest.kt47 import kotlinx.coroutines.test.runTest
83 scope.runTest { in prePopulate_cachesImagesUpToTheCacheSize()
95 scope.runTest { in invoke_returnCachedImageWhenCalledTwice()
104 scope.runTest { in invoke_whenInstructed_doesNotCache()
113 scope.runTest { in invoke_overlappedRequests_Deduplicate()
133 scope.runTest { in invoke_oldRecordsEvictedFromTheCache()
145 scope.runTest { in invoke_doNotCacheNulls()
155 scope.runTest { in invoke_onClosedImageLoaderScope_throwsCancellationException()
170 scope.runTest { in invoke_imageLoaderScopeClosedMidflight_throwsCancellationException()
190 scope.runTest { in invoke_multipleCallsWithDifferentCacheInstructions_cachingPrevails()
[all …]
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/domain/interactor/
DUserInteractorTest.kt30 import kotlinx.coroutines.test.runTest
49 fun launchedByProfile(): Unit = runTest { in <lambda>()
62 fun launchedByProfile_asClone(): Unit = runTest { in <lambda>()
74 fun profiles_withPersonal(): Unit = runTest { in <lambda>()
87 fun profiles_addClone(): Unit = runTest { in <lambda>()
100 fun profiles_withPersonalAndClone(): Unit = runTest { in <lambda>()
112 fun profiles_withAllSupportedTypes(): Unit = runTest { in <lambda>()
130 fun profiles_preservesIterationOrder(): Unit = runTest { in <lambda>()
149 fun isAvailable_defaultValue() = runTest { in <lambda>()
162 fun isAvailable() = runTest { in <lambda>()
[all …]
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/task/thumbnail/
DTaskThumbnailViewModelTest.kt36 import kotlinx.coroutines.test.runTest
53 fun initialStateIsUninitialized() = runTest { in <lambda>()
58 fun bindRunningTask_thenStateIs_LiveTile() = runTest { in <lambda>()
67 fun setRecentsFullscreenProgress_thenProgressIsPassedThrough() = runTest { in <lambda>()
78 fun setAncestorScales_thenScaleIsCalculated() = runTest { in <lambda>()
87 runTest { in bindRunningTaskThenStoppedTaskWithoutThumbnail_thenStateChangesToBackgroundOnly()
100 fun bindStoppedTaskWithoutThumbnail_thenStateIs_BackgroundOnly_withAlphaRemoved() = runTest { in <lambda>()
110 fun bindLockedTaskWithThumbnail_thenStateIs_BackgroundOnly() = runTest { in <lambda>()
122 fun bindStoppedTaskWithThumbnail_thenStateIs_Snapshot_withAlphaRemoved() = runTest { in <lambda>()
141 fun bindNonVisibleStoppedTask_whenMadeVisible_thenStateIsSnapshot() = runTest { in <lambda>()
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/dataentries/formatters/
DSleepSessionFormatterTest.kt47 import kotlinx.coroutines.test.runTest
71 fun formatValue_noTitle_showsAmountOfSleep() = runTest { in <lambda>()
78 fun formatA11yValue_noTitle_showsAmountOfSleep() = runTest { in <lambda>()
85 fun formatValue_title_showsTitle() = runTest { in <lambda>()
92 fun formatRecordDetails_awakeStage() = runTest { in <lambda>()
103 fun formatRecordDetails_awakeInBedStage() = runTest { in <lambda>()
114 fun formatRecordDetails_sleepingDeepStage() = runTest { in <lambda>()
125 fun formatRecordDetails_sleepingLightStage() = runTest { in <lambda>()
136 fun formatRecordDetails_sleepingREMStage() = runTest { in <lambda>()
147 fun formatRecordDetails_sleepingStage() = runTest { in <lambda>()
[all …]
/packages/modules/Permission/tests/hostside/safetycenter/src/android/safetycenter/hostside/
DSafetyCenterSystemEventReportedLoggingHostTest.kt63 helperAppRule.runTest( in refreshAllSources_allSourcesSuccessful_successAtomsForEachSourceAndOverallCompletion()
86 helperAppRule.runTest( in refreshAllSources_oneSourceError_errorAtomForThatSourceAndOverall()
109 helperAppRule.runTest( in refreshAllSources_anyResult_atomsIncludeRefreshReason()
127 helperAppRule.runTest( in refreshAllSources_differentRefreshReason_atomsIncludeCorrectRefreshReason()
144 helperAppRule.runTest( in refreshAllSources_firstTime_allSourcesSuccessful_dataChangedTrueForAll()
161 helperAppRule.runTest( in refreshAllSources_secondTime_allSourcesUnchanged_dataChangedFalseForAll()
182 helperAppRule.runTest( in refreshAllSources_secondTime_someSourcesChanged_dataChangedCorrect()
199 helperAppRule.runTest( in resolveAction_success_resolvingActionSuccessEvent()
215 helperAppRule.runTest( in resolveAction_error_resolvingActionErrorEvent()
DSafetyCenterInteractionLoggingHostTest.kt70 helperAppRule.runTest(TEST_CLASS_NAME, testMethodName = "openSafetyCenter") in openSafetyCenter_recordsSafetyCenterViewedEvent()
83 helperAppRule.runTest(TEST_CLASS_NAME, "openSafetyCenterQs") in openSafetyCenterQs_recordsSafetyCenterViewedEvent()
97 helperAppRule.runTest(TEST_CLASS_NAME, "openSafetyCenterFullFromQs") in openSafetyCenterFullFromQs_recordsViewEventWithCorrectSource()
109 helperAppRule.runTest(TEST_CLASS_NAME, testMethodName = "openSafetyCenterWithIssueIntent") in openSafetyCenterWithIssueIntent_recordsViewEventWithAssociatedIssueMetadata()
125 helperAppRule.runTest( in openSafetyCenterWithNotification_recordsViewEventWithAssociatedIssueMetadata()
143 helperAppRule.runTest( in sendNotification_recordsNotificationPostedEvent()
159 helperAppRule.runTest(TEST_CLASS_NAME, testMethodName = "openSubpageFromIntentExtra") in openSubpageFromIntentExtra_recordsEventWithUnknownNavigationSource()
175 helperAppRule.runTest(TEST_CLASS_NAME, testMethodName = "openSubpageFromHomepage") in openSubpageFromHomepage_recordsEventWithSafetyCenterNavigationSource()
189 helperAppRule.runTest(TEST_CLASS_NAME, testMethodName = "openSubpageFromSettingsSearch") in openSubpageFromSettingsSearch_recordsEventWithSettingsNavigationSource()
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/selection/
DGrantsAwareSelectionTest.kt31 import kotlinx.coroutines.test.runTest
55 fun testSelectionIsEmptyByDefault() = runTest { in <lambda>()
75 fun testSelectionIsInitialized() = runTest { in testSelectionIsInitialized()
102 fun testSelectionReturnsSuccess() = runTest { in <lambda>()
126 fun testSelectionReturnsSelectionLimitExceededWhenFull() = runTest { in <lambda>()
146 fun testSelectionCanAddSingleItem() = runTest { in <lambda>()
179 fun testSelectionCanAddMultipleItems() = runTest { in <lambda>()
219 fun testSelectionCanBeCleared() = runTest { in <lambda>()
256 fun testSelectionCanRemoveSingleItem() = runTest { in <lambda>()
299 fun testSelectionCanRemoveMultipleItems() = runTest { in <lambda>()
[all …]
DSelectionImplTest.kt30 import kotlinx.coroutines.test.runTest
51 fun testSelectionIsEmptyByDefault() = runTest { in <lambda>()
71 fun testSelectionIsInitialized() = runTest { in testSelectionIsInitialized()
98 fun testSelectionReturnsSuccess() = runTest { in <lambda>()
122 fun testSelectionReturnsSelectionLimitExceededWhenFull() = runTest { in <lambda>()
142 fun testSelectionCanAddSingleItem() = runTest { in <lambda>()
175 fun testSelectionCanAddMultipleItems() = runTest { in <lambda>()
215 fun testSelectionCanBeCleared() = runTest { in <lambda>()
252 fun testSelectionCanRemoveSingleItem() = runTest { in <lambda>()
295 fun testSelectionCanRemoveMultipleItems() = runTest { in <lambda>()
[all …]
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/data/repository/
DUserRepositoryImplTest.kt34 import kotlinx.coroutines.test.runTest
45 fun initialization() = runTest { in <lambda>()
55 fun createProfile() = runTest { in <lambda>()
68 fun removeProfile() = runTest { in <lambda>()
81 fun isAvailable() = runTest { in <lambda>()
97 fun onHandleAvailabilityChange_userStateMaintained() = runTest { in <lambda>()
115 fun requestState() = runTest { in <lambda>()
136 fun recovers_from_invalid_profile_added_event() = runTest { in <lambda>()
155 fun recovers_from_invalid_profile_removed_event() = runTest { in <lambda>()
174 fun recovers_from_invalid_profile_available_event() = runTest { in <lambda>()
[all …]
DFakeUserRepositoryTest.kt23 import kotlinx.coroutines.test.runTest
35 fun init() = runTest { in <lambda>()
43 fun addUser() = runTest { in <lambda>()
57 fun removeUser() = runTest { in <lambda>()
69 fun isAvailable_defaultValue() = runTest { in <lambda>()
82 fun isAvailable() = runTest { in <lambda>()
96 fun isAvailable_addRemove() = runTest { in <lambda>()
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/datasources/api/
DLoadMostRecentAggregationsUseCaseTest.kt27 import kotlinx.coroutines.test.runTest
82 fun loadMostRecentAggregations_forActivity_returnsInOrder_stepsDistanceCalories() = runTest { in <lambda>()
119 runTest { in loadMostRecentAggregations_forActivity_whenNoStepsData_returnsInOrder_DistanceCalories()
152 runTest { in loadMostRecentAggregations_forActivity_whenNoDistanceData_returnsInOrder_StepsCalories()
185 runTest { in loadMostRecentAggregations_forActivity_whenNoCaloriesData_returnsInOrder_StepsDistance()
216 fun loadMostRecentAggregations_ifNoActivityData_returnsEmptyList() = runTest { in <lambda>()
224 runTest { in loadMostRecentAggregations_forSleep_sessionsSpanOneDay_returnsAggregationInfoForOneDay()
247 runTest { in loadMostRecentAggregations_forSleep_sessionsSpanTwoDays_returnsAggregationInfoWithStartAndEndTime()
272 fun loadMostRecentAggregations_ifNoSleepData_returnsEmptyList() = runTest { in <lambda>()
280 runTest { in loadMostRecentAggregations_whenLoadLastDateWithPriorityDataFails_returnsFailure()
[all …]
DSleepSessionHelperTest.kt20 import kotlinx.coroutines.test.runTest
55 fun clusterSessions_allSessionsStartAndEndOnSameDay_returnsMinAndMaxOfAllSessions() = runTest { in <lambda>()
91 runTest { in clusterSessions_allSessionStartAndEndOnSameDay_withSessionUnknownStart_doesNotIncludeUnknownSessionInMinAndMax()
139 runTest { in clusterSessions_allSessionStartAndEndOnSameDay_withSessionUnknownStartEnd_doesNotIncludeUnknownSessionInMinAndMax()
185 runTest { in clusterSessions_atLeastOneSessionStartsYesterdayAndEndsToday_includesCrossingSessionInMinAndMax()
239 runTest { in clusterSessions_atLeastOneSessionStartsYesterdayAndEndsToday_withGaps_returnsCorrectMinAndMax()
289 runTest { in clusterSessions_atLeastOneSessionStartsYesterdayAndEndsToday_withSessionUnknownStart_doesNotIncludeUnknownSessionInMinAndMax()
352 runTest { in clusterSessions_atLeastOneSessionStartsYesterdayAndEndsToday_withSessionUnknownEnd_returnsForcedMax()
409 runTest { in clusterSessions_atLeastOneSessionStartsYesterdayAndEndsToday_withSessionUnknownStartAndEnd_doesNotIncludeUnknownSessionInMinAndMax()
461 fun clusterSessions_atLeastOneSessionFinishesTomorrow_returnsMaxFromTomorrow() = runTest { in <lambda>()
[all …]
/packages/modules/Bluetooth/service/src/
DAdapterStateTest.kt26 import kotlinx.coroutines.test.runTest
62 fun immediateReturn_whenStateIsAlreadyCorrect() = runTest { in <lambda>()
68 @Test fun expectTimeout() = runTest { assertThat(mState.waitForState(100.days, -1)).isFalse() } in <lambda>()
71 fun expectTimeout_CalledJavaApi() = runTest { in <lambda>()
76 fun setState_whileWaiting() = runTest { in <lambda>()
84 fun concurrentWaiter_NoStateMissed() = runTest { in <lambda>()
108 fun expectTimeout_waitAfterOverride() = runTest { in <lambda>()
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/recents/data/
DTasksRepositoryTest.kt32 import kotlinx.coroutines.test.runTest
53 fun getAllTaskDataReturnsFlattenedListOfTasks() = runTest { in <lambda>()
60 fun getTaskDataByIdReturnsSpecificTask() = runTest { in <lambda>()
68 fun setVisibleTasksPopulatesThumbnails() = runTest { in <lambda>()
84 fun changingVisibleTasksContainsAlreadyPopulatedThumbnails() = runTest { in <lambda>()
104 fun retrievedThumbnailsAreDiscardedWhenTaskBecomesInvisible() = runTest { in <lambda>()
123 fun retrievedThumbnailsCauseEmissionOnTaskDataFlow() = runTest { in <lambda>()
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/permissions/additionalaccess/
DLoadExerciseRoutePermissionUseCaseTest.kt42 import kotlinx.coroutines.test.runTest
81 fun execute_exerciseRoutePermissionGranted_returnGrantedState() = runTest { in <lambda>()
95 fun execute_exerciseRoutePermissionDeclared_returnDeclaredState() = runTest { in <lambda>()
110 fun execute_exerciseRoutePermissionRevoked_returnRevokedState() = runTest { in <lambda>()
122 fun execute_emptyFlags_returnNotDeclaredState() = runTest { in <lambda>()
136 fun execute_noFlagsForExerciseRoutes_returnNotDeclaredState() = runTest { in <lambda>()
150 fun execute_exerciseRoutePermissionNotDeclared_returnNotDeclaredState() = runTest { in <lambda>()
164 fun execute_onException_returnFailedResults() = runTest { in <lambda>()
/packages/apps/Settings/tests/unit/src/com/android/settings/fingerprint2/domain/interactor/
DFingerprintManagerInteractorTest.kt56 import kotlinx.coroutines.test.runTest
118 testScope.runTest { in testEmptyFingerprints()
127 testScope.runTest { in testOneFingerprint()
142 testScope.runTest { in testCanEnrollFingerprint()
163 testScope.runTest { in testGenerateChallenge()
196 testScope.runTest { in testRemoveFingerprint_succeeds()
219 testScope.runTest { in testRemoveFingerprint_fails()
246 testScope.runTest { in testRenameFingerprint_succeeds()
256 testScope.runTest { in testAuth_succeeds()
285 testScope.runTest { in testAuth_lockout()
[all …]
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/exportimport/api/
DExportSettingsViewModelTest.kt43 import kotlinx.coroutines.test.runTest
94 fun loadExportSettings() = runTest { in <lambda>()
107 fun loadDocumentProviders() = runTest { in <lambda>()
130 fun updateExportUri() = runTest { in <lambda>()
140 fun updateExportUri_keepsExistingFrequencySetting() = runTest { in <lambda>()
154 fun updateExportFrequency() = runTest { in <lambda>()
164 fun updateExportFrequency_updatesStoredExportFrequency() = runTest { in <lambda>()
192 fun updateExportUriWithSelectedFrequency_updatesSetting() = runTest { in <lambda>()

123456789