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

  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadScanner.java 78 public static void requestScanBlocking(Context context, DownloadInfo info) {
79 requestScanBlocking(context, info.mId, info.mFileName, info.mMimeType);
82 public static void requestScanBlocking(Context context, long id, String path, String mimeType) {
DownloadThread.java 393 DownloadScanner.requestScanBlocking(mContext, mInfo.mId, mInfoDelta.mFileName,
    [all...]
DownloadProvider.java     [all...]

Completed in 89 milliseconds