Home
last modified time | relevance | path

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

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