Searched refs:pulseOnNotificationEnabled (Results 1 – 7 of 7) sorted by relevance
75 return pulseOnNotificationEnabled(user) in enabled()88 public boolean pulseOnNotificationEnabled(int user) { in pulseOnNotificationEnabled() method in AmbientDisplayConfiguration
57 when(config.pulseOnNotificationEnabled(anyInt())).thenReturn(true); in createMockConfig()
471 if (!mAmbientDisplayConfiguration.pulseOnNotificationEnabled(mUserTracker.getUserId())) { in shouldHeadsUpWhenDozing()
249 if (!mConfig.pulseOnNotificationEnabled(mUserTracker.getUserId())) { in onNotification()
168 when(mAmbientDisplayConfiguration.pulseOnNotificationEnabled(anyInt())).thenReturn(true); in ensureStateForHeadsUpWhenDozing()251 when(mAmbientDisplayConfiguration.pulseOnNotificationEnabled(anyInt())).thenReturn(false); in testShouldNotHeadsUpWhenDozing_pulseDisabled()
8235 HSPLandroid/hardware/display/AmbientDisplayConfiguration;->pulseOnNotificationEnabled(I)Z
8238 HSPLandroid/hardware/display/AmbientDisplayConfiguration;->pulseOnNotificationEnabled(I)Z