Searched defs:canonicalPath (Results 1 - 1 of 1) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
H A DImportVCardActivity.java135 public VCardFile(String name, String canonicalPath, long lastModified) { argument
137 mCanonicalPath = canonicalPath;
687 String canonicalPath = file.getCanonicalPath();
688 if (mCheckedPaths.contains(canonicalPath)) {
692 mCheckedPaths.add(canonicalPath);
696 } else if (canonicalPath.toLowerCase().endsWith(".vcf") &&
700 fileName, canonicalPath, file.lastModified());

Completed in 80 milliseconds