Home
last modified time | relevance | path

Searched refs:SupportedSatelliteManager (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/satellite/data/prod/
DDeviceBasedSatelliteRepositoryImpl.kt79 private typealias SupportedSatelliteManager = SatelliteManager in <lambda>() typealias
95 data class Supported(val satelliteManager: SupportedSatelliteManager) : SatelliteSupport in <lambda>()
350 private fun satelliteProvisioned(sm: SupportedSatelliteManager): Flow<Boolean> = in satelliteProvisioned()
387 private suspend fun queryIsSatelliteProvisioned(sm: SupportedSatelliteManager): Boolean = in queryIsSatelliteProvisioned()
418 private fun isSatelliteAllowedHasListener(sm: SupportedSatelliteManager): Flow<Boolean> = in isSatelliteAllowedHasListener()
431 private fun connectionStateFlow(sm: SupportedSatelliteManager): Flow<SatelliteConnectionState> = in connectionStateFlow()
461 private fun signalStrengthFlow(sm: SupportedSatelliteManager) = in signalStrengthFlow()