Searched refs:pulseOnNotificationEnabled (Results 1 – 10 of 10) sorted by relevance
8 override fun pulseOnNotificationEnabled(user: Int) = fakePulseOnNotificationEnabled method
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()
213 when(mConfig.pulseOnNotificationEnabled(anyInt())).thenReturn(false); in testOnNotification_cannotPulse_notificationSuppressed()
106 !ambientDisplayConfiguration.pulseOnNotificationEnabled(userTracker.userId) in shouldSuppress()
507 if (!mAmbientDisplayConfiguration.pulseOnNotificationEnabled(mUserTracker.getUserId())) { in shouldHeadsUpWhenDozing()
193 when(mAmbientDisplayConfiguration.pulseOnNotificationEnabled(anyInt())).thenReturn(true); in ensureStateForHeadsUpWhenDozing()276 when(mAmbientDisplayConfiguration.pulseOnNotificationEnabled(anyInt())).thenReturn(false); in testShouldNotHeadsUpWhenDozing_pulseDisabled()
254 if (!mConfig.pulseOnNotificationEnabled(mSelectedUserInteractor.getSelectedUserId(true))) { in onNotification()
8146 HSPLandroid/hardware/display/AmbientDisplayConfiguration;->pulseOnNotificationEnabled(I)Z
8149 HSPLandroid/hardware/display/AmbientDisplayConfiguration;->pulseOnNotificationEnabled(I)Z