Home
last modified time | relevance | path

Searched refs:shouldDisableTiltToWake (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenDeviceEffectsTest.java68 assertThat(deviceEffects.shouldDisableTiltToWake()).isTrue(); in builder()
95 assertThat(modified.shouldDisableTiltToWake()).isTrue(); // from original in builder_fromInstance()
/frameworks/base/core/java/android/service/notification/
DZenDeviceEffects.java285 public boolean shouldDisableTiltToWake() { in shouldDisableTiltToWake() method in ZenDeviceEffects
409 mDisableTiltToWake = zenDeviceEffects.shouldDisableTiltToWake(); in Builder()
576 if (effects.shouldDisableTiltToWake()) setShouldDisableTiltToWake(true); in add()
DZenModeConfig.java1466 deviceEffects.shouldDisableTiltToWake()); in writeZenDeviceEffectsXml()
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeHelper.java1411 .setShouldDisableTiltToWake(oldEffects.shouldDisableTiltToWake()) in updateZenDeviceEffects()
1443 if (oldEffects.shouldDisableTiltToWake() != newEffects.shouldDisableTiltToWake()) { in updateZenDeviceEffects()