Searched refs:getContentUriForPath (Results 1 – 8 of 8) sorted by relevance
97 FileUtils.getContentUriForPath(file)); in logAccessViaFuse()
1550 helper = getDatabaseForUri(FileUtils.getContentUriForPath(path)); in getFileLookupResultsForRedactedUriPath()1982 try (final Cursor cursor = query(FileUtils.getContentUriForPath(path), projection, in getFilesInDirectoryForFuse()2049 final Uri uri = FileUtils.getContentUriForPath(path); in maybeRemoveOwnerPackageForFuseRename()2089 FileUtils.getContentUriForPath(oldPath)); in updateDatabaseForFuseRename()2121 final Uri uriNewPath = FileUtils.getContentUriForPath(oldPath); in updateDatabaseForFuseRename()2190 try (final Cursor c = query(FileUtils.getContentUriForPath(oldPath), in getAllFilesForRenameDirectory()2232 final Uri uriOldPath = FileUtils.getContentUriForPath(oldPath); in getWritableFilesForRenameDirectory()2329 helper = getDatabaseForUri(FileUtils.getContentUriForPath(oldPath)); in renameDirectoryUncheckedForFuse()2417 helper = getDatabaseForUri(FileUtils.getContentUriForPath(oldPath)); in renameFileForFuse()4015 final Uri uri = FileUtils.getContentUriForPath(path); in getQueryBuilderForUpsert()[all …]
1255 final Uri uri = FileUtils.getContentUriForPath(path); in updateTranscodeStatus()1294 final Uri uri = FileUtils.getContentUriForPath(path); in queryFileForTranscode()
1754 public static final Uri getContentUriForPath(String path) { in getContentUriForPath() method in MediaStore.Files2069 public static @NonNull Uri getContentUriForPath(@NonNull String path) { in getContentUriForPath() method in MediaStore.Downloads3000 public static @Nullable Uri getContentUriForPath(@NonNull String path) { in getContentUriForPath() method in MediaStore.Audio.Media
510 public static final Uri getContentUriForPath(Context context, String path) { in getContentUriForPath() method in Helpers
932 Helpers.getContentUriForPath(getContext(), filePath), in updateMediaProvider()961 Helpers.getContentUriForPath(getContext(), filePath)); in getMediaStoreUri()
860 public static @NonNull Uri getContentUriForPath(@NonNull String path) {
181 … method @Deprecated @Nullable public static android.net.Uri getContentUriForPath(@NonNull String);