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

Commit 11459ecc authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 5968679 from 63e4ba6e to qt-qpr2-release

Change-Id: Ie59d26caeee5948908c208eb15d7b2e26810b735
parents 906d3bfe 63e4ba6e
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -137,12 +137,6 @@ public class FileCopyUiTest extends ActivityTest<FilesActivity> {
            Log.d(TAG, "Cannot set notification access. ", e);
        }

        IntentFilter filter = new IntentFilter();
        filter.addAction(TestNotificationService.ACTION_OPERATION_RESULT);
        context.registerReceiver(mReceiver, filter);
        context.sendBroadcast(new Intent(
                TestNotificationService.ACTION_CHANGE_EXECUTION_MODE));

        mOperationExecuted = false;
        mErrorReason = "No response from Notification";

@@ -156,6 +150,12 @@ public class FileCopyUiTest extends ActivityTest<FilesActivity> {
            // Call initStorageRootInfo() again for setting SD Card root
            initStorageRootInfo();
        }

        IntentFilter filter = new IntentFilter();
        filter.addAction(TestNotificationService.ACTION_OPERATION_RESULT);
        context.registerReceiver(mReceiver, filter);
        context.sendBroadcast(new Intent(
                TestNotificationService.ACTION_CHANGE_EXECUTION_MODE));
    }

    @Override