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