Searched refs:globalSettings (Results 1 – 5 of 5) sorted by relevance
59 GlobalSettings globalSettings, in CarDeviceProvisionedControllerImpl() argument65 super(secureSettings, globalSettings, userTracker, dumpManager, in CarDeviceProvisionedControllerImpl()
89 private val globalSettings: GlobalSettings, in <lambda>() constant130 if (globalSettings.getBooleanOrNull(Settings.Global.SECURE_FRP_MODE) == true) { in <lambda>()
32 @Provides @Singleton fun globalSettings(): GlobalSettings = FakeSettings() method
28 @Binds @Reusable fun globalSettings(settings: SettingsImpl.Global): GlobalSettings method
68 GlobalSettings globalSettings) { in TvSensorPrivacyChangedActivity() argument70 mGlobalSettings = globalSettings; in TvSensorPrivacyChangedActivity()