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

Commit 2509e292 authored by Ruslan Tkhakokhov's avatar Ruslan Tkhakokhov Committed by Automerger Merge Worker
Browse files

Merge "Address API feedback for BackupTransport#getBackupManagerMonitor" into...

Merge "Address API feedback for BackupTransport#getBackupManagerMonitor" into udc-dev am: c62b840d

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21609424



Change-Id: Ic67bc45bb9c22148fb786b0dd45c32d51dc027d6
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 5663e68f c62b840d
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -656,11 +656,14 @@ public class BackupTransport {
    }

    /**
     * Ask the transport for a {@link IBackupManagerMonitor} instance which will be used by the
     * Ask the transport for a {@link BackupManagerMonitor} instance which will be used by the
     * framework to report logging events back to the transport.
     *
     * <p>Backups requested from outside the framework may pass in a monitor with the request,
     * however backups initiated by the framework will call this method to retrieve one.
     *
     * @return {@link BackupManagerMonitor} or {@code null} if the transport implementation does not
     *         wish to receive the logging events.
     */
    @Nullable
    public BackupManagerMonitor getBackupManagerMonitor() {