1. b84734b Merge "A few unit testing improvements." into rvc-dev by TreeHugger Robot · 4 years, 2 months ago
  2. c57ce6d A few unit testing improvements. by felipeal · 4 years, 2 months ago
  3. d909e7e Improved BlockingUserLifecycleListener: by felipeal · 4 years, 2 months ago
  4. a68ecef Integrated InitialUserInfoResponse.userLocales into InitialUserSetter. by felipeal · 4 years, 2 months ago
  5. d00cc59 Removed obsolete mockInteractAcrossUsersPermission() calls. by felipeal · 4 years, 2 months ago
  6. 25666cf Use HAL for switching drivers by Eric Jeong · 4 years, 2 months ago
  7. 5ae1741 Merge "Create CarPowerManagerUnitTest" into rvc-dev by Jim Kaye · 4 years, 2 months ago
  8. 18624bf Create CarPowerManagerUnitTest by Jim Kaye · 4 years, 3 months ago
  9. aba246c Fixed CarUserService.onUserSwitching() check for headless system user. by Felipe Leme · 4 years, 2 months ago
  10. 159a2a4 Implemented CarUserManager.setUserIdentificationAssociation() by felipeal · 4 years, 2 months ago
  11. 86ec7f6 Added tracing methods to AbstractExtendedMockitoTestCase. by Felipe Leme · 4 years, 2 months ago
  12. 0496859 Merge changes from topic "per_user_volume_settings" into rvc-dev by Oscar Azucena · 4 years, 2 months ago
  13. f3f4910 Implemented UserHalService.setUserAssociation() by felipeal · 4 years, 2 months ago
  14. 0e1d9c3 Fixed car audio volume group settings for user. by Oscar Azucena · 4 years, 3 months ago
  15. a54b41d Merge "Improve CarUserServiceTest: Global setting mock improved" into rvc-dev by Mayank Garg · 4 years, 3 months ago
  16. 5fda3d9 Merge "Moved CarUserManager API tests from CTS to AndroidCarApiTest." into rvc-dev by Felipe Leme · 4 years, 3 months ago
  17. 975f78a Moved CarUserManager API tests from CTS to AndroidCarApiTest. by Felipe Leme · 4 years, 3 months ago
  18. adfe415 Improve CarUserServiceTest: Global setting mock improved by Mayank Garg · 4 years, 3 months ago
  19. 8109221 Add helper methods about ServiceManager to AndroidMockitoHelper by Eric Jeong · 4 years, 3 months ago
  20. 08be181 Add helper methods for mocking user manager by Eric Jeong · 4 years, 3 months ago
  21. bc8ff9c Merge "Minor improvements on CarUserManagerHelperTest." into rvc-dev by Felipe Leme · 4 years, 3 months ago
  22. aa66240 Merge "More common testing utilites." into rvc-dev by Felipe Leme · 4 years, 3 months ago
  23. 3802d35 Merge "New helpers for tests handling multi-thread code." into rvc-dev by Felipe Leme · 4 years, 3 months ago
  24. 0a7cd6a Improved OneEventUserLifecycleListener. by felipeal · 4 years, 3 months ago
  25. e949e1c Minor improvements on CarUserManagerHelperTest. by felipeal · 4 years, 3 months ago
  26. cb33c40 More common testing utilites. by felipeal · 4 years, 3 months ago
  27. bd34542 New helpers for tests handling multi-thread code. by felipeal · 4 years, 3 months ago
  28. c950b3a Created AndroidMockitoHelper to provide common Android-related mocking calls. by felipeal · 4 years, 3 months ago
  29. b3157ae Changed AbstractExtendedMockitoTestCase to automatically check for wtf() calls. by felipeal · 4 years, 3 months ago
  30. 1b9eae8 Even more improvements on android.car.test.utils package. by felipeal · 4 years, 3 months ago
  31. 7f73177 More improvements on android.car.test.utils package. by felipeal · 4 years, 3 months ago
  32. 3e8b49d Jumpstarted the android.car.test.utils package. by felipeal · 4 years, 3 months ago
  33. 29770a2 Added HAL response duration to user metrics. by felipeal · 4 years, 3 months ago
  34. 61ce373 Expose initial user as a Shell command. by felipeal · 4 years, 4 months ago
  35. 991ba0b Removing setUserLockStatus and onSwitchUser from ICar (aidl and Java). by Antonio Kantek · 4 years, 4 months ago
  36. e2600fc Added getInitialUserInfo() to ICar.aidl. by Felipe Leme · 4 years, 5 months ago
  37. 30c07aa Merge "Expose Car statusCode in onErrorEvent callback" into rvc-dev by Kai Wang · 4 years, 5 months ago
  38. 30b4e1e Added option to dump end-to-end duration of first unlocked user. by Felipe Leme · 4 years, 5 months ago
  39. 6e75d49 Expose Car statusCode in onErrorEvent callback by Kai · 4 years, 5 months ago
  40. 7ead965 Delete legacy VMS service implementation. by Mark Tabry · 4 years, 5 months ago
  41. e93218b Added user-switching metrics to CarService. by Felipe Leme · 4 years, 5 months ago
  42. 9949642 Merge "Allow settings a freeform string restriction mode" by Jordan Jozwiak · 4 years, 6 months ago
  43. 0b0cf28 Allow settings a freeform string restriction mode by Jordan Jozwiak · 4 years, 6 months ago
  44. df5cd06 softap: Update LOHS API usage by lesl · 4 years, 6 months ago
  45. 9a91efb add feature support by Keun young Park · 4 years, 8 months ago
  46. 6935815 Added a FakeCarUxRestrictionsService class for external unit tests. by tadvana · 4 years, 8 months ago
  47. f7746cd Create a new car service lib just for the test lib by tadvana · 4 years, 10 months ago
  48. 409bd1c Added a fake CarNavigationStatusManager for use in external unit tests. by tadvana · 4 years, 11 months ago
  49. f1702e9 Remove Mockito from static libs in android.car.testapi by tadvana · 5 years ago
  50. b8686ac Changed android.car.testapi build back to using soong by tadvana · 5 years ago
  51. 3b9ed20 Adds a FakeAppFocusService to be used by the CarAppFocusManager in tests by tadvana · 5 years ago
  52. fd49fe4 Add testapi to dist_files. by Dean Harding · 5 years ago
  53. a057d05 CarProjectionManager: Introduce ProjectionKeyEventHandler by Justin Paupore · 5 years ago
  54. 17e8183 Propagate user switch event to Car Service by Pavel Maltsev · 5 years ago
  55. 92a39de Add projection API to reprot Wi-Fi channels by Pavel Maltsev · 5 years ago
  56. 48a3194 Introduce projection OEM customization API by Pavel Maltsev · 5 years ago
  57. 079873b Introduce API to report projection status by Pavel Maltsev · 5 years ago
  58. 15d5ba3 Initial implementation of Car-Lib test API by Pavel Maltsev · 5 years ago