Home
last modified time | relevance | path

Searched defs:testDataService (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/cloudmedia/
DCloudMediaFeatureTest.kt408 val testDataService = dataService.get() as? TestDataServiceImpl in testCloudMediaAvailableBanner() constant
476 val testDataService = dataService.get() as? TestDataServiceImpl in testCloudMediaAvailableBannerAsDismissed() constant
532 val testDataService = dataService.get() as? TestDataServiceImpl in testCloudChooseAccountBanner() constant
600 val testDataService = dataService.get() as? TestDataServiceImpl in testCloudChooseAccountBannerAsDismissed() constant
655 val testDataService = dataService.get() as? TestDataServiceImpl in testCloudChooseProviderBanner() constant
712 val testDataService = dataService.get() as? TestDataServiceImpl in testCloudChooseProviderBannerAsDismissed() constant
/aosp_15_r20/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/embedded/
DEmbeddedFeaturesTest.kt613 val testDataService = dataService.get() as? TestDataServiceImpl in testSwipeUpInCollapseMode_emptyPhotosGrid_transferTouchToHost() constant
658 val testDataService = dataService.get() as? TestDataServiceImpl in testSwipeUpInExpandedMode_emptyPhotosGrid_transferTouchToHost() constant
703 val testDataService = dataService.get() as? TestDataServiceImpl in testSwipeDownInExpandedMode_emptyPhotosGrid_transferTouchToHost() constant
748 val testDataService = dataService.get() as? TestDataServiceImpl in testSwipeRightInExpandedMode_emptyPhotosGrid_notTransferTouchToHost() constant
864 val testDataService = dataService.get() as? TestDataServiceImpl in testCloudChooseProviderBannerIsNotVisibleInEmbedded() constant
938 val testDataService = dataService.get() as? TestDataServiceImpl in testCloudChooseAccountBannerIsNotVisibleInEmbedded() constant
DSessionTest.kt944 val testDataService = dataService as? TestDataServiceImpl in <lambda>() constant
/aosp_15_r20/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/albumgrid/
DAlbumGridFeatureTest.kt333 val testDataService = dataService as? TestDataServiceImpl in testAlbumMediaShowsEmptyStateWhenEmpty() constant
393 val testDataService = dataService as? TestDataServiceImpl in testEmptyStateContentForFavorites() constant
474 val testDataService = dataService as? TestDataServiceImpl in testEmptyStateContentForVideos() constant
550 val testDataService = dataService as? TestDataServiceImpl in testEmptyStateContentForCamera() constant
/aosp_15_r20/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/
DPhotopickerAppTest.kt170 val testDataService = in <lambda>() constant
/aosp_15_r20/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/photogrid/
DPhotoGridFeatureTest.kt328 val testDataService = dataService as? TestDataServiceImpl in testShowsEmptyStateWhenEmpty() constant
/aosp_15_r20/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/banners/
DBannerManagerImplTest.kt853 val testDataService = TestDataServiceImpl() in testIgnoresBannersWithNegativePriority() constant