1. a8fce56 Add multi-user and user-switch support to VMS publisher binding. by Mark Tabry · 6 years ago
  2. fcd39fe Clean up special key handling in CarInputService. by Justin Paupore · 6 years ago
  3. 9f8d8ac Merge "Populate repeat field for KeyEvents from VHAL." by TreeHugger Robot · 6 years ago
  4. 2447065 Restriction setters were not getting called since we changed the boot by jovanak · 6 years ago
  5. 226e3f6 Populate repeat field for KeyEvents from VHAL. by Justin Paupore · 6 years ago
  6. 22b6bd6 Support multiple publisher IDs per publisher client. by Mark Tabry · 6 years ago
  7. 11418c4 Lazy load string resource in CarUserManagerHelper by Anthony Hugh · 6 years ago
  8. 19fd1eb Merge "Migrate packages/services/Car to androidx.test" by TreeHugger Robot · 6 years ago
  9. 6becd74 Localize "Driver" string and some API cleanup by Anthony Hugh · 6 years ago
  10. a81f3e8 Migrate packages/services/Car to androidx.test by Brett Chabot · 6 years ago
  11. 59748bd Schematize Car system properties by Inseob Kim · 6 years ago
  12. f40c8c0 Suppress BluetoothAutoConnectPolicyTest due to flakiness by Chao Yan · 6 years ago
  13. bb1ba2d Use mocks for last active user test. by Ying Zheng · 6 years ago
  14. e3486ca Make car user lib package name consistant. by Ying Zheng · 6 years ago
  15. c20a986 Merge "Switches to the existing guest instead of failing." by Jovana Knezevic · 6 years ago
  16. 74debf2 [OWL] Display brightness is now persists over reboots per user by Serik Beketayev · 6 years ago
  17. b09a3ad Switches to the existing guest instead of failing. by jovanak · 6 years ago
  18. 07db5ed Refactor CPMS by Steve Paik · 6 years ago
  19. 759f275 Update usage for Grant vs Assign Privileges vs Permissions by Roshan Agrawal · 6 years ago
  20. a26e232 Merge "Migrate car service to userlib." by Ying Zheng · 6 years ago
  21. 9fc9940 Migrate car service to userlib. by Ying Zheng · 6 years ago
  22. 71ed672 Add null checks to onStateChanged. by Gregory Clark · 6 years ago
  23. 1d9e0d8 [CarPowerManagementService] Deleting unused internal interfaces by Serik Beketayev · 6 years ago
  24. 5b9a9cd Update handling of a CompletableFuture in onStateChanged in CarLocationService. by Gregory Clark · 6 years ago
  25. 6892054 [CarLocationService] Migrating from CPMS to CPM by Serik Beketayev · 6 years ago
  26. e80ac92 Merge "MASTER - Make a separate car user lib for the user management APIs." by Ying Zheng · 6 years ago
  27. 6e4c782 [CarPowerManagementService] Added scheduleNextWakeupTime() API by Serik Beketayev · 6 years ago
  28. e854f9d MASTER - Make a separate car user lib for the user management APIs. by Ying Zheng · 6 years ago
  29. 8a16cca Adds a method to check whether a foreground user has permission to switch by jovanak · 6 years ago
  30. 47d32a1 When deleting the last admin on the device who is also the last user, by jovanak · 6 years ago
  31. 4637124 MASTER - Move booting logic out from CarUserService. by Ying Zheng · 6 years ago
  32. f7482de Merge "Adding car specific default guest restrictions." into pi-dev by Jovana Knezevic · 6 years ago
  33. 811265f Adding car specific default guest restrictions. by jovanak · 6 years ago
  34. 9c40a9d Fixing a bug in maximum users allowed logic on the device. by jovanak · 6 years ago
  35. 10e6ff0 Adding methods for keeping track of user limits on the device. by jovanak · 6 years ago
  36. 1ab32b6 Disable location for headless system user. by Ying Zheng · 6 years ago
  37. 4aff013 Merge "Enables registering/unregistering multiple update listeners." into pi-dev by Jovana Knezevic · 6 years ago
  38. 32c0c70 Enables registering/unregistering multiple update listeners. by jovanak · 6 years ago
  39. cf20f44 Update last active user. by Ying Zheng · 6 years ago
  40. 2f2d640 Update set last active user to exclude ephemeral users. by Ying Zheng · 6 years ago
  41. f4339b8 Complete the logic around last active user, including: by Ying Zheng · 6 years ago
  42. d812d4c Removes the test that fails when running it in user 0. by jovanak · 6 years ago
  43. a63ba02 Update the CarLocationService to work when the system user is headless. by Gregory Clark · 6 years ago
  44. ed7a400 Merge "Adjusting restrictions applied to non-admins." into pi-dev by Jovana Knezevic · 6 years ago
  45. 861e4f5 Adjusting restrictions applied to non-admins. by jovanak · 6 years ago
  46. 89335b1 Merge "Fix CarUserManagerHelperTest." into pi-dev by Ying Zheng · 6 years ago
  47. 731ce04 Merge "Only admins or system user car create other admins." into pi-dev by Jovana Knezevic · 6 years ago
  48. 7f82f4c Only admins or system user car create other admins. by jovanak · 6 years ago
  49. 0718ba8 Fix CarUserManagerHelperTest. by Ying Zheng · 6 years ago
  50. 8f90edb Disable add accounts for user 0. by Ying Zheng · 6 years ago
  51. 1d8de36 Fixing tests in CarUserManagerHelperTest. by jovanak · 6 years ago
  52. d388b96 Adding default user restrictions for non-admin users. by jovanak · 6 years ago
  53. 7ed841d Adding API for assigning admin privileges to CarUserManagerHelper. by jovanak · 6 years ago
  54. 947f7de Fixing failing tests in CarUserManagerHelperTest. by jovanak · 6 years ago
  55. 4d25702 Create CarPropertyService and CarPropertyManager by Steve Paik · 6 years ago
  56. d3cb98e DO NOT MERGE - Create a car user service. Protected by flag. by Ying Zheng · 6 years ago
  57. c6d7372 Add a flag to protect headless user 0 multi-user model. by Ying Zheng · 6 years ago
  58. 2b49967 Revert "Create a car user service that creates a secondary admin on first run." by Ying Zheng · 6 years ago
  59. 5bdb9e5 Create a car user service that creates a secondary admin on first run. by Ying Zheng · 6 years ago
  60. f6ffb36 DO NOT MERGE - GetApplicationContext in CarUserManagerHelper. by Ying Zheng · 6 years ago
  61. 6d4bbd1 DO NOT MERGE - Define CarUserManager APIs, for use by multi-user headless user 0 model. by Ying Zheng · 6 years ago
  62. 12aec30 Add a configuration retrieval manager. by Anthony Chen · 6 years ago
  63. 2052625 Cleanup after updating VHAL by Steve Paik · 7 years ago
  64. e011a40 Enable fast pairing based on UX restrictions. by Ram Periathiruvadi · 7 years ago
  65. 26fa601 Cache location upon the prepare shutdown event. by Gregory Clark · 7 years ago
  66. 87b36fd Handle display brightness change from car by Steve Paik · 7 years ago
  67. 67259c2 Add a TTL for the cached location. by Gregory Clark · 7 years ago
  68. 4cb50c1 packages/services/Car: Set LOCAL_SDK_VERSION where possible. by Anton Hansson · 7 years ago
  69. 0975897 Merge "Delete location cache when location is disabled." by Gregory Clark · 7 years ago
  70. 29b7f0f Delete location cache when location is disabled. by Gregory Clark · 7 years ago
  71. 388d777 Add CarPowerManager by Steve Paik · 7 years ago
  72. c4b218f Merge "Call forceSuspend from CarPowerManagementService" by TreeHugger Robot · 7 years ago
  73. 0f9fc00 Call forceSuspend from CarPowerManagementService by Steve Paik · 7 years ago
  74. e70eb5b Inject location upon locked boot complete. by Gregory Clark · 7 years ago
  75. 5dcdf9b Merge "Update the cached location's timestamp." by Gregory Clark · 7 years ago
  76. 756ed81 Update the cached location's timestamp. by Gregory Clark · 7 years ago
  77. fd416b0 Merge "PAN auto reconnect" by Joseph Pirozzo · 7 years ago
  78. d0d0af8 Merge "Fixing interface classses and adding unit tests." by Asaf Rosenfeld · 7 years ago
  79. 9e1c315 Fixing interface classses and adding unit tests. by Asaf Rosenfeld · 7 years ago
  80. 99aeba9 PAN auto reconnect by Joseph Pirozzo · 7 years ago
  81. 1690a62 Implement logic in CarStorageMonitoringManager to detect the cost (in terms of disk I/O) of the previous shutdown by Enrico Granata · 7 years ago
  82. 3f9b56d Move file I/O into a HandlerThread. by Gregory Clark · 7 years ago
  83. d133205 Merge "Refactor VHAL" by TreeHugger Robot · 7 years ago
  84. 382ceee Refactor VHAL by Steve Paik · 7 years ago
  85. f949c56 Merge "Manual cherrypick from CL ag/2968176 (Automatic failed since master changed)" by Asaf Rosenfeld · 7 years ago
  86. 908811e Manual cherrypick from CL ag/2968176 (Automatic failed since master changed) by Asaf Rosenfeld · 7 years ago
  87. d813606 Add a car service for caching location. by Gregory Clark · 7 years ago
  88. 3055723 Cleanup audio hal layer by Hongwei Wang · 7 years ago
  89. dbda56f Rename storage monitoring data types for additional clarity by Enrico Granata · 7 years ago
  90. cb64145 Stop statically including legacy-android-test by Paul Duffin · 7 years ago
  91. 110f95f Add AP_POWER_BOOTUP_REASON to PowerHalService by Steve Paik · 7 years ago
  92. b40b204 Add JSON serialization support to UidIoStatsDelta by Enrico Granata · 7 years ago
  93. e5fb911 Xfer all changes I made to packages/services/Car in O.car branch to master. by Vasu Nori · 7 years ago
  94. 7e0150d Implement CarStorageMonitoringManager::getIoStatsDeltas by Enrico Granata · 7 years ago
  95. 3346ed8 Implement an object whose job it is to keep track of changes in uid_io stats over time. by Enrico Granata · 7 years ago
  96. a97fce2 Implement CarStorageMonitoringManager.getBootIoStats() by Enrico Granata · 7 years ago
  97. 82d3426 Implement a sliding window object to track a set of samples over time. by Enrico Granata · 7 years ago
  98. b19bc32 Refactor SystemInterface. by Enrico Granata · 7 years ago
  99. 32690a4 Merge "Cleanup SystemInterface." by TreeHugger Robot · 7 years ago
  100. 92dffa6 Teach CarService how to parse /proc/uid_io/stats by Enrico Granata · 7 years ago