commit | e74793c4d0a32d9ce99030704b247aa5abccfb87 | [log] [tgz] |
---|---|---|
author | David Su <dysu@google.com> | Wed Jan 29 18:40:13 2020 -0800 |
committer | David Su <dysu@google.com> | Wed Jan 29 18:40:13 2020 -0800 |
tree | 2bb9db8021cc2bb29411bc44034e8c7a7a06ce8e | |
parent | 13ca86fcb959a84411ca80c93b45225bd0c120af [diff] |
Car: remove usage of WifiConfig helper methods These methods can be replaced with methods on IpConfiguration itself. There is no need to expose these as a @SystemApi, and they are being removed. Bug: 146046526 Test: compiles Change-Id: Ica0cba567865fae86a60ced696069d5d2ad4b98a
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.