commit | dea1dcb5c4cf8078607b90e7e16f4d01fac728ca | [log] [tgz] |
---|---|---|
author | Anthony Hugh <ahugh@google.com> | Thu Jul 11 13:50:03 2019 -0700 |
committer | Anthony Hugh <ahugh@google.com> | Thu Jul 11 13:56:54 2019 -0700 |
tree | 5369a39a2007f72b256de36d9d79356af291f8ec | |
parent | a8fabbeba43bfe49866450aef0289fb749ce0d07 [diff] |
Clean up CarUserManagerHelper methods only used in Settings [1] Started cleaning up methods only used in the Settings app. - #isForegroundUserGuest - #hasUserRestriction - #canCurrentProcessAddUsers - #canCurrentProcessRemoveUsers - #scaleUserIcon - #setUserRestriction Bug: 137136907 Test: atest CarSettingsRoboTests Test: atest CarUserManagerHelperTest Change-Id: Iecc2efdfdf16a5cd90b81b4abb94af4a2f0d5627
Native (C++) code format is required to be compatible with .clang-format file. Run
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.