commit | a6e8b06bdabdad96f95ce6281fb8a1fd15a67385 | [log] [tgz] |
---|---|---|
author | Felipe Leme <felipeal@google.com> | Wed Nov 04 14:37:44 2020 -0800 |
committer | Felipe Leme <felipeal@google.com> | Wed Nov 11 10:52:03 2020 -0800 |
tree | 363d6c593b23dc49293a1aeeb8a9920095d396bc | |
parent | 55c4784e57b1af181f8a1c2247ab8c1474f1713f [diff] |
Added CTS tests for DPM.lockNow() with Car UXR integration. Test: atest CarDevicePolicyManagerTest#testLockNow_safe \ CarDevicePolicyManagerTest#testLockNow_unsafe Bug: 172376923 Change-Id: I339a447c4a9b52a6da48bd6100fd0f84673de452
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.