Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DAbstractPublicApiTest.java213 public AbstractPublicApiTest(FakeSystemFacade systemFacade) { in AbstractPublicApiTest()
DAbstractDownloadProviderFunctionalTest.java144 public AbstractDownloadProviderFunctionalTest(FakeSystemFacade systemFacade) { in AbstractDownloadProviderFunctionalTest()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadInfo.java66 Context context, SystemFacade systemFacade, DownloadNotifier notifier) { in newDownloadInfo()
261 private DownloadInfo(Context context, SystemFacade systemFacade, DownloadNotifier notifier) { in DownloadInfo()
DDownloadThread.java207 public DownloadThread(Context context, SystemFacade systemFacade, DownloadNotifier notifier, in DownloadThread()