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

Commit 8159d4f1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update CompanionDeviceService javadocs to reflect the new presence behavior." into main

parents c9f73732 5b41818c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -249,7 +249,7 @@ public abstract class CompanionDeviceService extends Service {

    // TODO(b/315163162) Add @Deprecated keyword after 24Q2 cut.
    /**
     * Called by system whenever a device associated with this app is connected.
     * Called by the system when an associated device is nearby or connected.
     *
     * @param associationInfo A record for the companion device.
     */
@@ -262,7 +262,7 @@ public abstract class CompanionDeviceService extends Service {

    // TODO(b/315163162) Add @Deprecated keyword after 24Q2 cut.
    /**
     * Called by system whenever a device associated with this app is disconnected.
     * Called by the system when an associated device is out of range or disconnected.
     *
     * @param associationInfo A record for the companion device.
     */
@@ -274,7 +274,7 @@ public abstract class CompanionDeviceService extends Service {
    }

    /**
     * Called by the system during device events.
     * Called by the system when an associated device's presence state changes.
     *
     * @see CompanionDeviceManager#startObservingDevicePresence(ObservingDevicePresenceRequest)
     */