commit | 21585910ea2345290fa049e7d48e6eb8c5bb034d | [log] [tgz] |
---|---|---|
author | [1;5Cbkchoi <bkchoi@google.com> | Tue Mar 15 11:50:31 2022 -0700 |
committer | [1;5Cbkchoi <bkchoi@google.com> | Mon Mar 21 16:24:46 2022 -0700 |
tree | 9a04924dbbcabb2599bf00ae4a45489b581c30e8 | |
parent | eb2f8430a487a8b0ed6fb3b3b3643a06d2267c05 [diff] |
CarUserManager support for post-stage UserLifecycleEvent types. The following new events will be sent to UserLifecycleEvent listeners: - USER_LIFECYCLE_EVENT_TYPE_POST_STARTING - USER_LIFECYCLE_EVENT_TYPE_POST_SWITCHING - USER_LIFECYCLE_EVENT_TYPE_POST_UNLOCKED Bug: 222358822 Test: manually verfied the new events are logged with emulator. Change-Id: I17575e541dd165d4c4501d833f5d6f02a5e2fac0
Source code for Android Automotive OS.
car_product/ - AAOS product car-builtin-lib/ - A helper library for CarService to access hidden framework APIs car-lib/ - Car API car-lib-module/ - Car API module cpp/ - Native services experimental/ - Experimental Car API and services packages/ - Apps and services for cars service/ - Car service module service-builint - Platform builtin component that runs CarService module tests/ - Tests and sample apps tools/ - Helper scripts
Native (C++) code format is required to be compatible with .clang-format file. The formatter is already integrated to repo
tool. To run manually, use:
git clang-format --style=file --extension='h,cpp,cc' HEAD~
Note that clang-format is not desirable for Android java files. Therefore the command line above is limited to specific extensions.