Searched refs:localPath (Results 1 – 2 of 2) sorted by relevance
68 String localPath; field in CacheManager.CacheResult121 return localPath; in getLocalPath()
1649 String localPath = super.getString(getColumnIndex(COLUMN_LOCAL_FILENAME));1650 if (localPath == null) {1653 return Uri.fromFile(new File(localPath)).toString();