Searched refs:pulseOnNotificationEnabled (Results 1 – 6 of 6) sorted by relevance
48 return pulseOnNotificationEnabled(user) in enabled()59 public boolean pulseOnNotificationEnabled(int user) { in pulseOnNotificationEnabled() method in AmbientDisplayConfiguration
54 when(config.pulseOnNotificationEnabled(anyInt())).thenReturn(true); in createMockConfig()
141 when(mAmbientDisplayConfiguration.pulseOnNotificationEnabled(anyInt())).thenReturn(true); in ensureStateForHeadsUpWhenDozing()230 when(mAmbientDisplayConfiguration.pulseOnNotificationEnabled(anyInt())).thenReturn(false); in testShouldNotHeadsUpWhenDozing_pulseDisabled()
268 if (!mAmbientDisplayConfiguration.pulseOnNotificationEnabled(UserHandle.USER_CURRENT)) { in shouldHeadsUpWhenDozing()
191 if (!mConfig.pulseOnNotificationEnabled(UserHandle.USER_CURRENT)) { in onNotification()
9695 HSPLandroid/hardware/display/AmbientDisplayConfiguration;->pulseOnNotificationEnabled(I)Z