1. 85dc33f Rename some Vpn fields. by Chalard Jean · 4 years, 10 months ago
  2. 5d8d5f9 Merge "DynamicSystemService: Use IGsid which reference-counts the gsid service." by Howard Chen · 4 years, 10 months ago
  3. 420bf71 Merge "use @SystemAPI for creating UserHandle" by Chen Xu · 4 years, 10 months ago
  4. 83fe845 Merge "use @SystemAPI in AppOpsManager" by Chen Xu · 4 years, 10 months ago
  5. e958bbd Merge "use packageManager @SystemAPI" by Chen Xu · 4 years, 10 months ago
  6. e5ea21a use @SystemAPI for creating UserHandle by Chen Xu · 5 years ago
  7. 4927f6d use @SystemAPI in AppOpsManager by Chen Xu · 5 years ago
  8. 6a2926c use packageManager @SystemAPI by Chen Xu · 5 years ago
  9. 8338b11 Merge "Add support for scudo native allocator." by Christopher Ferris · 4 years, 10 months ago
  10. ce2417f Merge "Set min_sdk_version for SystemUISharedLib" by Treehugger Robot · 4 years, 10 months ago
  11. 785a8e9 Add support for scudo native allocator. by Christopher Ferris · 4 years, 10 months ago
  12. ef530d9 Merge "Add package name based APIs to PlatformCompat." by Anna Trostanetski · 4 years, 10 months ago
  13. 8355040 Merge "Do not return synthetic launcher activity for completely headless apps" by Treehugger Robot · 4 years, 10 months ago
  14. 0726986 Merge "Use APEX boot image for profilebootclasspath" by Mathieu Chartier · 4 years, 10 months ago
  15. 2e51cef Merge "Remove MediaPlayer2" by Marco Nelissen · 4 years, 10 months ago
  16. f5617ab Merge "Refactor DexViewBuilder" by Treehugger Robot · 4 years, 10 months ago
  17. a557554 Use APEX boot image for profilebootclasspath by Mathieu Chartier · 4 years, 10 months ago
  18. 37f8bfb Merge "Wait for the profile to not be empty in BootImageProfileTest" by Mathieu Chartier · 4 years, 10 months ago
  19. 12d0da3 Add package name based APIs to PlatformCompat. by atrost · 4 years, 10 months ago
  20. 845fa76 Remove MediaPlayer2 by Marco Nelissen · 4 years, 10 months ago
  21. 7943776 Merge changes from topic "flicker-move" by Jorim Jaggi · 4 years, 10 months ago
  22. 4a09c69 Merge "Check ANDROID_I18N_ROOT when starting the runtime" by vichang · 4 years, 10 months ago
  23. 5657d94 Merge "Use SubscriptionManager.ACTION_DEFAULT_SUBSCRIPTION_CHANGED instead" by Treehugger Robot · 4 years, 10 months ago
  24. 6f41ae9 Merge "Fix TestNetworkAgentWrapper flakiness" by Chalard Jean · 4 years, 10 months ago
  25. 1ae4c5b Merge "Add documentation for *.sysprop" by Treehugger Robot · 4 years, 10 months ago
  26. 1c3acc8 Merge "Move NetworkStack AIDLs to NetworkStack folder" by Treehugger Robot · 4 years, 10 months ago
  27. c955cd9 Use SubscriptionManager.ACTION_DEFAULT_SUBSCRIPTION_CHANGED instead by Taesu Lee · 4 years, 10 months ago
  28. 4aafe44 Wait for the profile to not be empty in BootImageProfileTest by Mathieu Chartier · 4 years, 10 months ago
  29. 54bb8a1 Merge "Followup to CL 1103896" by Oscar Shu · 4 years, 10 months ago
  30. a96bafd Merge "AppOpsService: Watch op mode changes when an AppOp restriction dies" by Treehugger Robot · 4 years, 10 months ago
  31. 8e0636d AppOpsService: Watch op mode changes when an AppOp restriction dies by Bruno Martins · 6 years ago
  32. 80fd445 Merge "Rename ANDROID_RUNTIME_ROOT to ANDROID_ART_ROOT following APEX module name change." by Martin Stjernholm · 4 years, 10 months ago
  33. 3079c6c Check ANDROID_I18N_ROOT when starting the runtime by Victor Chang · 4 years, 10 months ago
  34. 09c730b Add documentation for *.sysprop by Jiyong Park · 4 years, 10 months ago
  35. a11beec Merge "Add an API to dump incident report for dumpstate" by Mike Ma · 4 years, 10 months ago
  36. 15f83a3 Add an API to dump incident report for dumpstate by Mike Ma · 4 years, 11 months ago
  37. d708ea7 Merge changes Iea1d2ae2,I1d3c8e48 by Treehugger Robot · 4 years, 10 months ago
  38. 6c5f83a Merge "TextureVuew rebind GL texture, if AHB content has changed" by John Reck · 4 years, 10 months ago
  39. eeee6f9 Merge "Add test for boot image profile collection" by Mathieu Chartier · 4 years, 10 months ago
  40. 4a17a71 Merge "Host users of libutils trace use libcutils." by Steven Moreland · 4 years, 10 months ago
  41. 5620ad1 Merge "AudioService: add TEST_MAPPING for pre-submit tests" by Jean-Michel Trivi · 4 years, 10 months ago
  42. d21dfe4 Merge " Create integrity directory and OWNERS" by Ömer Nebil Yaveroğlu · 4 years, 10 months ago
  43. ab9798c Do not return synthetic launcher activity for completely headless apps by Ricky Wai · 4 years, 10 months ago
  44. 62d0cd9 AudioService: add TEST_MAPPING for pre-submit tests by Jean-Michel Trivi · 4 years, 10 months ago
  45. 8012f3d Merge "Deprecate redundant IMS APIs in TelephonyManager." by Treehugger Robot · 4 years, 10 months ago
  46. b483607 Followup to CL 1103896 by xshu · 4 years, 11 months ago
  47. feca77f Add test for boot image profile collection by Mathieu Chartier · 4 years, 11 months ago
  48. 419b409 TextureVuew rebind GL texture, if AHB content has changed by Stan Iliev · 5 years ago
  49. 598bda8 Host users of libutils trace use libcutils. by Steven Moreland · 4 years, 10 months ago
  50. 5bbffbc Rename ANDROID_RUNTIME_ROOT to ANDROID_ART_ROOT following APEX module name change. by Martin Stjernholm · 4 years, 10 months ago
  51. ff044e7 Merge "aapt2: disable leak detection" by Treehugger Robot · 4 years, 10 months ago
  52. 3da8e0f Fix TestNetworkAgentWrapper flakiness by Chalard Jean · 4 years, 10 months ago
  53. 6265eea Merge "Document that SystemProperties.set() can throw RuntimeException" by Treehugger Robot · 4 years, 10 months ago
  54. 134fe76 Merge "WiredAccessoryManager: fix connected state logic for Extcon" by Treehugger Robot · 4 years, 10 months ago
  55. ba2cdfb Merge "Allow ImsService to return network error codes" by Brad Ebinger · 4 years, 10 months ago
  56. 8d1f9f5 Allow ImsService to return network error codes by Brad Ebinger · 4 years, 11 months ago
  57. f26f9b3 Merge "Add jji@google.com to am/OWNERS file." by Treehugger Robot · 4 years, 10 months ago
  58. 2700afd aapt2: disable leak detection by Steven Moreland · 4 years, 10 months ago
  59. 39373b2 Document that SystemProperties.set() can throw RuntimeException by Tom Cherry · 4 years, 10 months ago
  60. e25075b Merge "Exposing flickerlib classes and layer tracing to sysui" by Treehugger Robot · 4 years, 10 months ago
  61. 385291c Merge "Use filter_packages to unbunden metalava" by Treehugger Robot · 4 years, 10 months ago
  62. d6b817c Merge "Mirror fs-verity ownership UID to Java" by Treehugger Robot · 4 years, 10 months ago
  63. 5c6a1a5 Refactor DexViewBuilder by Eric Holk · 4 years, 10 months ago
  64. baa60b2 Add jji@google.com to am/OWNERS file. by Hui Yu · 4 years, 10 months ago
  65. 3c68afe Mirror fs-verity ownership UID to Java by Victor Hsieh · 4 years, 10 months ago
  66. cb783ea Merge "Bugreport progress notification should use the bug icon." by Treehugger Robot · 4 years, 10 months ago
  67. c9a0702 Merge "Expose ConnectionService Handler to remove flaky tests" by Brad Ebinger · 4 years, 10 months ago
  68. 63e2a95 Merge "Use UnlockMethodCache#canSkipBouncer in user switcher" by Treehugger Robot · 4 years, 10 months ago
  69. cbbe832 Create integrity directory and OWNERS by Song Pan · 4 years, 10 months ago
  70. 0e476aa Ignore flicker tests with open bugs by Nataniel Borges · 4 years, 10 months ago
  71. eb63fdd Don't remove flicker test logs from device for easier debugging by Nataniel Borges · 4 years, 10 months ago
  72. f5a1ed7 Reduce delays on Flicker test rotation by Nataniel Borges · 4 years, 10 months ago
  73. 527ee2e Make OpenAppCold/Warm tests compatible with AOSP by Nataniel Borges · 4 years, 10 months ago
  74. 3cadf0d Merge "Implement stats logging for Compatibility API." by Anna Trostanetski · 4 years, 10 months ago
  75. f5c828c Make Flicker Tests compatible with current AOSP by Nataniel Borges · 4 years, 10 months ago
  76. 3dc68a9 Merge "Add isApplicationOnUicc API" by Treehugger Robot · 4 years, 10 months ago
  77. 6afa620 Set min_sdk_version for SystemUISharedLib by Colin Cross · 4 years, 10 months ago
  78. e6901bc Merge "Add new onSmsStatusReportReceived() without message reference" by Treehugger Robot · 4 years, 10 months ago
  79. b0e6033 Merge "HwBinder: don't rely on kernel headers." by Steven Moreland · 4 years, 10 months ago
  80. 2973d42 WiredAccessoryManager: fix connected state logic for Extcon by Eric Laurent · 5 years ago
  81. 99f17ce Expose ConnectionService Handler to remove flaky tests by Brad Ebinger · 4 years, 10 months ago
  82. eeeb74a0 Merge "Fix descriptions for default SIM in global preferences" by Amit Mahajan · 4 years, 10 months ago
  83. 539d376 Merge "Use bionic platform headers." by Christopher Ferris · 4 years, 10 months ago
  84. b1d2701 Build java_sdk_libraries with much less sources by Jiyong Park · 4 years, 10 months ago
  85. 021299d Add RequiresApi annotations to LocationProvider by Soonil Nagarkar · 5 years ago
  86. 0399854 Fix descriptions for default SIM in global preferences by Taesu Lee · 4 years, 10 months ago
  87. bc45ac1 Merge "VintfObject: Fix getHalNamesAndVersions doc" by Yifan Hong · 4 years, 10 months ago
  88. 7529e67 Merge "Ignore physics animation tests that have suddenly become flaky." by Treehugger Robot · 4 years, 10 months ago
  89. be83f25 Merge "Add carrier config KEY_CALL_FORWARDING_WHEN_UNREACHABLE_SUPPORTED_BOOL" by Jordan Liu · 4 years, 10 months ago
  90. 4f86011 Merge "AudioService: fix missing CEC message on unmute after vol down" by Jean-Michel Trivi · 4 years, 10 months ago
  91. c5fab41 Ignore physics animation tests that have suddenly become flaky. by Joshua Tsuji · 4 years, 10 months ago
  92. 15c0233 Use bionic platform headers. by Christopher Ferris · 4 years, 10 months ago
  93. 0d4ac4e Exposing flickerlib classes and layer tracing to sysui by Winson Chung · 4 years, 10 months ago
  94. e36b1a1 Implement stats logging for Compatibility API. by atrost · 4 years, 11 months ago
  95. 61e826d Add new onSmsStatusReportReceived() without message reference by Taesu Lee · 4 years, 11 months ago
  96. ae9972b Use filter_packages to unbunden metalava by Jiyong Park · 4 years, 10 months ago
  97. 763cb463 Merge "SoundPool: Do not sleep on stop for USAGE_GAME or on BUFFER_END" by Andy Hung · 4 years, 10 months ago
  98. 7674b34 Merge "Listeners of active emergency numbers" by Shuo Qian · 4 years, 10 months ago
  99. eb97eab Merge "WindowOrientationListener: Check if proposed rotation is in range" by Treehugger Robot · 4 years, 10 months ago
  100. 91f9b5c AudioService: fix missing CEC message on unmute after vol down by Jean-Michel Trivi · 4 years, 10 months ago