1. 503da80 Camera2: update test for EV compensation spec change by Zhijun He · 9 years ago
  2. 421d173 Merge "resolved conflicts for merge of 4cd407f4 to lmp-mr1-dev" into lmp-mr1-dev by Aravind Akella · 9 years ago
  3. cae9e02 resolved conflicts for merge of 4cd407f4 to lmp-mr1-dev by Aravind Akella · 9 years ago
  4. 2606311 Merge "Fix for VisualizerTest running in silent mode" into lmp-mr1-dev by Ricardo Garcia · 9 years ago
  5. bb8ed97 Fix for VisualizerTest running in silent mode by Ricardo Garcia · 9 years ago
  6. 4cd407f Merge "Fix testBatchAndFlushWithMutipleSensors to handle cases where the device supports only one continuous mode sensor." into lmp-sprout-dev by Aravind Akella · 9 years ago
  7. f581994 am 6b2811eb: Merge "PresentationSyncTest: disable faster-than-refresh case" into lmp-sprout-dev by Jesse Hall · 9 years ago
  8. 6b2811e Merge "PresentationSyncTest: disable faster-than-refresh case" into lmp-sprout-dev by Jesse Hall · 9 years ago
  9. ae98bbe Merge "Adjust test for AlarmManager.setRepeating()" into lmp-mr1-dev by Christopher Tate · 9 years ago
  10. 4271737 Adjust test for AlarmManager.setRepeating() by Christopher Tate · 9 years ago
  11. b890adf am 6913fe63: Make testSetTextLong() wait for its work to finish. by Roozbeh Pournader · 9 years ago
  12. 6913fe6 Make testSetTextLong() wait for its work to finish. by Roozbeh Pournader · 9 years ago
  13. f08da59 Make testSetTextLong() wait for its work to finish. by Roozbeh Pournader · 9 years ago
  14. 43770ed PresentationSyncTest: disable faster-than-refresh case by Jesse Hall · 9 years ago
  15. d7e5984 Merge "Fixed layout of info dialog of Hardware/Software Feature Summary for small screens to display all text without overlapping." into lmp-mr1-dev by Michael Kwan · 9 years ago
  16. 4b275e0 Merge "Fix flakey tests, and change testing area to a centered 90x90px area" into lmp-mr1-dev by Chris Craik · 9 years ago
  17. 3e68f61 Fix flakey tests, and change testing area to a centered 90x90px area by Chris Craik · 9 years ago
  18. cd627da Tests for new revisionCode attribute. by Jeff Sharkey · 9 years ago
  19. e347f5e am 5bbff433: Merge "Slightly relax the timeout condition for testMinimumDownload" into lmp-sprout-dev by Takayuki Hoshi · 9 years ago
  20. 5bbff43 Merge "Slightly relax the timeout condition for testMinimumDownload" into lmp-sprout-dev by Takayuki Hoshi · 9 years ago
  21. 4109b96 am 191e50e2: Only pass power level scan test when a new mac address received. Not show advertiser test if the device does not support multi advertising. by Yicheng Fan · 9 years ago
  22. 191e50e Only pass power level scan test when a new mac address received. by Yicheng Fan · 10 years ago
  23. 135b942 Merge "camera2: Update RobustnessTest timeouts." into lmp-mr1-dev by Ruben Brunk · 9 years ago
  24. 5ece3f3 Fixed layout of info dialog of Hardware/Software Feature Summary for small screens to display all text without overlapping. by Michael Kwan · 9 years ago
  25. 46fb57a Merge "Provide default implementation for new interface method" into lmp-mr1-dev by Guang Zhu · 9 years ago
  26. ea026f3 Merge "Camera2: Add tests for the StreamConfigurationMap class" into lmp-mr1-dev by Eino-Ville Talvala · 9 years ago
  27. 57037dd camera2: Update RobustnessTest timeouts. by Ruben Brunk · 9 years ago
  28. bfb6ec6 Provide default implementation for new interface method by Guang Zhu · 9 years ago
  29. 807f6ac Merge "Add CtsVerifier test for Screen Pinning" into lmp-mr1-dev by Jason Monk · 9 years ago
  30. facbf66 am 7e02403a: Merge "Re-enable profile owner provisioning in cts-verifier." into lmp-sprout-dev by Rubin Xu · 9 years ago
  31. 4c74d4f am 10d412aa: am d72d0954: Merge "Make hardware-backed RSA keystore a non-requirement for ATVs" into lmp-dev by Takayuki Hoshi · 9 years ago
  32. 228d67a am 670baeca: DO NOT MERGE - Fix JobScheduler CTS tests by Christopher Tate · 9 years ago
  33. e69838c am 402009e4: Merge "Improvements to suspend state detection; code cleanups and documentation. - Added additional functions computeBaselineState() and getBaselineState() for detecting baseline state (improved the tests and estimating average) - Added functions isApInSu by MAHESH RAMACHANDRAN · 9 years ago
  34. 5ece998 Add CtsVerifier test for Screen Pinning by Jason Monk · 9 years ago
  35. 7e02403 Merge "Re-enable profile owner provisioning in cts-verifier." into lmp-sprout-dev by Rubin Xu · 9 years ago
  36. 10d412a am d72d0954: Merge "Make hardware-backed RSA keystore a non-requirement for ATVs" into lmp-dev by Takayuki Hoshi · 9 years ago
  37. d72d095 Merge "Make hardware-backed RSA keystore a non-requirement for ATVs" into lmp-dev by Takayuki Hoshi · 9 years ago
  38. 599b8bd Camera2: Add tests for the StreamConfigurationMap class by Eino-Ville Talvala · 9 years ago
  39. 670baec DO NOT MERGE - Fix JobScheduler CTS tests by Christopher Tate · 9 years ago
  40. 12bb928 Merge "Tweak Alarm Manager tests" into lmp-mr1-dev by Christopher Tate · 9 years ago
  41. 51508ae am 49803a69: Merge "Verifier: Enable and disable non-market apps" into lmp-sprout-dev by Robin Lee · 9 years ago
  42. 402009e Merge "Improvements to suspend state detection; code cleanups and documentation. - Added additional functions computeBaselineState() and getBaselineState() for detecting baseline state (improved the tests and estimating average) - Added functions isApInSuspendState(), waitForApSuspendMode() to improve the criteria to detect AP off state - Modified run_tests() to avoid computing a new baseline power for each test. The baseline power is measured once and then used for each test to determine the delta current draw. - Removed waitForScreenOff() function - Added endTestsBecauseConnectionToDeviceLost() function - Added a flag "--max_baseline_amps" of type float to specify the max expected baseline amps for the device being tested - Tested this on Shamu and HH, and the power tests run until the end and PASS everything - several docstring comments added to functions, code cleanups, variable renaming for better description - Added a PowerTestException class Change-Id: I7190009882cc2d77d20138f10d4659ea1f39611d" into lmp-sprout-dev by MAHESH RAMACHANDRAN · 9 years ago
  43. 49803a6 Merge "Verifier: Enable and disable non-market apps" into lmp-sprout-dev by Robin Lee · 9 years ago
  44. 020f185 Verifier: Enable and disable non-market apps by Robin Lee · 9 years ago
  45. 6a5ea76 am 2212f189: Merge "Normalize ipv6.cts.PingTest#testLoopbackPing\'s packet size" into lmp-sprout-dev by Takayuki Hoshi · 9 years ago
  46. ac88be1 Improvements to suspend state detection; code cleanups and documentation. by MAHESH RAMACHANDRAN · 10 years ago
  47. ff6c646 Tweak Alarm Manager tests by Christopher Tate · 9 years ago
  48. 2212f18 Merge "Normalize ipv6.cts.PingTest#testLoopbackPing's packet size" into lmp-sprout-dev by Takayuki Hoshi · 9 years ago
  49. 190ed9d am fb480740: Merge "Add CTS test for registering a large number of AIDs." into lmp-sprout-dev by Martijn Coenen · 9 years ago
  50. fb48074 Merge "Add CTS test for registering a large number of AIDs." into lmp-sprout-dev by Martijn Coenen · 9 years ago
  51. 1ffff47 Re-enable profile owner provisioning in cts-verifier. by Rubin Xu · 9 years ago
  52. 71a5732 Normalize ipv6.cts.PingTest#testLoopbackPing's packet size by Takayuki Hoshi · 9 years ago
  53. 710eb78 Slightly relax the timeout condition for testMinimumDownload by Takayuki Hoshi · 9 years ago
  54. 459fffd Fix JobScheduler CTS tests by Christopher Tate · 9 years ago
  55. 0ec0267 Merge "Save all sensor events when a verification fails. b/17838681" into lmp-mr1-dev by destradaa · 9 years ago
  56. 5ec4699 DO NOT MERGE - bump CTS version to CTS 5.1_r0.5 by Unsuk Jung · 9 years ago
  57. ec87556 am 0b355c80: CamcorderProfileTest: fix the last timelapse id value by Zhijun He · 9 years ago
  58. 0b355c8 CamcorderProfileTest: fix the last timelapse id value by Zhijun He · 9 years ago
  59. 66d3808 am 9673c600: Merge "Fix testSyncFiles_extStorageVariable and testSyncFiles_normal" into lmp-sprout-dev by Takayuki Hoshi · 9 years ago
  60. 9673c60 Merge "Fix testSyncFiles_extStorageVariable and testSyncFiles_normal" into lmp-sprout-dev by Takayuki Hoshi · 9 years ago
  61. c3f94ad Merge "Camera: fix testCapabilities for legacy devices" into lmp-mr1-dev by Yin-Chia Yeh · 9 years ago
  62. e9d1386 am eebba016: am cd9ae7a8: am aa566b6a: am b49c8250: am df0e5961: am 78be3f3f: am c5b507e3: am 03a64463: am 430eeb70: am 46d82f0b: am c6fca737: am ee955b85: am 26d352cd: am 6558d48b: Merge "Fix test" into jb-dev by Marco Nelissen · 9 years ago
  63. fb34869 Camera: fix testCapabilities for legacy devices by Yin-Chia Yeh · 9 years ago
  64. 74f480e Merge "update cts test for renaming to setPreferredNetworkTypeToGlobal." into lmp-mr1-dev by Junda Liu · 9 years ago
  65. eebba01 am cd9ae7a8: am aa566b6a: am b49c8250: am df0e5961: am 78be3f3f: am c5b507e3: am 03a64463: am 430eeb70: am 46d82f0b: am c6fca737: am ee955b85: am 26d352cd: am 6558d48b: Merge "Fix test" into jb-dev by Marco Nelissen · 9 years ago
  66. cd9ae7a am aa566b6a: am b49c8250: am df0e5961: am 78be3f3f: am c5b507e3: am 03a64463: am 430eeb70: am 46d82f0b: am c6fca737: am ee955b85: am 26d352cd: am 6558d48b: Merge "Fix test" into jb-dev by Marco Nelissen · 9 years ago
  67. aa566b6 am b49c8250: am df0e5961: am 78be3f3f: am c5b507e3: am 03a64463: am 430eeb70: am 46d82f0b: am c6fca737: am ee955b85: am 26d352cd: am 6558d48b: Merge "Fix test" into jb-dev by Marco Nelissen · 9 years ago
  68. b49c825 am df0e5961: am 78be3f3f: am c5b507e3: am 03a64463: am 430eeb70: am 46d82f0b: am c6fca737: am ee955b85: am 26d352cd: am 6558d48b: Merge "Fix test" into jb-dev by Marco Nelissen · 9 years ago
  69. df0e596 am 78be3f3f: am c5b507e3: am 03a64463: am 430eeb70: am 46d82f0b: am c6fca737: am ee955b85: am 26d352cd: am 6558d48b: Merge "Fix test" into jb-dev by Marco Nelissen · 9 years ago
  70. c2ae15c ResetPassword("") works again, thus enabling password DPM tests by Unsuk Jung · 9 years ago
  71. 6fc3c1a Fix testSyncFiles_extStorageVariable and testSyncFiles_normal by Takayuki Hoshi · 9 years ago
  72. 78be3f3 am c5b507e3: am 03a64463: am 430eeb70: am 46d82f0b: am c6fca737: am ee955b85: am 26d352cd: am 6558d48b: Merge "Fix test" into jb-dev by Marco Nelissen · 9 years ago
  73. c5b507e am 03a64463: am 430eeb70: am 46d82f0b: am c6fca737: am ee955b85: am 26d352cd: am 6558d48b: Merge "Fix test" into jb-dev by Marco Nelissen · 9 years ago
  74. c59a223 am e65c5c3c: DO NOT MERGE - bump CTS version to 5.0_r2.5 by Unsuk Jung · 9 years ago
  75. 03a6446 am 430eeb70: am 46d82f0b: am c6fca737: am ee955b85: am 26d352cd: am 6558d48b: Merge "Fix test" into jb-dev by Marco Nelissen · 9 years ago
  76. 07bedac am aa059250: DO NOT MERGE: Fix AudioManagerTest#testVolume. by Takayuki Hoshi · 9 years ago
  77. e65c5c3 DO NOT MERGE - bump CTS version to 5.0_r2.5 by Unsuk Jung · 9 years ago
  78. 430eeb7 am 46d82f0b: am c6fca737: am ee955b85: am 26d352cd: am 6558d48b: Merge "Fix test" into jb-dev by Marco Nelissen · 9 years ago
  79. aa05925 DO NOT MERGE: Fix AudioManagerTest#testVolume. by Takayuki Hoshi · 9 years ago
  80. 46d82f0 am c6fca737: am ee955b85: am 26d352cd: am 6558d48b: Merge "Fix test" into jb-dev by Marco Nelissen · 9 years ago
  81. c6fca73 am ee955b85: am 26d352cd: am 6558d48b: Merge "Fix test" into jb-dev by Marco Nelissen · 9 years ago
  82. ee955b8 am 26d352cd: am 6558d48b: Merge "Fix test" into jb-dev by Marco Nelissen · 9 years ago
  83. 26d352c am 6558d48b: Merge "Fix test" into jb-dev by Marco Nelissen · 9 years ago
  84. c0445a9 update cts test for renaming to setPreferredNetworkTypeToGlobal. by Junda Liu · 9 years ago
  85. 6558d48 Merge "Fix test" into jb-dev by Marco Nelissen · 9 years ago
  86. 1525b82 Fix test by Marco Nelissen · 9 years ago
  87. 45f5a11 Merge "Send broadcasts to the CTS Robot even if it is stopped." into lmp-mr1-dev by Chris Wren · 9 years ago
  88. a9b72d8 Send broadcasts to the CTS Robot even if it is stopped. by Chris Wren · 9 years ago
  89. ca38fcc Merge "Follow framework API additions for mock classes" into lmp-mr1-dev by Adam Powell · 9 years ago
  90. 7b75fe2 Explicitly check for the presence of CTS Robot. by Chris Wren · 9 years ago
  91. a22b1ec am 9bd5998d: Merge "Cts tests for Settings intents" into lmp-sprout-dev by Alexandra Gherghina · 9 years ago
  92. 556d35d Merge "Revert "Cts tests for Settings intents"" into lmp-mr1-dev by Alexandra Gherghina · 9 years ago
  93. 9bd5998 Merge "Cts tests for Settings intents" into lmp-sprout-dev by Alexandra Gherghina · 9 years ago
  94. b955c70 Merge "media: add checks for secure AVC playback support" into lmp-mr1-dev by Lajos Molnar · 9 years ago
  95. e6033f3 Merge "Wait for DocumentsUI ANR timeout; expand drawer." into lmp-mr1-dev by Jeff Sharkey · 9 years ago
  96. b71bf59 Merge "fix AudioManager.testVolume()" into lmp-mr1-dev by Eric Laurent · 9 years ago
  97. b88140b fix AudioManager.testVolume() by Eric Laurent · 9 years ago
  98. 69d73a5 Wait for DocumentsUI ANR timeout; expand drawer. by Jeff Sharkey · 9 years ago
  99. a4c411a Merge "fix audio policy service binder security tests." into lmp-mr1-dev by Eric Laurent · 9 years ago
  100. 75e210c Revert "Cts tests for Settings intents" by Alexandra Gherghina · 9 years ago