Home
last modified time | relevance | path

Searched defs:configurationManager (Results 1 – 25 of 37) sorted by relevance

12

/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/configuration/
DConfigurationManagerTest.kt73 val configurationManager = in testEmitsConfiguration() constant
99 val configurationManager = in testConfigurationEmitsFlagChanges() constant
144 val configurationManager = in testConfigurationChangesAreBatched() constant
203 val configurationManager = in <lambda>() constant
250 val configurationManager = in testSetIntentUpdatesConfiguration() constant
278 val configurationManager = in testSetCallerUpdatesConfiguration() constant
326 val configurationManager = in testSetIntentSetsSelectionLimit() constant
362 val configurationManager = in testSetIntentSetsMimeTypesSetType() constant
399 val configurationManager = in testSetIntentSetsMimeTypesSetExtrasBundle() constant
440 val configurationManager = in testSetIntentSetsMimeTypesSetExtrasIntent() constant
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/configdelivery/
DConfigurationManagerTest.java102 ConfigurationManager configurationManager = in insertConfigurationsIfNotExist_insertsNewConfigurations() local
130 ConfigurationManager configurationManager = in createConfigurationManager_withUseLatestVersionStrategy_alwaysUsesLatestVersion() local
184 ConfigurationManager configurationManager = in createConfigurationManager_withProcessConsistentStrategy_alwaysUsesSameVersion() local
206 ConfigurationManager configurationManager = in getConfigurationById_returnsMatchingConfiguration() local
220 ConfigurationManager configurationManager = in getConfigurationById_withEmptyTable_returnsNull() local
233 ConfigurationManager configurationManager = in getConfigurationsByAnyLabel_returnsMatchingConfigurations() local
248 ConfigurationManager configurationManager = in getConfigurationsByAnyLabel_withEmptyTable_returnsEmptyList() local
263 ConfigurationManager configurationManager = in getConfigurationsByAllLabels_returnsMatchingConfigurations() local
278 ConfigurationManager configurationManager = in getConfigurationsByAllLabels_withEmptyTable_returnsEmptyList() local
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/search/
DSearchViewModelTest.kt63 val configurationManager = in testfetchSuggestions_initialState_hasFaceSuggestionAsSeparateList() constant
104 val configurationManager = in testfetchSuggestions_textQueryState_hasFaceSuggestionIntegratedList() constant
145 val configurationManager = in <lambda>() constant
174 val configurationManager = in <lambda>() constant
210 val configurationManager = in <lambda>() constant
239 val configurationManager = in <lambda>() constant
273 val configurationManager = in <lambda>() constant
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/banners/
DBannerManagerImplTest.kt204 val configurationManager = in testEmitsNoBannerWhenNoFeaturesEnabled() constant
259 val configurationManager = in testEmitsCorrectBannerByPriority() constant
318 val configurationManager = in testEmitsCorrectBannerByPriorityPreviouslyDismissed() constant
402 val configurationManager = in testEmitsHighestPriorityBanner() constant
476 val configurationManager = in testShowBanner() constant
538 val configurationManager = in testHideBanner() constant
608 val configurationManager = in testMarkBannerAsDismissedOnceStrategy() constant
673 val configurationManager = in testMarkBannerAsDismissedPerUidStrategy() constant
744 val configurationManager = in testMarkBannerAsDismissedSessionStrategy() constant
838 val configurationManager = in testIgnoresBannersWithNegativePriority() constant
[all …]
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/preview/
DPreviewViewModelTest.kt275 val configurationManager = in testToggleInSelectionUpdatesSelection() constant
348 val configurationManager = in testToggleInSelectionCollectionUpdatesSelection() constant
437 val configurationManager = in testSnapshotSelection() constant
505 val configurationManager = in testDeselectionSnapshotIsPopulated() constant
575 val configurationManager = in testRemotePreviewControllerCreation() constant
654 val configurationManager = in testRemotePreviewControllersAreCached() constant
777 val configurationManager = in testRemotePreviewControllersAreDestroyed() constant
833 val configurationManager = in testRemotePreviewSurfaceStateChangedCallbackEmitsUpdates() constant
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/photogrid/
DPhotoGridViewModelTest.kt195 val configurationManager = in testPhotoGridItemClickedUpdatesSelection() constant
306 val configurationManager = in testShowsToastWhenSelectionFull() constant
393 val configurationManager = in testPhotoGridBannerDismissedHandler() constant
DPhotoGridFeatureTest.kt149 @Inject override lateinit var configurationManager: Lazy<ConfigurationManager> variable in com.android.photopicker.features.photogrid.PhotoGridFeatureTest
/packages/providers/MediaProvider/photopicker/lint/checks/tests/src/com/android/photopicker/lint/test/
DLazyInjectionDetectorTest.kt61 private val configurationManager: TestFile = in getDetector() constant in com.android.photopicker.lint.test.LazyInjectionDetectorTest
212 fun configurationManager(): Lazy<ConfigurationManager> in testInjectDataServiceNotLazyEntryPoint() method
242 fun configurationManager(): ConfigurationManager in testInjectDataServiceNotLazyNotEntryPoint() method
275 fun configurationManager(): ConfigurationManager in testInjectDataServiceLazyEntryPoint() method
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/profileselector/
DProfileSelectorViewModelTest.kt203 val configurationManager = in testExposesUserProfileFlowsForUi() constant
279 val configurationManager = in testProfileSwitchClearsSelection() constant
DSwitchProfileBannerTest.kt146 @Inject override lateinit var configurationManager: Lazy<ConfigurationManager> variable in com.android.photopicker.features.profileselector.SwitchProfileBannerTest
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/embedded/
DEmbeddedViewModelFactory.kt70 val configurationManager: Lazy<ConfigurationManager>, constant in com.android.photopicker.core.embedded.EmbeddedViewModelFactory
DSession.kt164 fun configurationManager(): Lazy<ConfigurationManager> in <lambda>() method
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/profileselector/
DProfileSelectorViewModel.kt57 private val configurationManager: ConfigurationManager, constant in com.android.photopicker.features.profileselector.ProfileSelectorViewModel
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/
DPhotopickerFeatureBaseTest.kt66 abstract var configurationManager: Lazy<ConfigurationManager> variable in com.android.photopicker.features.PhotopickerFeatureBaseTest
DMainActivityTest.kt95 @Inject lateinit var configurationManager: ConfigurationManager in <lambda>() variable in com.android.photopicker.MainActivityTest
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/inject/
DActivityModule.kt81 private lateinit var configurationManager: ConfigurationManager variable in com.android.photopicker.core.ActivityModule
DEmbeddedServiceModule.kt83 private lateinit var configurationManager: ConfigurationManager in <lambda>() variable in com.android.photopicker.core.EmbeddedServiceModule
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/banners/
DBannerManagerImpl.kt45 private val configurationManager: ConfigurationManager, in <lambda>() constant in com.android.photopicker.core.banners.BannerManagerImpl
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/snackbar/
DSnackbarFeatureTest.kt118 @Inject override lateinit var configurationManager: Lazy<ConfigurationManager> variable in com.android.photopicker.features.snackbar.SnackbarFeatureTest
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/browse/
DBrowseFeatureTest.kt114 @Inject override lateinit var configurationManager: Lazy<ConfigurationManager> variable in com.android.photopicker.features.browse.BrowseFeatureTest
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/
DPhotopickerAppTest.kt99 @Inject override lateinit var configurationManager: Lazy<ConfigurationManager> in <lambda>() variable in com.android.photopicker.core.PhotopickerAppTest
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/overflowmenu/
DOverflowMenuFeatureTest.kt118 @Inject override lateinit var configurationManager: Lazy<ConfigurationManager> variable in com.android.photopicker.features.overflowmenu.OverflowMenuFeatureTest
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/privacyexplainer/
DPrivacyExplainerFeatureTest.kt133 @Inject override lateinit var configurationManager: Lazy<ConfigurationManager> variable in com.android.photopicker.features.privacyexplainer.PrivacyExplainerFeatureTest
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/search/
DSearchViewModel.kt75 private val configurationManager: ConfigurationManager, in <lambda>() constant in com.android.photopicker.features.search.SearchViewModel
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/navigationbar/
DNavigationBarFeatureTest.kt135 @Inject override lateinit var configurationManager: Lazy<ConfigurationManager> variable in com.android.photopicker.features.navigationbar.NavigationBarFeatureTest

12