Home
last modified time | relevance | path

Searched refs:mMdd (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/download/
DMobileDataDownloadTest.java170 private MobileDataDownload mMdd; field in MobileDataDownloadTest
201 if (mMdd != null) { in teardown()
202 mMdd.clear().get(); in teardown()
209 mMdd = in testCreateMddManagerSuccessfully()
229 mMdd.addFileGroup( in testCreateMddManagerSuccessfully()
238 mMdd.downloadFileGroup( in testCreateMddManagerSuccessfully()
260 mMdd.getFileGroup( in testTopicsManifestFileGroupPopulator_ManifestConfigOverrider_NoFileGroup()
282 mMdd.getFileGroup( in testTopicsManifestFileGroupPopulator()
310 mMdd.getFileGroup( in testEncryptionKeysDataDownload_production_featureEnabled()
327 mMdd.getFileGroup( in testEncryptionKeysDataDownload_production_featureDisabled()
[all …]
/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/download/mdd/
DOnDevicePersonalizationFileGroupPopulatorTest.java64 private MobileDataDownload mMdd; field in OnDevicePersonalizationFileGroupPopulatorTest
72 mMdd = MobileDataDownloadFactory.getMdd(mContext, executorService, executorService); in setup()
87 mPopulator.refreshFileGroups(mMdd).get(); in testRefreshFileGroup()
94 mMdd.downloadFileGroup(DownloadFileGroupRequest.newBuilder().setGroupName( in testRefreshFileGroup()
114 List<ClientFileGroup> clientFileGroups = mMdd.getFileGroupsByFilter(request).get(); in cleanupOldFileGroup()
122 mPopulator.refreshFileGroups(mMdd).get(); in cleanupOldFileGroup()
126 clientFileGroups = mMdd.getFileGroupsByFilter(request).get(); in cleanupOldFileGroup()
189 mMdd.addFileGroup( in addTestFileGroup()
/packages/modules/OnDevicePersonalization/tests/manualtests/src/com/android/ondevicepersonalization/services/download/mdd/
DOnDevicePersonalizationFileGroupPopulatorTest.java43 private MobileDataDownload mMdd; field in OnDevicePersonalizationFileGroupPopulatorTest
51 mMdd = MobileDataDownloadFactory.getMdd(mContext); in setup()
62 mPopulator.refreshFileGroups(mMdd).get(); in testRefreshFileGroup()
68 mMdd.downloadFileGroup(DownloadFileGroupRequest.newBuilder().setGroupName( in testRefreshFileGroup()
/packages/modules/OnDevicePersonalization/tests/manualtests/src/com/android/ondevicepersonalization/services/download/
DOnDevicePersonalizationDataProcessingAsyncCallableManualTests.java54 private MobileDataDownload mMdd; field in OnDevicePersonalizationDataProcessingAsyncCallableManualTests
72 mMdd = MobileDataDownloadFactory.getMdd(mContext); in setup()
85 mPopulator.refreshFileGroups(mMdd).get(); in testRun()
89 mMdd.downloadFileGroup( in testRun()
/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/download/
DOnDevicePersonalizationDataProcessingAsyncCallableTests.java77 private MobileDataDownload mMdd; field in OnDevicePersonalizationDataProcessingAsyncCallableTests
129 mMdd = MobileDataDownloadFactory.getMdd(mContext, executorService, executorService); in setup()
170 mPopulator.refreshFileGroups(mMdd).get(); in testRun()
175 mMdd.downloadFileGroup( in testRun()
230 mPopulator.refreshFileGroups(mMdd).get(); in testRunOldDataDownloaded()
235 mMdd.downloadFileGroup( in testRunOldDataDownloaded()