Searched refs:pulseOnNotificationEnabled (Results 1 – 9 of 9) sorted by relevance
81 when(mConfig.pulseOnNotificationEnabled(anyInt())).thenReturn(true); in updateState_enabled()90 when(mConfig.pulseOnNotificationEnabled(anyInt())).thenReturn(false); in updateState_disabled()129 when(mConfig.pulseOnNotificationEnabled(UserHandle.myUserId())).thenReturn(true); in isChecked_checked_shouldReturnTrue()136 when(mConfig.pulseOnNotificationEnabled(UserHandle.myUserId())).thenReturn(false); in isChecked_checked_shouldReturnFalse()
49 return pulseOnNotificationEnabled(user) in enabled()62 public boolean pulseOnNotificationEnabled(int user) { in pulseOnNotificationEnabled() method in AmbientDisplayConfiguration
72 return getAmbientConfig().pulseOnNotificationEnabled(MY_USER); in isChecked()
57 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()
240 if (!mConfig.pulseOnNotificationEnabled(UserHandle.USER_CURRENT)) { in onNotification()
8452 HSPLandroid/hardware/display/AmbientDisplayConfiguration;->pulseOnNotificationEnabled(I)Z+]Landroid…
8447 HSPLandroid/hardware/display/AmbientDisplayConfiguration;->pulseOnNotificationEnabled(I)Z+]Landroid…