Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/telephony/
DSubscriptionActivationRepository.kt36 private val satelliteRepository: SatelliteRepository = SatelliteRepository(context), in <lambda>() constant in com.android.settings.network.telephony.SubscriptionActivationRepository
40 satelliteRepository.getIsSessionStartedFlow() in <lambda>()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingDetail.java78 SatelliteRepository satelliteRepository = new SatelliteRepository(this.getContext()); in mayStartSatelliteWarningDialog() local
82 satelliteRepository.requestIsEnabled( in mayStartSatelliteWarningDialog()
/packages/apps/Settings/src/com/android/settings/wifi/slice/
DWifiSlice.java430 SatelliteRepository satelliteRepository = new SatelliteRepository(mContext); in isSatelliteOn() local
434 satelliteRepository.requestIsEnabled(Executors.newSingleThreadExecutor()) in isSatelliteOn()