Skip to content
Snippets Groups Projects
  1. Jun 07, 2024
  2. Jun 06, 2024
    • Evan Chen's avatar
      Fix npe in onStart() · ad728ecd
      Evan Chen authored
      Make sure calling loadAssociationsFromDisk() after
      the AssociationRevokeProcessor is initiated.
      
      Test: cts
      Fix: 328017524
      Change-Id: I7a6e7387e5e8712f93e1c8df19e8741c541a1b2f
      Merged-In: I7a6e7387e5e8712f93e1c8df19e8741c541a1b2f
      (cherry picked from commit fccca461)
      ad728ecd
    • David Lin's avatar
    • wilsonshih's avatar
      Reset mAnimatingExit flag while relayout visible window. · b0623b13
      wilsonshih authored
      The timing issue happen when a closing dialog activity request to
      launch itself again before the task move to background. By default
      system will play an exit animation for the dialog style window, when
      the activity being move to foreground again, core will cancel previous
      exit animation so the window can be visible. But the window surface
      shouldn't be hide and/or destroy in onExitAnimationDone, since the
      window is request to be visible again.
      
      Bug: 342644763
      Test: repeatly closeing the sample activity, verify the window surface
      of app window won't be hide after the relayout request.
      
      Change-Id: Id2718b438ef9f21b0bc4182e50b59de07c445372
      Merged-In: Id2718b438ef9f21b0bc4182e50b59de07c445372
      (cherry picked from commit daff5ea4)
      b0623b13
    • David Lin's avatar
  3. Jun 05, 2024
  4. Jun 04, 2024
  5. Jun 03, 2024
  6. Jun 01, 2024
    • Hakjun Choi's avatar
      Add new internal api for satellite CTS test · 4b2dca68
      Hakjun Choi authored
      As location query of satellite has changed from checking country code to actual location query, it is needed to add allowed value for cts for CF
      
      Bug: 340331500
      Test: atest cts/SatelliteManagerTestOnMockService
      Change-Id: I4998d934b656091892ea1907f8aa11e4bbbeca71
      4b2dca68
    • Sudheer Shanka's avatar
      Check for the package stoppped state first before checking the flag. · e4a7c34b
      Sudheer Shanka authored
      To avoid accessing the trunk stable flag early in the boot cycle,
      check for the package stopped state first.
      
      Bug: 336723189
      Bug: 332922400
      Test: atest tests/app/src/android/app/cts/ForceStopTest.java
      Flag: android.content.pm.stay_stopped
      Change-Id: Ic8003c4093073d8ac5a90e971c4b7ddde61d0ef5
      (cherry picked from commit 5d678dd9)
      e4a7c34b
  7. May 31, 2024
    • Caitlin Shkuratov's avatar
      [SB][Sat] Always show satellite carrier text in shade if available. · caad9f70
      Caitlin Shkuratov authored
      This isn't my favorite way to fix this, but it's what we can do given
      the state of the current code and what little time we have left.
      
      Fixes: 341841138
      Flag: com.android.internal.telephony.flags.oem_enabled_satellite_flag
      Test: In SysUI demo mode, enter satellite mode then open the shade
      -> verify the header has the satellite carrier text
      Test: atest CarrierTextManagerTest ShareCarrierGroupControllerTest
      
      Change-Id: I1bd7a67d7a2f0f9971ad5fab638adf2d78eac6be
      (cherry picked from commit 91a8a43a)
      caad9f70
    • Evan Laird's avatar
      Revert^2 "[Sat] Add satellite supported changed callback" · cdb64722
      Evan Laird authored
      This reverts commit aa0f68b0.
      
      Reason for revert: Added a a try/catch to handle the exception
      
      Original commit message:
      
      Per the linked bug, there is a new API on `SatelliteManager` that
      implements a callback for satellite support. This is in addition to the
      existing query API that happens when the repository starts up.
      
      This CL adds the listener after the initial query, and makes sure that
      if satellite support shows up later it is caught. The state change
      listener runs regardless of the initial supported state.
      
      Test: DeviceBasedSatelliteRepositoryImplTest
      Bug: 342278770
      Flag: NONE bugfix
      Change-Id: I2ddf754b60ca71427754c3940f593e851c9c28da
      Merged-In: I2ddf754b60ca71427754c3940f593e851c9c28da
      cdb64722
Loading