Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DAbstractPublicApiTest.java164 public AbstractPublicApiTest(FakeSystemFacade systemFacade) { in AbstractPublicApiTest() argument
165 super(systemFacade); in AbstractPublicApiTest()
DAbstractDownloadManagerFunctionalTest.java146 public AbstractDownloadManagerFunctionalTest(FakeSystemFacade systemFacade) { in AbstractDownloadManagerFunctionalTest() argument
148 mSystemFacade = systemFacade; in AbstractDownloadManagerFunctionalTest()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadInfo.java56 public DownloadInfo newDownloadInfo(Context context, SystemFacade systemFacade) { in newDownloadInfo() argument
57 DownloadInfo info = new DownloadInfo(context, systemFacade); in newDownloadInfo()
232 private DownloadInfo(Context context, SystemFacade systemFacade) { in DownloadInfo() argument
234 mSystemFacade = systemFacade; in DownloadInfo()
DDownloadNotification.java97 DownloadNotification(Context ctx, SystemFacade systemFacade) { in DownloadNotification() argument
99 mSystemFacade = systemFacade; in DownloadNotification()
DDownloadThread.java64 public DownloadThread(Context context, SystemFacade systemFacade, DownloadInfo info, in DownloadThread() argument
67 mSystemFacade = systemFacade; in DownloadThread()