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

Commit bdf9cec7 authored by Olivier Gaillard's avatar Olivier Gaillard Committed by Android (Google) Code Review
Browse files

Merge "Update documentation of kUnsetWorkSource"

parents 881b49ca 68c9eeaa
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -132,8 +132,10 @@ public:
            bool                isServingCall() const;

            // The work source represents the UID of the process we should attribute the transaction
            // to.
            // We use -1 to specify that the work source was not set using #setWorkSource.
            // to. We use -1 to specify that the work source was not set using #setWorkSource.
            //
            // This constant needs to be kept in sync with Binder.UNSET_WORKSOURCE from the Java
            // side.
            static const int32_t kUnsetWorkSource = -1;

private: