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

Commit 52e0294f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Refactor SelectionModeListener." into nyc-andromeda-dev

parents 19edf343 84bd0f13
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -20,10 +20,8 @@ import static com.android.documentsui.Shared.EXTRA_BENCHMARK;

import android.app.Activity;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.os.Bundle;
import android.os.Handler;
import android.util.Log;

import java.util.concurrent.CountDownLatch;

+0 −5
Original line number Diff line number Diff line
@@ -336,9 +336,4 @@ public final class Events {
                    .toString();
        }
    }

    @FunctionalInterface
    public interface EventHandler {
        boolean apply(InputEvent event);
    }
}
+0 −2
Original line number Diff line number Diff line
@@ -16,8 +16,6 @@

package com.android.documentsui;

import android.annotation.Nullable;
import android.support.v7.widget.RecyclerView;
import android.view.Menu;
import android.view.MenuItem;

+0 −2
Original line number Diff line number Diff line
@@ -17,12 +17,10 @@
package com.android.documentsui;

import static android.os.Environment.isStandardDirectory;
import static android.os.Environment.STANDARD_DIRECTORIES;
import static android.os.storage.StorageVolume.EXTRA_DIRECTORY_NAME;
import static android.os.storage.StorageVolume.EXTRA_STORAGE_VOLUME;

import static com.android.documentsui.LocalPreferences.getScopedAccessPermissionStatus;
import static com.android.documentsui.LocalPreferences.PERMISSION_ASK;
import static com.android.documentsui.LocalPreferences.PERMISSION_ASK_AGAIN;
import static com.android.documentsui.LocalPreferences.PERMISSION_NEVER_ASK;
import static com.android.documentsui.LocalPreferences.setScopedAccessPermissionStatus;
+0 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@ import static com.android.documentsui.model.DocumentInfo.getCursorString;

import android.content.ClipData;
import android.content.ClipDescription;
import android.content.ComponentName;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.content.res.Resources;
Loading