Searched refs:systemFacade (Results 1 – 5 of 5) sorted by relevance
164 public AbstractPublicApiTest(FakeSystemFacade systemFacade) { in AbstractPublicApiTest() argument165 super(systemFacade); in AbstractPublicApiTest()
146 public AbstractDownloadManagerFunctionalTest(FakeSystemFacade systemFacade) { in AbstractDownloadManagerFunctionalTest() argument148 mSystemFacade = systemFacade; in AbstractDownloadManagerFunctionalTest()
56 public DownloadInfo newDownloadInfo(Context context, SystemFacade systemFacade) { in newDownloadInfo() argument57 DownloadInfo info = new DownloadInfo(context, systemFacade); in newDownloadInfo()232 private DownloadInfo(Context context, SystemFacade systemFacade) { in DownloadInfo() argument234 mSystemFacade = systemFacade; in DownloadInfo()
97 DownloadNotification(Context ctx, SystemFacade systemFacade) { in DownloadNotification() argument99 mSystemFacade = systemFacade; in DownloadNotification()
64 public DownloadThread(Context context, SystemFacade systemFacade, DownloadInfo info, in DownloadThread() argument67 mSystemFacade = systemFacade; in DownloadThread()