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

Commit 1c55e509 authored by Anna Bauza's avatar Anna Bauza Committed by Android (Google) Code Review
Browse files

Merge "Add a flag to cache getProfileParent to avoid unnecessary binder calls...

Merge "Add a flag to cache getProfileParent to avoid unnecessary binder calls in worse cases ~1000 times per second." into main
parents 196ad864 bef69d25
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -160,6 +160,16 @@ flag {
  }
}

flag {
    name: "cache_profile_parent"
    namespace: "multiuser"
    description: "Cache getProfileParent to avoid unnecessary binder calls"
    bug: "350417399"
    metadata {
        purpose: PURPOSE_BUGFIX
  }
}

flag {
    name: "cache_quiet_mode_state"
    namespace: "multiuser"