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

Commit 6d9dac24 authored by Wilson Wu's avatar Wilson Wu
Browse files

Update DrmSessionManager to comply with Android's inclusive language guidance

See https://source.android.com/setup/contribute/respectful-code for reference


Bug: 162536543
Change-Id: I67c4d0eca179ae3f0da9242a06be293e266fe9c2
parent 5032895b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ struct DrmSessionManager : public IBinder::DeathRecipient {
    void removeSession(const Vector<uint8_t>& sessionId);
    bool reclaimSession(int callingPid);

    // sanity check APIs
    // inspection APIs
    size_t getSessionCount() const;
    bool containsSession(const Vector<uint8_t>& sessionId) const;