Home
last modified time | relevance | path

Searched refs:playInCallNotification (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationAttentionHelper.java439 playInCallNotification(); in buzzBeepBlinkLocked()
780 void playInCallNotification() { in playInCallNotification() method in NotificationAttentionHelper
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationAttentionHelperTest.java1009 verify(mAttentionHelper, times(1)).playInCallNotification(); in testInCallNotification()