Skip to content
Snippets Groups Projects
  1. May 29, 2024
    • Satish Yalla's avatar
      Revert "[Sat] Add satellite supported changed callback" · aa0f68b0
      Satish Yalla authored
      This reverts commit 025a73e2.
      
      Reason for revert: <Likely culprit for b/343311321 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted>
      
      Change-Id: I22547cedbc1ff721c6b0e17c2b9eb80c64cadca6
      aa0f68b0
  2. May 28, 2024
    • Evan Laird's avatar
      [Sat] Add satellite supported changed callback · 025a73e2
      Evan Laird authored
      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: I4d930686f9ec98b0468f0efd6a1b0a4355b6fddc
      025a73e2
  3. May 23, 2024
    • Evan Laird's avatar
      [Sat] Add retrySignal to the device-based satellite repository · 857340c0
      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
      857340c0
  4. May 21, 2024
Loading