Home
last modified time | relevance | path

Searched defs:systemSettings (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/dagger/
DRegisteredComplicationsModule.java158 static boolean providesOpenHubChipReplaceHomeControls(SystemSettings systemSettings) { in providesOpenHubChipReplaceHomeControls()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/
DKeyguardModule.java125 static KeyguardViewMediator newKeyguardViewMediator( in newKeyguardViewMediator()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerServiceUserTypeTest.java77 final Bundle systemSettings = makeSettingsBundle("s1", "s2"); in testUserTypeBuilder_createUserType() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeScreenBrightness.java116 SystemSettings systemSettings) { in DozeScreenBrightness()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/
DKeyguardQuickAffordanceLocalUserSelectionManager.kt55 private val systemSettings: SystemSettings, in <lambda>() constant in com.android.systemui.keyguard.data.quickaffordance.KeyguardQuickAffordanceLocalUserSelectionManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/
DCommunalSceneStartable.kt74 private val systemSettings: SystemSettings, in <lambda>() constant in com.android.systemui.communal.CommunalSceneStartable
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/fontscaling/
DFontScalingDialogDelegate.kt55 private val systemSettings: SystemSettings, constant in com.android.systemui.accessibility.fontscaling.FontScalingDialogDelegate
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/fontscaling/
DFontScalingDialogDelegateTest.kt66 private lateinit var systemSettings: SystemSettings variable in com.android.systemui.accessibility.fontscaling.FontScalingDialogDelegateTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DCommonVisualInterruptionSuppressors.kt250 private val systemSettings: SystemSettings, in shouldSuppress() constant in com.android.systemui.statusbar.notification.interruption.AvalancheSuppressor
DVisualInterruptionDecisionProviderImpl.kt69 private val systemSettings: SystemSettings, constant
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProtoDumpUtil.java158 SettingsState systemSettings = settingsRegistry.getSettingsLocked( in dumpProtoUserSettingsLocked() local
DSettingsProvider.java948 SettingsState systemSettings = mSettingsRegistry.getSettingsLocked( in dumpForUserLocked() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DVisualInterruptionDecisionProviderTestBase.kt134 lateinit var systemSettings: SystemSettings in <lambda>() variable in com.android.systemui.statusbar.notification.interruption.VisualInterruptionDecisionProviderTestBase