Searched refs:localPath (Results 1 – 2 of 2) sorted by relevance
56 String localPath; field in CacheManager.CacheResult96 return localPath; in getLocalPath()
1513 String localPath = super.getString(getColumnIndex(COLUMN_LOCAL_FILENAME));1514 if (localPath == null) {1517 return Uri.fromFile(new File(localPath)).toString();