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

Commit f609b991 authored by Wei Wang's avatar Wei Wang Committed by Android (Google) Code Review
Browse files

Merge "power: refine comment for pause/resume session" into sc-dev

parents 09dde55f 12495d2d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -43,17 +43,17 @@ oneway interface IPowerHintSession {
    void reportActualWorkDuration(in WorkDuration[] durations);

    /**
     * Pause the session when the application is not in foreground and above
     * Pause the session when the application is not allowed to send hint in framework.
     */
    void pause();

    /**
     * Resume the session when the application is not in foreground and above
     * Resume the session when the application is allowed to send hint in framework.
     */
    void resume();

    /**
     * Close the session to release resources
     * Close the session to release resources.
     */
    void close();
}