Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DMbmsDownloadSession.java1028 File downloadRequestDestination = new File(request.getDestinationUri().getPath()); in checkDownloadRequestDestination() local
1029 if (!downloadRequestDestination.isDirectory()) { in checkDownloadRequestDestination()
1036 File testFileDestination = new File(downloadRequestDestination, in checkDownloadRequestDestination()