Home
last modified time | relevance | path

Searched refs:getRunningDestinationDirectory (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DHelpers.java256 parent = getRunningDestinationDirectory(context, destination); in generateSaveFile()
777 public static File getRunningDestinationDirectory(Context context, int destination) in getRunningDestinationDirectory() method in Helpers
H A DDownloadThread.java691 final File beforeDir = Helpers.getRunningDestinationDirectory( in finalizeDestination()