Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
DImportVCardActivity.java135 public VCardFile(String name, String canonicalPath, long lastModified) { in VCardFile() argument
137 mCanonicalPath = canonicalPath; in VCardFile()
687 String canonicalPath = file.getCanonicalPath(); in getVCardFileRecursively() local
688 if (mCheckedPaths.contains(canonicalPath)) { in getVCardFileRecursively()
692 mCheckedPaths.add(canonicalPath); in getVCardFileRecursively()
696 } else if (canonicalPath.toLowerCase().endsWith(".vcf") && in getVCardFileRecursively()
700 fileName, canonicalPath, file.lastModified()); in getVCardFileRecursively()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppReceiveFileInfo.java198 String canonicalPath = receiveFile.getCanonicalPath(); in safeCanonicalPath() local
201 if (!canonicalPath.startsWith(sDesiredStoragePath)) { in safeCanonicalPath()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaScannerService.java195 String canonicalPath = new File(path).getCanonicalPath(); in scanFile() local
196 return scanner.scanSingleFile(canonicalPath, volumeName, mimeType); in scanFile()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadProvider.java711 final String canonicalPath = new File(path).getCanonicalPath(); in checkFileUriDestination() local
713 if (!canonicalPath.startsWith(externalPath)) { in checkFileUriDestination()