Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/satellite/data/prod/
DDeviceBasedSatelliteRepositoryImplTest.kt338 satelliteSupported = false, in satelliteProvisioned_notSupported_defaultFalse()
351 satelliteSupported = true, in satelliteProvisioned_supported_defaultFalse()
449 satelliteSupported = true, in satelliteProvisioned_supported_provisioned_queriesInitialStateBeforeCallbacks()
471 satelliteSupported = true, in satelliteProvisioned_supported_notProvisioned_queriesInitialStateBeforeCallbacks()
493 satelliteSupported = true, in satelliteProvisioned_supported_notInitiallyProvisioned_tracksCallback()
519 satelliteSupported = true, in satelliteProvisioned_supported_tracksCallback_reRegistersOnCrash()
561 satelliteSupported = false, in satelliteNotSupported_listenersAreNotRegistered()
591 satelliteSupported = false, in satelliteNotSupported_registersCallbackForStateChanges()
651 satelliteSupported = false, in satelliteNotSupported_supportShowsUp_registersListeners()
684 satelliteSupported = true, in repoDoesNotCheckForSupportUntilMinUptime()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteController.java4307 Boolean satelliteSupported = isSatelliteSupportedViaOemInternal(); in evaluateOemSatelliteRequestAllowed() local
4308 if (satelliteSupported == null) { in evaluateOemSatelliteRequestAllowed()
4312 if (!satelliteSupported) { in evaluateOemSatelliteRequestAllowed()