Home
last modified time | relevance | path

Searched refs:systemFacade (Results 1 – 4 of 4) sorted by relevance

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadInfo.java66 Context context, SystemFacade systemFacade, DownloadNotifier notifier) { in newDownloadInfo() argument
67 final DownloadInfo info = new DownloadInfo(context, systemFacade, notifier); in newDownloadInfo()
261 private DownloadInfo(Context context, SystemFacade systemFacade, DownloadNotifier notifier) { in DownloadInfo() argument
263 mSystemFacade = systemFacade; in DownloadInfo()
DDownloadThread.java207 public DownloadThread(Context context, SystemFacade systemFacade, DownloadNotifier notifier, in DownloadThread() argument
210 mSystemFacade = systemFacade; in DownloadThread()
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DAbstractPublicApiTest.java213 public AbstractPublicApiTest(FakeSystemFacade systemFacade) { in AbstractPublicApiTest() argument
214 super(systemFacade); in AbstractPublicApiTest()
DAbstractDownloadProviderFunctionalTest.java144 public AbstractDownloadProviderFunctionalTest(FakeSystemFacade systemFacade) { in AbstractDownloadProviderFunctionalTest() argument
146 mSystemFacade = systemFacade; in AbstractDownloadProviderFunctionalTest()