HomeSort by relevance Sort by last modified time
    Searched refs:canonicalPath (Results 1 - 3 of 3) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/
ImportVCardActivity.java 79 public VCardFile(String name, String canonicalPath, long lastModified) {
81 mCanonicalPath = canonicalPath;
522 String canonicalPath = mAllVCardFileList.get(mCurrentIndex).getCanonicalPath();
523 final Uri uri = Uri.parse("file://" + canonicalPath);
631 String canonicalPath = file.getCanonicalPath();
632 if (mCheckedPaths.contains(canonicalPath)) {
636 mCheckedPaths.add(canonicalPath);
640 } else if (canonicalPath.toLowerCase().endsWith(".vcf") &&
644 fileName, canonicalPath, file.lastModified());
666 String canonicalPath = mAllVCardFileList.get(0).getCanonicalPath()
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiveFileInfo.java 193 String canonicalPath = receiveFile.getCanonicalPath();
196 if (!canonicalPath.startsWith(sDesiredStoragePath)) {
  /external/quake/src/com/android/quake/
DownloaderActivity.java 483 String canonicalPath =
485 fileMap.put(canonicalPath, file);
524 String canonicalPath = file.getCanonicalPath();
525 if (keepSet.contains(canonicalPath)) {
528 Config.File configFile = fileMap.get(canonicalPath);
    [all...]

Completed in 163 milliseconds