Add two CtsVerifier power policy test commands

1. adb shell cmd car_service apply-cts-verifier-power-off-policy
   This command defines and applies the cts_verifier_off policy with WIFI,
   LOCATION and BLUETOOTH components power off.
2. adb shell cmd car_service apply-cts-verifier-power-on-policy
   This command defines and applies the cts_verifier_on policy with
   WIFI, LOCATION and BLUETOOTH components power on.

Bug: 9404442132
Test: 1. use adb shell dumpsys car_service --services
         CarPowerManagementService to check both policies are
         well defined and applied accordingly.
      2. manually check Wi-Fi, Bluetooth and Location Settings UI
         enabled/disabled status accordingly

Change-Id: Id12bfbc068aa2f3e0d1a6f590f8b0d105cc0da08
1 file changed
tree: 785667b9f2ac4c37da1a5132bc30fcf27f9e1705
  1. car-admin-ui-lib/
  2. car-internal-lib/
  3. car-lib/
  4. car-maps-placeholder/
  5. car-systemtest-lib/
  6. car-test-lib/
  7. car-usb-handler/
  8. car_product/
  9. cpp/
  10. data/
  11. experimental/
  12. FrameworkPackageStubs/
  13. obd2-lib/
  14. packages/
  15. procfs-inspector/
  16. service/
  17. tests/
  18. tools/
  19. user/
  20. vehicle-hal-support-lib/
  21. .clang-format
  22. .gitignore
  23. Android.mk
  24. CleanSpec.mk
  25. CPPLINT.cfg
  26. OWNERS
  27. PREUPLOAD.cfg
  28. README.md
  29. TEST_MAPPING
README.md

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.