Skip to content
Snippets Groups Projects
  1. Jun 04, 2024
  2. Jun 03, 2024
  3. 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
    • Evan Laird's avatar
      [Sat] Add retrySignal to the device-based satellite repository · 5bfec795
      Evan Laird authored
      In the event that a telephony process crashes, SystemUI needs to
      potentially re-register our callbacks with the SatelliteManager service.
      To achieve this, we define a new [retrySignal] option in the wrapper for
      flows that query [SatelliteManager] APIs.
      
      Test: DeviceBasedSatelliteRepositoryImplTest
      Bug: 337258696
      Flag: com.android.internal.telephony.flags.oem_enabled_satellite_flag
      Change-Id: I22176b104adfbfa5b9b792114d98a05d5e6ce75e
      Merged-In: I22176b104adfbfa5b9b792114d98a05d5e6ce75e
      5bfec795
    • Sudheer Shanka's avatar
      Don't cancel PendingIntents unless the stay_stopped flag is on. · 147c4d94
      Sudheer Shanka authored
      This change should be accompanied by other enhancements needed
      to harden the stopped state. So, only cancel PendingIntents for
      stopped apps when the flag is enabled.
      
      Bug: 332922400
      Test: atest tests/app/src/android/app/cts/ForceStopTest.java
      (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:63d699245f19338d63f320d2b80b4a3bcbd7ae21)
      Merged-In: I186f43ca0736072ab8f235e448deff304dda84cb
      Change-Id: I186f43ca0736072ab8f235e448deff304dda84cb
      24D1-dev is based on 24Q2-release. Therefore, we merged this CL to 24D1-dev.
      147c4d94
    • Treehugger Robot's avatar
  4. May 30, 2024
  5. May 29, 2024
Loading