Searched refs:mMdd (Results 1 – 5 of 5) sorted by relevance
170 private MobileDataDownload mMdd; field in MobileDataDownloadTest201 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 …]
64 private MobileDataDownload mMdd; field in OnDevicePersonalizationFileGroupPopulatorTest72 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()
43 private MobileDataDownload mMdd; field in OnDevicePersonalizationFileGroupPopulatorTest51 mMdd = MobileDataDownloadFactory.getMdd(mContext); in setup()62 mPopulator.refreshFileGroups(mMdd).get(); in testRefreshFileGroup()68 mMdd.downloadFileGroup(DownloadFileGroupRequest.newBuilder().setGroupName( in testRefreshFileGroup()
54 private MobileDataDownload mMdd; field in OnDevicePersonalizationDataProcessingAsyncCallableManualTests72 mMdd = MobileDataDownloadFactory.getMdd(mContext); in setup()85 mPopulator.refreshFileGroups(mMdd).get(); in testRun()89 mMdd.downloadFileGroup( in testRun()
77 private MobileDataDownload mMdd; field in OnDevicePersonalizationDataProcessingAsyncCallableTests129 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()