Skip to content
Snippets Groups Projects
  1. Jun 03, 2024
  2. May 31, 2024
    • 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
    • Treehugger Robot's avatar
  3. May 30, 2024
  4. May 29, 2024
Loading