Searched defs:satelliteManager (Results 1 – 6 of 6) sorted by relevance
53 private val satelliteManager = mock<SatelliteManager>() constant in com.android.systemui.statusbar.pipeline.satellite.data.DeviceBasedSatelliteRepositorySwitcherTest
113 val satelliteManager: SatelliteManager? = in <lambda>() constant
57 private lateinit var satelliteManager: SatelliteManager in <lambda>() variable in com.android.settingslib.satellite.SatelliteDialogUtilsTest
95 data class Supported(val satelliteManager: SupportedSatelliteManager) : SatelliteSupport in <lambda>() constant in com.android.systemui.statusbar.pipeline.satellite.data.prod.SatelliteSupport.Supported159 private val satelliteManager: SatelliteManager? constant
791 SatelliteManager satelliteManager = mContext.getSystemService(SatelliteManager.class); in requestIsSatelliteCommunicationAllowedForCurrentLocation() local
79 @Mock private lateinit var satelliteManager: SatelliteManager variable in com.android.systemui.statusbar.pipeline.satellite.data.prod.DeviceBasedSatelliteRepositoryImplTest