Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/mbms/
DMbmsTempFileProvider.java124 String tempFileDirPath; in getUriForFile() local
126 tempFileDirPath = tempFileDir.getCanonicalPath(); in getUriForFile()
134 if (tempFileDirPath.endsWith("/")) { in getUriForFile()
135 pathFragment = filePath.substring(tempFileDirPath.length()); in getUriForFile()
137 pathFragment = filePath.substring(tempFileDirPath.length() + 1); in getUriForFile()