Add a DeviceTimestamp class to represent timestamp on device

Previously the util methods take the device timestamp as long type, which is error prone as developers may provide host timestamps to these methods.

Test: atest csuite-harness-tests
Change-Id: I6debdd0a3cecc48e4e3b74dcedd298bde0ce1472
7 files changed
tree: b163634748e748141bef84be22a8b9d90e321de5
  1. config/
  2. harness/
  3. integration_tests/
  4. pylib/
  5. test_scripts/
  6. test_targets/
  7. tools/
  8. Android.bp
  9. OWNERS
  10. PREUPLOAD.cfg
  11. pylintrc
  12. README.md
  13. TEST_MAPPING
README.md

Android App Compatibility Test Suite (C-Suite)

C-Suite consists of the testing framework and test cases, designed to detect and report app compatibility issues.