Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/satellite/data/prod/
DDeviceBasedSatelliteRepositoryImpl.kt113 ): Flow<T> = flatMapLatest { satelliteSupport -> in <lambda>() method
114 when (satelliteSupport) { in <lambda>()
116 retrySignal.flatMapLatest { supported(satelliteSupport.satelliteManager) } in <lambda>()
166 val satelliteSupport: MutableStateFlow<SatelliteSupport> = MutableStateFlow(Unknown) constant
230 satelliteSupport.value = checkSatelliteSupportAfterMinUptime(satelliteManager) in <lambda>()
232 { str1 = satelliteSupport.value.toString() }, in <lambda>()
244 satelliteSupport.value = NotSupported
268 satelliteSupport in pollForAvailabilityBasedOnLocation()
296 satelliteSupport.value = Supported(sm) in listenForChangesToSatelliteSupport()
298 satelliteSupport.value = NotSupported in listenForChangesToSatelliteSupport()
[all …]