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

/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
H A DImportVCardActivity.java145 public String getCanonicalPath() { method in class:ImportVCardActivity.VCardFile
595 mAllVCardFileList.get(which).getCanonicalPath()));
675 final String currentDirectoryPath = directory.getCanonicalPath();
677 mRootDirectory.getCanonicalPath().concat(SECURE_DIRECTORY_NAME);
687 String canonicalPath = file.getCanonicalPath();
734 uriStrings[i] = "file://" + vcardFile.getCanonicalPath();
741 importVCard(new Uri[] {Uri.parse("file://" + vcardFile.getCanonicalPath())});

Completed in 72 milliseconds