commit | 0cd995e4ef29826944ddb3a5a0481c58e2956da7 | [log] [tgz] |
---|---|---|
author | Chris Göllner <chrisgollner@google.com> | Fri May 10 09:34:10 2024 +0100 |
committer | Chris Göllner <chrisgollner@google.com> | Mon May 13 14:47:33 2024 +0100 |
tree | edd0f03ace028b8e56b58ef8cbc3abf06c56dd71 | |
parent | 69a73630c045960c21ba18415da5888ab715e922 [diff] |
Convert SysUiState flags from int to long We already reached the limit of 32 flags for an int. To be able to have more, changing from int to long. This is needed, as new flags have to be added. Flag: NONE Test: Manually running SysUI and Launcher Test: Unit tests in CL Bug: 335625543 Change-Id: Iec1d40218264c7c64c50fd09764aa07c0caa7787