Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DStatusBarNotifier.java276 setNotificationWhen(call, callState, publicBuilder); in buildAndSendNotification()
348 setNotificationWhen(call, state, builder); in createIncomingCallNotification()
371 private void setNotificationWhen(Call call, int state, Notification.Builder builder) { in setNotificationWhen() method in StatusBarNotifier