Searched refs:HEADS_UP_NOTIFICATIONS_ENABLED (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
D | CommonVisualInterruptionSuppressors.kt | 34 import android.provider.Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED 74 globalSettings.getInt(HEADS_UP_NOTIFICATIONS_ENABLED, HEADS_UP_OFF) != in shouldSuppress() 90 globalSettings.getUriFor(HEADS_UP_NOTIFICATIONS_ENABLED), in shouldSuppress()
|
D | NotificationInterruptStateProviderImpl.java | 19 import static android.provider.Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED; 161 != mGlobalSettings.getInt(HEADS_UP_NOTIFICATIONS_ENABLED, HEADS_UP_OFF); in NotificationInterruptStateProviderImpl() 175 mGlobalSettings.getUriFor(HEADS_UP_NOTIFICATIONS_ENABLED), in NotificationInterruptStateProviderImpl()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/ |
D | VisualInterruptionDecisionProviderTestBase.kt | 51 import android.provider.Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED in <lambda>() 119 FakeGlobalSettings().also { it.putInt(HEADS_UP_NOTIFICATIONS_ENABLED, HEADS_UP_ON) } in <lambda>() 938 globalSettings.putInt(HEADS_UP_NOTIFICATIONS_ENABLED, newSetting) in <lambda>()
|
D | NotificationInterruptStateProviderImplTest.java | 30 import static android.provider.Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED; 148 mGlobalSettings.putInt(HEADS_UP_NOTIFICATIONS_ENABLED, HEADS_UP_ON); in setup()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | CentralSurfacesImplTest.java | 21 import static android.provider.Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED; 376 mFakeGlobalSettings.putInt(HEADS_UP_NOTIFICATIONS_ENABLED, HEADS_UP_ON); in setup()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | DatabaseHelper.java | 1532 loadIntegerSetting(stmt, Global.HEADS_UP_NOTIFICATIONS_ENABLED, in onUpgrade() 2565 loadIntegerSetting(stmt, Global.HEADS_UP_NOTIFICATIONS_ENABLED, in loadGlobalSettings()
|
D | SettingsProtoDumpUtil.java | 823 Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED, in dumpProtoGlobalSettingsLocked() 824 GlobalSettingsProto.HEADS_UP_NOTIFICATIONS_ENABLED); in dumpProtoGlobalSettingsLocked()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
D | BubblesTest.java | 21 import static android.provider.Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED; 450 fakeGlobalSettings.putInt(HEADS_UP_NOTIFICATIONS_ENABLED, HEADS_UP_ON); in setUp()
|
/frameworks/base/packages/SettingsProvider/test/src/android/provider/ |
D | SettingsBackupTest.java | 257 Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED,
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 17164 public static final String HEADS_UP_NOTIFICATIONS_ENABLED = field in Settings.Global
|