HomeSort by relevance Sort by last modified time
    Searched refs:getSystemFacade (Results 1 - 4 of 4) sorted by null

  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadReceiver.java 27 import static com.android.providers.downloads.Helpers.getSystemFacade;
268 getSystemFacade(context).sendBroadcast(appIntent);
DownloadInfo.java 194 mSystemFacade = Helpers.getSystemFacade(context);
Helpers.java 92 public synchronized static SystemFacade getSystemFacade(Context context) {
DownloadThread.java 245 mSystemFacade = Helpers.getSystemFacade(mContext);
    [all...]

Completed in 169 milliseconds