Searched refs:getSystemFacade (Results 1 – 4 of 4) sorted by relevance
29 import static com.android.providers.downloads.Helpers.getSystemFacade;294 getSystemFacade(context).sendBroadcast(appIntent, null, options.toBundle()); in sendNotificationClickedIntent()
199 mSystemFacade = Helpers.getSystemFacade(context); in DownloadInfo()
111 public synchronized static SystemFacade getSystemFacade(Context context) { in getSystemFacade() method in Helpers
250 mSystemFacade = Helpers.getSystemFacade(mContext); in DownloadThread()