commit | fef145755fb153bd38f199dbda0e8a442e5d5158 | [log] [tgz] |
---|---|---|
author | Tetiana Meronyk <tetianameronyk@google.com> | Mon Apr 08 17:10:44 2024 +0000 |
committer | Tetiana Meronyk <tetianameronyk@google.com> | Mon Apr 08 22:29:52 2024 +0000 |
tree | cb23cf9e3d7753d8d6a60f633b584d37be9287b0 | |
parent | 43e10749f49e99100b891691dde445ed4a479007 [diff] |
Move UserWakeupStore initialization to happen before it is used Before this change there was a case in which UserWakeupStore was called before it was initialised which caused NPE. With this change it is initialized before any calls can happen. Bug: 332990374 Test: atest AlarmManagerServiceTest Change-Id: I122eaf9a7f6dac17f808a7267e6f37292ffe91e4