commit | fca221371b8bceed5788cf1697fe229ad1d917ad | [log] [tgz] |
---|---|---|
author | Caroline Liu <carolineliu@fuchsia.infra.roller.google.com> | Thu Jul 25 15:46:42 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Jul 25 08:48:29 2024 -0700 |
tree | 7ffcb7e1d262f06dfaf652a0a85245a23fd70e3e | |
parent | bac5e60a7e89eb1416f3caa67c060a091a3efbb8 [diff] |
[roll] Roll fuchsia [ui] ActivityManager uses LeaseHolder This change introduces a new struct `LeaseHolder` to handle wake lease creation, holding, and destruction. For now this is a skeleton class that does not take a real wake lease from the power framework. It will be integrated with the power framework in a separate change after fxrev.dev/1083132 is merged. This change also parameterizes existing unit tests on the boolean `suspend_enabled` and adds expectations around whether a "wake lease" is being held in sync with activity state changes. Original-Bug: 343256679 Test: fx test activity-manager-test Test: fx test input_pipeline_lib_tests --test-filter=*activity* -o Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1087514 Original-Revision: f2390001060480d7ed4e6578f90ec713dbbac2d6 GitOrigin-RevId: 8e37e9086cd589c63abf248b567d2a88b0f04122 Change-Id: I77f055f3493ba7c89d6adda287b5f4254c5403f0
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia
on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.