Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerInternal.java651 public static boolean shouldShowNotificationForBackgroundUserSounds() { in shouldShowNotificationForBackgroundUserSounds() method in UserManagerInternal
DUserManagerService.java1163 if (UserManagerInternal.shouldShowNotificationForBackgroundUserSounds()) { in systemReady()
/frameworks/base/services/core/java/com/android/server/vibrator/
DVibratorManagerService.java207 } else if (UserManagerInternal.shouldShowNotificationForBackgroundUserSounds()
331 if (UserManagerInternal.shouldShowNotificationForBackgroundUserSounds()) { in VibratorManagerService()
/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/
DVibratorManagerServiceTest.java904 assumeTrue(UserManagerInternal.shouldShowNotificationForBackgroundUserSounds()); in vibrate_thenFgUserRequestsMute_getsCancelled()
2861 assumeTrue(UserManagerInternal.shouldShowNotificationForBackgroundUserSounds()); in onExternalVibration_legacyFgUserRequestsMute_doNotCancelVibration()
2884 assumeTrue(UserManagerInternal.shouldShowNotificationForBackgroundUserSounds()); in onExternalVibration_thenFgUserRequestsMute_cancelVibration()