Searched refs:folderId (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/provider/
H A DBrowserContract.java320 * @param folderId the ID of the folder to point to
323 public static final Uri buildFolderUri(long folderId) { argument
324 return ContentUris.withAppendedId(CONTENT_URI_DEFAULT_FOLDER, folderId);

Completed in 79 milliseconds