Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1553972b authored by François Degros's avatar François Degros
Browse files

Mark ResolvedResourcesJob.buildDocumentList() as private

Bug: 406328303
Flag: EXEMPT to functional change
Test: atest DocumentsUIGoogleTests:com.android.documentsui.services
Change-Id: If5c73f501c23057cf0565075c60579aa1f946746
parent 124782ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -129,7 +129,7 @@ public abstract class ResolvedResourcesJob extends Job {
    /**
     * @return number of docs successfully loaded.
     */
    protected int buildDocumentList() {
    private int buildDocumentList() {
        final ContentResolver resolver = appContext.getContentResolver();
        Iterable<Uri> uris;
        try {