Searched refs:getSystemFacade (Results 1 – 4 of 4) sorted by relevance
27 import static com.android.providers.downloads.Helpers.getSystemFacade;279 getSystemFacade(context).sendBroadcast(appIntent); in sendNotificationClickedIntent()
194 mSystemFacade = Helpers.getSystemFacade(context); in DownloadInfo()
92 public synchronized static SystemFacade getSystemFacade(Context context) { in getSystemFacade() method in Helpers
245 mSystemFacade = Helpers.getSystemFacade(mContext); in DownloadThread()