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.java133 public VCardFile(String name, String canonicalPath, long lastModified) { in VCardFile() argument
135 mCanonicalPath = canonicalPath; in VCardFile()
685 String canonicalPath = file.getCanonicalPath(); in getVCardFileRecursively() local
686 if (mCheckedPaths.contains(canonicalPath)) { in getVCardFileRecursively()
690 mCheckedPaths.add(canonicalPath); in getVCardFileRecursively()
694 } else if (canonicalPath.toLowerCase().endsWith(".vcf") && in getVCardFileRecursively()
698 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.java706 final String canonicalPath = new File(path).getCanonicalPath(); in checkFileUriDestination() local
708 if (!canonicalPath.startsWith(externalPath)) { in checkFileUriDestination()