Searched refs:mMockFeatureFlags (Results 1 – 1 of 1) sorted by relevance
139 private FeatureFlags mMockFeatureFlags; field in SatelliteAccessControllerTest270 when(mMockFeatureFlags.satellitePersistentLogging()).thenReturn(true); in setUp()273 mMockFeatureFlags, mLooper, mMockLocationManager, mMockTelecomManager, in setUp()295 SatelliteAccessController.getOrCreateInstance(mMockContext, mMockFeatureFlags); in testGetInstance()297 SatelliteAccessController.getOrCreateInstance(mMockContext, mMockFeatureFlags); in testGetInstance()304 when(mMockFeatureFlags.oemEnabledSatelliteFlag()).thenReturn(false); in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()313 when(mMockFeatureFlags.oemEnabledSatelliteFlag()).thenReturn(true); in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()