- 7a6d38b Revert^2 "Propagate external profile errors for `adb insta..." by Jiakai Zhang · 1 year, 10 months ago
- 1dde3e7 Revert^2 "Fail adb install on external profile errors." by Jiakai Zhang · 1 year, 10 months ago
- ef2cbcd Merge "Add dakinola@ to OWNERS in media/projection" into main by Treehugger Robot · 1 year, 10 months ago
- 645ba4b Add dakinola@ to OWNERS in media/projection by Chris Göllner · 1 year, 10 months ago
- df5f4b5 Merge "Update haptics framework owners file" into main by Treehugger Robot · 1 year, 10 months ago
- fc91649 Merge "Prepare for keeping concrete overrides of abstract methods" into main by Jihoon Kang · 1 year, 10 months ago
- cf7db52 Merge changes from topic "locksettings-aosp-3" into main by Eric Biggers · 1 year, 10 months ago
- a445bfe Merge "Cleanup obsolete doc build targets" into main by Anton Hansson · 1 year, 10 months ago
- 2ff53e4 Merge "Make sure we'll always kill process group" into main by T.J. Mercier · 1 year, 10 months ago
- 5f951b7 Merge "[aapt2] Generate @FlaggedApi annotations" into main by Treehugger Robot · 1 year, 10 months ago
- 5908942 Merge "Revert "Update AudioFormat setChannelMask comment"" into main by Anton Hansson · 1 year, 10 months ago
- 13fc49a Merge "Remove framework-doc-only-libs" into main by Anton Hansson · 1 year, 10 months ago
- f5b8b2b Merge "Update OWNERS for ravenwood" into main by Makoto Onuki · 1 year, 10 months ago
- d3a0d02 Merge "biometric: Fix misspelling of javadoc link to KeyAgreement" into main by Shaquille Johnson · 1 year, 10 months ago
- 13bced3 Merge "Don't link the framework impl in docs build" into main by Anton Hansson · 1 year, 10 months ago
- 636b628 [aapt2] Generate @FlaggedApi annotations by Mark Punzalan · 1 year, 10 months ago
- 2e6a904 Cleanup obsolete doc build targets by Anton Hansson · 1 year, 10 months ago
- 9a7e0d4 Merge "Update owners files for SettingsProvider" into main by Treehugger Robot · 1 year, 10 months ago
- 008a35f Merge "Fix broken docs in BatteryStatsManager" into main by Anton Hansson · 1 year, 10 months ago
- ba8f3c2 Remove framework-doc-only-libs by Anton Hansson · 1 year, 10 months ago
- 65370ed Don't link the framework impl in docs build by Anton Hansson · 1 year, 10 months ago
- cd1e48e Merge "[Bugfix]use walkFileTree to calucate apk size" into main by Treehugger Robot · 1 year, 10 months ago
- 45dccde Revert "Update AudioFormat setChannelMask comment" by Anton Hansson · 1 year, 10 months ago
- 39d58b1 biometric: Fix misspelling of javadoc link to KeyAgreement by Shaquille Johnson · 1 year, 10 months ago
- 34eb509 Merge changes I4eaa714c,I85a324d9 into main by Hansen Kurli · 1 year, 10 months ago
- db9324c Coverage for testLegacyLockdownVpn() by Hansen Kurli · 1 year, 10 months ago
- 296af97 Merge "Fix method not found for NotProvisionedException hidden api" into main by Kyle Zhang · 1 year, 10 months ago
- ba342a4 Merge changes from topic "stateOfHealth-public_api" into main by Jack Wu · 1 year, 10 months ago
- 37ae2d5 LockSettingsService: fix names of user lifecycle methods by Eric Biggers · 1 year, 10 months ago
- 0ed52ac locksettings: Don't use AIDL V1 weaver by Yi-Yo Chiang · 2 years ago
- 5f8125f Reconnect if weaver service connection dies by Eric Biggers · 2 years, 1 month ago
- 73d7a1b Replace isWeaverAvailable() with getWeaverService() by Eric Biggers · 2 years, 1 month ago
- b61d802 Fix method not found for NotProvisionedException hidden api by Kyle Zhang · 1 year, 10 months ago
- 0ebf8d8 Merge "Skip real action when onStartUser() called for the same user not on the first time" into main by Brandon Liu · 1 year, 10 months ago
- 8e970db Merge "implementation of NFC Reader option" into main by Alisher Alikhodjaev · 1 year, 10 months ago
- 709b956 Merge "Fix parser bug ignoring user id." into main by Varun Shah · 1 year, 10 months ago
- 704eb7e Merge "Remove unused support for "pattern ever chosen"" into main by Eric Biggers · 1 year, 10 months ago
- d47274b Merge "Fix to schedule the bgdexopt job even if the user doesn't unlock after boot." into main by Jiakai Zhang · 1 year, 10 months ago
- 2163769 Merge "Change BackgroundDexoptJobStatsLogger#write to report packages count" into main by Jiakai Zhang · 1 year, 10 months ago
- 3c70aef Skip real action when onStartUser() called for the same user not on the by Brandon Liu · 2 years ago
- a5b7f37 Fix parser bug ignoring user id. by Varun Shah · 1 year, 10 months ago
- 8be603d Update owners files for SettingsProvider by Song Chun Fan · 1 year, 10 months ago
- 7eb26bf Update OWNERS for ravenwood by Makoto Onuki · 1 year, 10 months ago
- 70b2c38 Merge "Fix broken docs in media" into main by Anton Hansson · 1 year, 10 months ago
- a1bb1ff Merge "Remove obsolete Smart Lock developer settings" into main by Eric Biggers · 1 year, 10 months ago
- f67b8d9 Make sure we'll always kill process group by Jing Ji · 1 year, 10 months ago
- 48379f8 Prepare for keeping concrete overrides of abstract methods by Paul Duffin · 1 year, 10 months ago
- 1cafb8a Merge "Restructuring of AAID using aidl_interface build system." into main by Tri Vo · 1 year, 10 months ago
- 6cebd6f Fix to schedule the bgdexopt job even if the user doesn't unlock after boot. by Martin Stjernholm · 2 years ago
- 612a62e Change BackgroundDexoptJobStatsLogger#write to report packages count by Stefano Cianciulli · 2 years ago
- 4807a3f BatteryManager: make stateOfHealth a public api by Jack Wu · 1 year, 11 months ago
- d4ccb6e Add flag for state_of_health_public by Jack Wu · 1 year, 11 months ago
- cbeabed Merge "Re-mark DeviceStateManagerServiceTest#registerCallback as FlakyTest" into main by Kevin Chyn · 1 year, 10 months ago
- c48014f Merge "ViewGroup: Fix dispatching of generic motion events" into main by Treehugger Robot · 1 year, 10 months ago
- 29869a5 ViewGroup: Fix dispatching of generic motion events by Prabir Pradhan · 1 year, 10 months ago
- 8fa2580 Merge "Move the binder proxy accounting to libbinder" into main by Jing Ji · 1 year, 10 months ago
- 67b6159 Merge "Set config_matchSecondaryInternalDisplay.. default to false" into main by Kevin Chyn · 1 year, 10 months ago
- 1e9a0b9 Set config_matchSecondaryInternalDisplay.. default to false by Kevin Chyn · 2 years, 1 month ago
- 7df13d6 Merge changes from topic "locksettings-aosp" into main by Eric Biggers · 1 year, 10 months ago
- 7c77882 Merge "Fix some comments in AndroidKeyStoreMaintenance.java" into main by Eric Biggers · 1 year, 10 months ago
- 843f386 [Bugfix]use walkFileTree to calucate apk size by Wen Zhang · 1 year, 10 months ago
- 6dc2dff Merge "Rename CanUnlockWithActiveUnlockTest.kt" into main by Treehugger Robot · 1 year, 10 months ago
- 07588c8 Merge "Revert line introduced in previous CL that seems to always pass `false` for `onTrustManagedChanged`" into main by Treehugger Robot · 1 year, 10 months ago
- b06b71b Update haptics framework owners file by Lais Andrade · 1 year, 10 months ago
- 08398d9 Fix broken docs in media by Anton Hansson · 1 year, 10 months ago
- 3871e4c Fix broken docs in BatteryStatsManager by Anton Hansson · 1 year, 10 months ago
- bc21bd5 Move the binder proxy accounting to libbinder by Jing Ji · 1 year, 10 months ago
- 7039b4f Merge "Clean up obsolete aliases for Truth." into main by Krzysztof Kosiński · 1 year, 10 months ago
- 9356833 Merge "Mark FakeLatencyTracker as flaky" into main by Treehugger Robot · 1 year, 10 months ago
- 8d2425a Mark FakeLatencyTracker as flaky by Atneya Nair · 2 years, 1 month ago
- ebc65a4 Fix some comments in AndroidKeyStoreMaintenance.java by Eric Biggers · 1 year, 10 months ago
- a9826c8 Rename CanUnlockWithActiveUnlockTest.kt by Eric Biggers · 1 year, 11 months ago
- eea2175 Revert line introduced in previous CL that seems to always pass `false` for `onTrustManagedChanged` by Chandru S · 2 years ago
- 21ed010 Remove obsolete Smart Lock developer settings by Eric Biggers · 2 years ago
- bbe98fe3 Clean up obsolete aliases for Truth. by Krzysztof Kosiński · 1 year, 10 months ago
- cabf940 Merge "Add package and OWNERS for the native VDM" into main by Treehugger Robot · 1 year, 10 months ago
- e829829 Restructuring of AAID using aidl_interface build system. by Rajesh Nyamagoud · 2 years, 5 months ago
- 4c59192 Remove unused support for "pattern ever chosen" by Eric Biggers · 2 years, 3 months ago
- cab9ab3 LockSettingsService: remove obsolete EventLog logging by Eric Biggers · 2 years, 1 month ago
- e594609 Ensure that LockSettingsService waits for gatekeeperd to be ready by Eric Biggers · 2 years, 1 month ago
- dc151e2 Make PasswordMetrics#computeForPasswordOrPin() private by Eric Biggers · 2 years, 1 month ago
- 2b32467 Remove PasswordMetrics#validatePassword() by Eric Biggers · 2 years, 1 month ago
- 6d5531f Enforce minimum pattern length in PasswordMetrics by Eric Biggers · 2 years, 1 month ago
- 27a062b Properly validate credential in setLock(int, byte[], int, byte[]) by Eric Biggers · 2 years, 1 month ago
- f30bd8b DPMS: allow getPasswordMinimumMetrics() to anyone who can set LSKF by Eric Biggers · 2 years, 1 month ago
- 220d6a2 Allow constructing a PIN LockscreenCredential with mInvalidChars by Eric Biggers · 2 years, 1 month ago
- f258e77 Make LockSettingsService enforce basic requirements for new credentials by Eric Biggers · 2 years, 2 months ago
- 811f091 Add and use PasswordMetrics#validateCredential() by Eric Biggers · 2 years, 2 months ago
- 019ec7a Make LockscreenCredential remember whether it has invalid chars by Eric Biggers · 2 years, 2 months ago
- 8c9ac5c Allow LockscreenCredential to represent any proposed credential by Eric Biggers · 2 years, 2 months ago
- 7d44e2f Convert LockscreenCredentialTest to JUnit4 by Eric Biggers · 2 years, 2 months ago
- 397f541 Handle incomplete protectors in destroyAllWeakTokenBasedProtectors() by Eric Biggers · 2 years, 2 months ago
- 0ca2646 LockSettingsService: remove redundant calls to verifyChallenge() by Eric Biggers · 2 years, 6 months ago
- 6202314 Merge "Revert "Added new framework-pdf jar inside MediaProvider module"" into main by Alyssa Ketpreechasawat · 1 year, 10 months ago
- 031de96 Merge "Merge Android 14" into main by Xin Li · 1 year, 10 months ago
- ae46170 Merge Android 14 by Xin Li · 1 year, 10 months ago
- 85be1d3 Revert "Added new framework-pdf jar inside MediaProvider module" by Alyssa Ketpreechasawat · 1 year, 10 months ago
- b569a0c Merge "biometric: Add support for KeyAgreement to AndroidX's CryptoObject." into main am: 2bcc7900ba by Treehugger Robot · 1 year, 10 months ago
- 2bcc790 Merge "biometric: Add support for KeyAgreement to AndroidX's CryptoObject." into main by Treehugger Robot · 1 year, 10 months ago
- 628e13b Add package and OWNERS for the native VDM by Vladimir Komsiyski · 1 year, 10 months ago