/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/configuration/ |
D | ConfigurationManagerTest.kt | 73 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/ |
D | ConfigurationManagerTest.java | 102 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/ |
D | SearchViewModelTest.kt | 63 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/ |
D | BannerManagerImplTest.kt | 204 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/ |
D | PreviewViewModelTest.kt | 275 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/ |
D | PhotoGridViewModelTest.kt | 195 val configurationManager = in testPhotoGridItemClickedUpdatesSelection() constant 306 val configurationManager = in testShowsToastWhenSelectionFull() constant 393 val configurationManager = in testPhotoGridBannerDismissedHandler() constant
|
D | PhotoGridFeatureTest.kt | 149 @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/ |
D | LazyInjectionDetectorTest.kt | 61 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/ |
D | ProfileSelectorViewModelTest.kt | 203 val configurationManager = in testExposesUserProfileFlowsForUi() constant 279 val configurationManager = in testProfileSwitchClearsSelection() constant
|
D | SwitchProfileBannerTest.kt | 146 @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/ |
D | EmbeddedViewModelFactory.kt | 70 val configurationManager: Lazy<ConfigurationManager>, constant in com.android.photopicker.core.embedded.EmbeddedViewModelFactory
|
D | Session.kt | 164 fun configurationManager(): Lazy<ConfigurationManager> in <lambda>() method
|
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/profileselector/ |
D | ProfileSelectorViewModel.kt | 57 private val configurationManager: ConfigurationManager, constant in com.android.photopicker.features.profileselector.ProfileSelectorViewModel
|
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/ |
D | PhotopickerFeatureBaseTest.kt | 66 abstract var configurationManager: Lazy<ConfigurationManager> variable in com.android.photopicker.features.PhotopickerFeatureBaseTest
|
D | MainActivityTest.kt | 95 @Inject lateinit var configurationManager: ConfigurationManager in <lambda>() variable in com.android.photopicker.MainActivityTest
|
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/inject/ |
D | ActivityModule.kt | 81 private lateinit var configurationManager: ConfigurationManager variable in com.android.photopicker.core.ActivityModule
|
D | EmbeddedServiceModule.kt | 83 private lateinit var configurationManager: ConfigurationManager in <lambda>() variable in com.android.photopicker.core.EmbeddedServiceModule
|
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/banners/ |
D | BannerManagerImpl.kt | 45 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/ |
D | SnackbarFeatureTest.kt | 118 @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/ |
D | BrowseFeatureTest.kt | 114 @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/ |
D | PhotopickerAppTest.kt | 99 @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/ |
D | OverflowMenuFeatureTest.kt | 118 @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/ |
D | PrivacyExplainerFeatureTest.kt | 133 @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/ |
D | SearchViewModel.kt | 75 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/ |
D | NavigationBarFeatureTest.kt | 135 @Inject override lateinit var configurationManager: Lazy<ConfigurationManager> variable in com.android.photopicker.features.navigationbar.NavigationBarFeatureTest
|