Skip to content
Snippets Groups Projects
  1. Aug 15, 2022
    • Adrian Roos's avatar
      Better OWNERS for system_messages.proto · 718fd088
      Adrian Roos authored
      This file notification ids to be used anywhere in the android package (e.g. system_server). Match platform resource OWNERS that has similar scope.
      
      Change-Id: I2d525d59c24df63429ef090e41e45952506c1c59
      718fd088
  2. Aug 12, 2022
  3. Aug 11, 2022
  4. Aug 10, 2022
  5. Aug 09, 2022
  6. Aug 08, 2022
  7. Aug 07, 2022
  8. Aug 05, 2022
    • Treehugger Robot's avatar
      Merge changes I6892f028,I2e52c3ab · 1d81f1e0
      Treehugger Robot authored
      * changes:
        RELAND MediaCodec: don't cache buffers until requested
        Revert "MediaCodec: don't cache buffers until requested"
      1d81f1e0
    • Bill Yi's avatar
      Import translations. DO NOT MERGE ANYWHERE · cac04739
      Bill Yi authored
      Auto-generated-cl: translation import
      Change-Id: I4f2d21c08155b91ac7703e198ba1826996532db4
      cac04739
    • Katsuyuki Hirayama's avatar
      Limit the accepted length of SIM PIN to 8 digits · 4c8e2ca6
      Katsuyuki Hirayama authored
      Adding the upper limit results in the correct error message being
      displayed to the end user - "Type a PIN that is 4 to 8 numbers."
      
      Limiting the SIM PIN length to between 4-8 digits is part of the
      GSM SIM security requirements.  See GSM 02.17 version 5.0.1,
      Section 5.6 PIN Management.
      
      Bug: 31331481
      Test: 1. Insert a SIM card with SIM PIN enabled
            2. Start the device
            3. Enter a SIM PIN with a length > 8
      Change-Id: Ie5fba1c79074910b0bfd54df51e4412bbf32f5fe
      4c8e2ca6
  9. Aug 04, 2022
  10. Aug 03, 2022
    • Jeff Sharkey's avatar
      Migrate stringslint.py to AyeAye. · 6e2c5663
      Jeff Sharkey authored
      This script has been deprecated and replaced by AyeAye checks
      directly in Gerrit.
      
      Bug: 164530987
      Test: none
      Change-Id: I6a36c0a7ac10cbec0667780c30ba4a20124edee4
      6e2c5663
    • Wonsik Kim's avatar
      RELAND MediaCodec: don't cache buffers until requested · 0e2297b7
      Wonsik Kim authored
      Do not cache input/output buffers until explicitly requested.
      
      Track validity of buffers before getInput/OutputBuffers so that the
      dequeued buffers are marked accessible when the array is returned
      to the client.
      
      Bug: 189889230
      Bug: 236106096
      Test: manual
      Change-Id: I6892f02853f00c3e355c827ec943fbdf183469f1
      0e2297b7
    • Stefano Cianciulli's avatar
      Correct mapping for "boot-after-ota" compilation reason · a1e35fbf
      Stefano Cianciulli authored
      The "boot" compilation reason is now deprecated (since Android S),
      but the mapping between PackageManagerService.REASON_BOOT_AFTER_OTA
      and the corresponding value in ART_COMPILATION_FILTER has not been
      updated (or it has been incorrect all along). Note that this will
      require a change in APC/Pitot to make sure that both the previous and
      the new value for this ID are treated in the same way (so we don't
      lose data logged ahead of this change, which is still valid, just
      associated with an unexpected ID).
      
      Bug: 239548426
      Test: atest ArtStatsLogUtilsTest
      Change-Id: I38b4a16768f32f8ed2ecfe5d5c389ad4ec3b6b6e
      a1e35fbf
    • Yike Zhang's avatar
  11. Aug 02, 2022
Loading