Searched refs:localPath (Results 1 – 2 of 2) sorted by relevance
62 String localPath; field in CacheManager.CacheResult102 return localPath; in getLocalPath()
1327 String localPath = getString(getColumnIndex(COLUMN_LOCAL_FILENAME)); in getLocalUri() local1328 if (localPath == null) { in getLocalUri()1331 return Uri.fromFile(new File(localPath)).toString(); in getLocalUri()