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

Commit 5ef01cbf authored by Zim's avatar Zim Committed by Zimuzo Ezeozue
Browse files

Address CR comments in I6c078ca3221e13cadf003f3504a7f796c7b18388

Bug: 170486601
Test: Manual
Change-Id: Id7685e8fa5f7abe060598e220dcaeeef2dd848f3
parent 88c51799
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -173,8 +173,13 @@ public abstract class ExternalStorageService extends Service {
     * Called when {@code packageName} is about to ANR. The {@link ExternalStorageService} can
     * show a progress dialog for the {@code reason}.
     *
     * @param packageName the package name of the ANR'ing app
     * @param uid the uid of the ANR'ing app
     * @param tid the tid of the ANR'ing app
     * @param reason the reason the app is ANR'ing
     */
    public void onAnrDelayStarted(@NonNull String packageName, int uid, int tid, int reason) {
    public void onAnrDelayStarted(@NonNull String packageName, int uid, int tid,
            @StorageManager.AppIoBlockedReason int reason) {
        throw new UnsupportedOperationException("onAnrDelayStarted not implemented");
    }