Searched refs:getContentUriForPath (Results 1 – 6 of 6) sorted by relevance
1517 try (final Cursor cursor = query(FileUtils.getContentUriForPath(path), projection, in getFilesInDirectoryForFuse()1589 final Uri uri = FileUtils.getContentUriForPath(path); in maybeRemoveOwnerPackageForFuseRename()1631 final Uri uriOldPath = FileUtils.getContentUriForPath(oldPath); in updateDatabaseForFuseRename()1652 final Uri uriNewPath = FileUtils.getContentUriForPath(oldPath); in updateDatabaseForFuseRename()1712 try (final Cursor c = query(FileUtils.getContentUriForPath(oldPath), in getAllFilesForRenameDirectory()1751 final Uri uriOldPath = FileUtils.getContentUriForPath(oldPath); in getWritableFilesForRenameDirectory()1846 helper = getDatabaseForUri(FileUtils.getContentUriForPath(oldPath)); in renameDirectoryUncheckedForFuse()1931 helper = getDatabaseForUri(FileUtils.getContentUriForPath(oldPath)); in renameFileForFuse()3145 final Uri uri = FileUtils.getContentUriForPath(path); in getQueryBuilderForUpsert()5390 final Uri uri = FileUtils.getContentUriForPath(path);[all …]
1588 public static final Uri getContentUriForPath(String path) { in getContentUriForPath() method in MediaStore.Files1791 public static @NonNull Uri getContentUriForPath(@NonNull String path) { in getContentUriForPath() method in MediaStore.Downloads2675 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()954 Helpers.getContentUriForPath(getContext(), filePath)); in getMediaStoreUri()
826 public static @NonNull Uri getContentUriForPath(@NonNull String path) {
171 … method @Deprecated @Nullable public static android.net.Uri getContentUriForPath(@NonNull String);