Searched defs:relativePath (Results 1 – 7 of 7) sorted by relevance
74 public String relativePath; field in WidgetDatabaseHelper.Entry218 public boolean setWidget(int id, int type, String albumPath, String relativePath) { in setWidget()
167 String relativePath = null; in setChoosenAlbum() local
1233 final String relativePath = extractRelativePath(audio.getAbsolutePath()); in testQueryAudioViewsNoItemWithColumn() local1270 private static void assertRelativePathForDirectory(String directoryPath, String relativePath) { in assertRelativePathForDirectory()1300 private static void assertRelativePath(ContentValues values, String relativePath) { in assertRelativePath()1321 private String buildFile(Uri uri, String relativePath, String displayName, in buildFile()
147 String relativePath = cursor.getString(relativePathColumn); in load() local
299 String relativePath = "/"; in getRelativePath() local
833 final String relativePath = cursor.getString(0); in getRelativePathAndDisplayNameForDownload() local
1250 String relativePath = "Android/media/" + DatabaseUtils.escapeForLike(packageName) + "/%"; in onPackageOrphaned() local1960 String relativePath = extractRelativePathForDirectory(path); in getFilesInDirectoryForFuse() local3312 final String[] relativePath = values.getAsString(MediaColumns.RELATIVE_PATH).split("/"); in ensureFileColumns() local